Skip to content

Commit fecc31b

Browse files
committed
Small tweaks to assign 4 write-up.
1 parent 4530d97 commit fecc31b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/assignments/4.scrbl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,15 @@ To do this, you should:
129129
@itemlist[
130130
@item{Study @tt{ast.rkt} to understand how this new form of expression is represented.}
131131

132-
@item{Update @tt{interp-prim.rkt} and @tt{interp.rkt} to correctly interpret @racket[case] expressions.}
132+
@item{Update @tt{interp.rkt} to correctly interpret @racket[case] expressions.}
133133

134134
@item{Make examples of @racket[case]-expressions and potential translations of them
135135
to assembly.}
136136

137137
@item{Update @tt{compile.rkt} to correctly compile @racket[case] expressions based on your examples.}
138138

139+
@item{Bring forward all the changes you made for @secref{a3-dupe-plus}.}
140+
139141
@item{Check your implementation by running the tests in @tt{test/all.rkt}.}
140142
]
141143

0 commit comments

Comments
 (0)