Logo

Compiler Design in C by Allen I. Holub

Large book cover: Compiler Design in C

Compiler Design in C
by

Publisher: Prentice-Hall
ISBN/ASIN: 0131550454
ISBN-13: 9780131550452
Number of pages: 986

Description:
This book is highly accessible to both computer science students and programmers. The approach is similar to that taken by Tanenbaum for operating systems in the C-language code that implements all algorithms. The book presents the subject of Compiler Design in a way that's understandable to a programmer, rather than a mathematician.

Home page url

Download or read it online for free here:
Download link
(18MB, PDF)

Similar books

Book cover: Implementing Programming LanguagesImplementing Programming Languages
by
This book follows a theory-based practical approach, where theoretical models serve as blueprint for actual coding. The reader is guided to build compilers and interpreters. The solutions are moreover portable to different implementation languages.
(10031 views)
Book cover: Write You a Haskell: Building a modern functional compiler from first principlesWrite You a Haskell: Building a modern functional compiler from first principles
by - StephenDiehl.com
We will build a small functional language called Fun, complete with a parser, type inference, datatypes, pattern matching, desugaring, typeclasses, higher-kinded types, monadic IO, arbitrary-rank polymorphism, records, Core language, etc.
(7740 views)
Book cover: Let's Build a CompilerLet's Build a Compiler
by
A tutorial on the theory and practice of developing language parsers and compilers. It covers every aspect of compiler construction, programming language design, and building a working compiler. More theoretical aspects of the subject are ignored.
(18432 views)
Book cover: Compilers and Compiler GeneratorsCompilers and Compiler Generators
by - Rhodes University
Designed for computer science students studying for a second year course in compilers/programming language translation, this text manages to combine theory, applications and use of compiler writing tools to give a solid introduction to the subject.
(11832 views)