Loading...

Compilers: Principles, Techniques, and Tools

s is an introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.

Bibliographic Details
Main Author: Aho, Alfred V, Sethi, Ravi and Ullman, Jeffrey D
Format: Printed Book
Published: Massachusetts Addison-Wesley Publishing Co. 1988
Subjects:
Table of Contents:
  • Introduction to compiling
  • Simple one-pass compiler
  • Lexical analysis
  • Syntax analysis
  • Syntax-directed translation
  • Type checking
  • Run-time enviornments
  • Intermediate code generation
  • Code generation
  • Code optimization
  • Want to write a compiler?
  • Look at some compilers
  • Compiler project.