Compilers: Principles, Techniques and Tools is a famous computer science textbook by Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman about compiler construction. Although several years have passed since its publication, it is widely regarded as the classic definitive compiler technology text.

It is known as the dragon book because its cover depicts a knight and a dragon in battle. Oldtimers call this the "red dragon book" to distinguish it from Aho & Ullman's Principles of Compiler Design (1977), which is the "green dragon book" because the dragon on its cover is green.

Topics covered include:

Further Reading

  • Aho, Sethi, Ullman, Compilers: Principles, Techniques and Tools, Addison-Wesley, 1986. ISBN 0201100886

See also