Table of contents from Aho et al.'s book: chapter 1 Introduction to compiling chapter 2 A simple one-pass compiler chapter 3 Lexical analysis chapter 4 Syntax analysis chapter 5 Syntax-directed translation chapter 6 Type checking chapter 7 Rim-time environments chapter 8 Intermediate code generation chapter 9 Code generation chapter 10 Code optimization chapter 11 Want to write a compiler? chapter 12 A look at some compilers Appendix A compiler project --