Skip to content

Commit e6e7dcb

Browse files
authored
Merge pull request #27 from dvanhorn/next
Fix omission of bools from grammar.
2 parents 9d628e3 + d6eff2a commit e6e7dcb

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)