Discover
Book Series

Addison-Wesley series in computer science

Minsik users reviews
0.0 (0)
Other platforms reviews
4.2 (10)
3 books
Minsik want to read: 0
Minsik reading: 0
Minsik read: 0
Open Library want to read: 114
Open Library reading: 7
Open Library read: 15

About Author

Description

There is no description yet, we will add it soon.

Books in this Series

Compilers, principles, techniques, and tools

4.1 (8)
103

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