This introduction to compilers is the direct descendant of the well-known book by Aho and Ullman, Principles of Compiler Design. The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation
Chapter 1 Introduction to compiling
Chapter 2 A simple one-pass compiler
Chapter 3 Lexical analysis
Chapter 4 Syntax anaysis
Chapter 5 Syntax-Directed Translation
Chapter 6 Type Checking
Chapter 7 Run-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 porject
Bibliography
Index