We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4530d97 commit fecc31bCopy full SHA for fecc31b
1 file changed
www/assignments/4.scrbl
@@ -129,13 +129,15 @@ To do this, you should:
129
@itemlist[
130
@item{Study @tt{ast.rkt} to understand how this new form of expression is represented.}
131
132
-@item{Update @tt{interp-prim.rkt} and @tt{interp.rkt} to correctly interpret @racket[case] expressions.}
+@item{Update @tt{interp.rkt} to correctly interpret @racket[case] expressions.}
133
134
@item{Make examples of @racket[case]-expressions and potential translations of them
135
to assembly.}
136
137
@item{Update @tt{compile.rkt} to correctly compile @racket[case] expressions based on your examples.}
138
139
+@item{Bring forward all the changes you made for @secref{a3-dupe-plus}.}
140
+
141
@item{Check your implementation by running the tests in @tt{test/all.rkt}.}
142
]
143
0 commit comments