Logo

Compiler Design: Theory, Tools, and Examples

Small book cover: Compiler Design: Theory, Tools, and Examples

Compiler Design: Theory, Tools, and Examples
by

Publisher: Rowan University
ISBN/ASIN: B0091OGOHE
Number of pages: 284

Description:
This is an introductory level text for compiler design courses, that emphasizes problem solving skills. The concepts are clearly presented with sampler problems and diagrams to illustrate the concepts. The text also covers lex and yacc two compiler generating tools in UNIX.

Home page url

Download or read it online for free here:
Download link
(880KB, 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.
(10039 views)
Book cover: Parsing Techniques: A Practical GuideParsing Techniques: A Practical Guide
by - Ellis Horwood Ltd
This book treats parsing in great depth. It offers a clear and thorough discussion of different parsing techniques with their applications, including error recovery techniques. The text covers almost all parsing methods, not just the popular ones.
(17535 views)
Book cover: Basics of Compiler DesignBasics of Compiler Design
by - Lulu.com
The book written for use in an introductory compiler course. It is intended to convey the general picture without going into extreme detail. It should give the students an understanding of how compilers work and the ability to make simple compilers.
(16504 views)
Book cover: GNU Compiler Collection (GCC) InternalsGNU Compiler Collection (GCC) Internals
- Free Software Foundation
This manual documents the internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages. It corresponds to the compilers (GCC) version 4.4.0.
(11528 views)