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 e4d0d0c commit c2f509eCopy full SHA for c2f509e
book.tex
@@ -4181,8 +4181,12 @@ \section{Challenge: Partial Evaluator for \LangVar{}}
4181
\python{and \code{pe\_stmt} functions.}
4182
%
4183
Once complete, add the partial evaluation pass to the front of your
4184
-compiler, and check that your compiler still passes all the
+compiler.
4185
+\python{In particular, add a method named \code{partial\_eval} to
4186
+the \code{Compiler} class in \code{compiler.py}.}
4187
+Check that your compiler still passes all the
4188
tests.
4189
+
4190
\end{exercise}
4191
4192
\begin{exercise}
0 commit comments