Jeremy Siek 4 년 전
부모
커밋
26987d7900
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -332,7 +332,7 @@ The compiler course evolved to incorporate novel pedagogical ideas
 while also including elements of efficient real-world compilers.  One
 of Friedman's ideas was to split the compiler into many small
 passes. Another idea, called ``the game'', was to test the code
-generated by each pass on interpreters.
+generated by each pass using interpreters.
 
 Dybvig, with help from his students Dipanwita Sarkar and Andrew Keep,
 developed infrastructure to support this approach and evolved the