File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
135135to 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
You can’t perform that action at this time.
0 commit comments