We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e33fef commit cb593e8Copy full SHA for cb593e8
1 file changed
www/assignments/3.scrbl
@@ -142,6 +142,7 @@ language based on the following grammar:
142
143
@verbatim{
144
<expr> ::= integer
145
+ | boolean
146
| ( <compound> )
147
| [ <compound> ]
148
@@ -170,6 +171,7 @@ which are defined as:
170
171
(racketblock
172
;; type Token =
173
;; | Integer
174
+;; | Boolean
175
;; | 'add1
176
;; | 'sub1
177
;; | 'zero?
0 commit comments