Skip to content

Commit 2ee9344

Browse files
committed
Slight tweak to assign 3 write-up.
1 parent 78aab68 commit 2ee9344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/assignments/3.scrbl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ Implement the @racket[cond] expression form as described earlier.
140140
To do this, you should:
141141

142142
@itemlist[
143-
@item{Study @tt{ast.rkt} to add appropriate AST nodes.}
143+
@item{Study @tt{ast.rkt} to understand how these new forms of
144+
expression are represented.}
145+
144146
@item{Update @tt{interp-prim.rkt} and @tt{interp.rkt} to correctly interpret @racket[cond] expressions.}
145147

146148
@item{Make examples of @racket[cond]-expressions and potential translations of them

0 commit comments

Comments
 (0)