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
 while also including elements of efficient real-world compilers.  One
 of Friedman's ideas was to split the compiler into many small
 of Friedman's ideas was to split the compiler into many small
 passes. Another idea, called ``the game'', was to test the code
 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,
 Dybvig, with help from his students Dipanwita Sarkar and Andrew Keep,
 developed infrastructure to support this approach and evolved the
 developed infrastructure to support this approach and evolved the