Skip to content

Commit c2f509e

Browse files
committed
partial_eval
1 parent e4d0d0c commit c2f509e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

book.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4181,8 +4181,12 @@ \section{Challenge: Partial Evaluator for \LangVar{}}
41814181
\python{and \code{pe\_stmt} functions.}
41824182
%
41834183
Once complete, add the partial evaluation pass to the front of your
4184-
compiler, and check that your compiler still passes all the
4184+
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
41854188
tests.
4189+
41864190
\end{exercise}
41874191

41884192
\begin{exercise}

0 commit comments

Comments
 (0)