|
@@ -185,8 +185,8 @@ software errors, and security vulnerabilities. For those interested
|
|
|
in pursuing compiler construction, our goal is to provide a
|
|
|
stepping-stone to advanced topics such as just-in-time compilation,
|
|
|
program analysis, and program optimization. For those interested in
|
|
|
-designing and implementing their own programming languages, we connect
|
|
|
-language design choices to their impact on the compiler its generated
|
|
|
+designing and implementing programming languages, we connect
|
|
|
+language design choices to their impact on the compiler and the generated
|
|
|
code.
|
|
|
|
|
|
A compiler is typically organized as a sequence of stages that
|