We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aab68 commit 2ee9344Copy full SHA for 2ee9344
www/assignments/3.scrbl
@@ -140,7 +140,9 @@ Implement the @racket[cond] expression form as described earlier.
140
To do this, you should:
141
142
@itemlist[
143
-@item{Study @tt{ast.rkt} to add appropriate AST nodes.}
+@item{Study @tt{ast.rkt} to understand how these new forms of
144
+expression are represented.}
145
+
146
@item{Update @tt{interp-prim.rkt} and @tt{interp.rkt} to correctly interpret @racket[cond] expressions.}
147
148
@item{Make examples of @racket[cond]-expressions and potential translations of them
0 commit comments