ENGLISH

Algorithms for compiler design

Book information

Publisher
Charles River Media
Year
2002
ISBN
9781584501008, 1584501006
LCC
QA76.76.C65 K35 2003
Open Library ID
OL3700486M
Language
english
Format
PDF
Filesize
7 MB (6845699 bytes)
Series
Electrical and Computer Engineering Series
Edition
1
Pages
355\355
Time added
2009-08-06 05:14:26

Description

A compiler translates a high-level language program into a functionally equivalent low-level language program that can be understood and executed by the computer. Crucial to any computer system, effective compiler design is also one of the most complex areas of system development. Before any code for a modern compiler is even written, many students and even experienced programmers have difficulty with the high-level algorithms that will be necessary for the compiler to function. Written with this in mind, Algorithms for Compiler Design teaches the fundamental algorithms that underlie modern compilers. The book focuses on the "front-end" of compiler design: lexical analysis, parsing, and syntax. Blending theory with practical examples throughout, the book presents these difficult topics clearly and thoroughly. The final chapters on code generation and optimization complete a solid foundation for learning the broader requirements of an entire compiler design. KEY FEATURES: * Focuses on the "front-end" of compiler design—lexical analysis, parsing, and syntax—topics basic to any introduction to compiler design * Covers storage management and error handling and recovery * Introduces important "back-end" programming concepts, including code generation and optimization

Similar books