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