![]() The cover of the second edition (North American), showing a knight and dragon | |
Author | Alfred V. Aho,Monica S. Lam,Ravi Sethi, andJeffrey D. Ullman |
---|---|
Language | English |
Publisher | Pearson Education, Inc |
Publication date | 1986,2006 |
ISBN | 0-201-10088-6 |
OCLC | 12285707 |
005.4/53 19 | |
LC Class | QA76.76.C65 A37 1986 |
Compilers: Principles, Techniques, and Tools[1] is acomputer science textbook byAlfred V. Aho,Monica S. Lam,Ravi Sethi, andJeffrey D. Ullman aboutcompiler construction forprogramming languages. First published in 1986, it is widely regarded as the classic definitive compiler technology text.[2]
It is known as theDragon Book to generations of computer scientists[3][4] as its cover depicts aknight and adragon in battle, ametaphor for conquering complexity. This name can also refer to Aho and Ullman's olderPrinciples of Compiler Design.
The first edition (1986) is informally called the "red dragon book" to distinguish it from the second edition[5] and from Aho & Ullman's 1977Principles of Compiler Design sometimes known as the "green dragon book".[5]Topics covered in the first edition include:
Following in the tradition of its two predecessors, the second edition (2006) features a dragon and a knight on its cover, and is informally known as thepurple dragon.Monica S. Lam ofStanford University became a co-author with this edition.
The second edition includes several additional topics, including:
In order to cover recent developments and issues, there is an updated second edition fromPearson Education India (4 July 2023), with contributions from Sorav Bansal. This revised and updated edition has new chapters on programming language semantics and undefined behaviour semantics.