Tomeki
Cover of Compilers, principles, techniques, and tools

Compilers, principles, techniques, and tools

By Alfred V. Aho,Monica S. Lam,Ravi Sethi,Jeffrey D. Ullman

4.00 (7 Ratings)
80 Want to read3 Currently reading10 Have read

Publish Date

1986

Publisher

Addison-Wesley Pub. Co.

Language

eng

Pages

803

Description:

This book covers topics related to the functionality and design of compilers, including: - 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