Skip to content

Commit d6eff2a

Browse files
committed
Fix omission of bools from grammar.
1 parent 75d723b commit d6eff2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

www/assignments/4.scrbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ grammar:
213213
@verbatim{
214214
<expr> ::= integer
215215
| character
216+
| boolean
216217
| variable
217218
| ( <compound> )
218219
| [ <compound> ]

0 commit comments

Comments
 (0)