Jeremy Siek 4 жил өмнө
parent
commit
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