소스 검색

partial_eval

Jeremy G. Siek 1 년 전
부모
커밋
c2f509e0b1
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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}