Ver código fonte

partial_eval

Jeremy G. Siek 1 ano atrás
pai
commit
c2f509e0b1
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      book.tex

+ 5 - 1
book.tex

@@ -4181,8 +4181,12 @@ the \code{pe\_exp}
 \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}