Skip to content

Commit

Permalink
partial_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Oct 3, 2023
1 parent e4d0d0c commit c2f509e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4181,8 +4181,12 @@ \section{Challenge: Partial Evaluator for \LangVar{}}
\python{and \code{pe\_stmt} functions.}
%
Once complete, add the partial evaluation pass to the front of your
compiler, and check that your compiler still passes all the
compiler.
\python{In particular, add a method named \code{partial\_eval} to
the \code{Compiler} class in \code{compiler.py}.}
Check that your compiler still passes all the
tests.

\end{exercise}

\begin{exercise}
Expand Down

0 comments on commit c2f509e

Please sign in to comment.