Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Compilers: Principles, Techniques and Tools ( 'red dragon book')

Posted By: tot167
Compilers: Principles, Techniques and Tools ( 'red dragon book')

Alfred V.Aho, Ravi Sethi, Jeffrey D.Ullman, "Compilers: Principles, Techniques and Tools ( 'red dragon book')"
Addison Wesley | 2002 | ISBN: 7115099162, 0201100886 | 811 pages | Djvu | 17,3 MB

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

It is known as the Dragon Book because its covers depict a knight and a dragon in battle. The first edition is informally called the "red dragon book" to distinguish it from the second edition and from Aho & Ullman's Principles of Compiler Design (1977, sometimes known as the "green dragon book" because the dragon on its cover is green).

A new edition of the book was published in August 2006.

Topics covered in the first edition include:

- Compiler structure
- Lexical analysis (including regular expressions and finite automata)
- Syntax analysis (including context-free grammars, LL parsers, bottom-up parsers, and LR parsers)
- Syntax directed translation
- Type checking (including type conversions and polymorphism)
- Run-time environment (including parameter passing, symbol tables, and storage allocation)
- Code generation (including intermediate code generation)
- Code optimization

P.S
First several pages are in Chinese. Don't be afraid - the book is in English. This edition was for China.

Download