Compiler Design in C
Allen I. Holub(Author)
Prentice-Hall (Publisher)
2nd Edition
Published in November 1989
Book
Paperback/Softback
534 pages
978-0-13-155151-0 (ISBN)
Description
For students, working engineers and programmers, this book teaches real-world compiler design concepts and implementation. The text dedicates the first chapter to an overview of the basic concepts in C programming, and presents a complete C compiler, including the complete sources for three compiler-generation tools (written in ANSI C). It also uses LeX and yacc to develop a complete C compiler, and includes a chapter dedicated to the coverage of C++ topics and features.
More details
Edition
2nd edition
Language
English
Place of publication
Harlow
United Kingdom
Publishing group
Pearson Education Limited
Target group
College/higher education
Professional and scholarly
Illustrations
bibliography, index
Dimensions
Height: 255 mm
Width: 205 mm
Weight
1561 gr
ISBN-13
978-0-13-155151-0 (9780131551510)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Content
Basic concepts; input and lexical-analysis; context-free grammars; top-down parsing; bottom-up parsing; code generation - implementing a small C++ compiler; optimization strategies.