Skip to content

Modern Compiler Design

Best in textbook rentals since 2012!

ISBN-10: 0471976970

ISBN-13: 9780471976974

Edition: 2000

Authors: Dick Grune, Henri E. Bal, Ceriel J. H. Jacobs, Koen G. Langendoen

List price: $97.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

A compiler is one of the most vital parts of a computer's system software, translating programs written in a high-level language into low-level commands that the machine can understand and execute. Most compiler design books focus only on techniques for imperative (or procedural) languages like C or Pascal, whereas Modern Compiler Design also covers compilation techniques for object-oriented, functional, logic and distributed languages. Features of the book include:A focus on essential traditional and advanced techniques common to all language paradigms, giving readers the skills required for modern compiler construction.Coverage of all the major programming language types - imperative,…    
Customers also bought

Book details

List price: $97.95
Copyright year: 2000
Publisher: John Wiley & Sons, Incorporated
Publication date: 10/11/2000
Binding: Paperback
Pages: 754
Size: 7.25" wide x 9.00" long x 1.50" tall
Weight: 2.750
Language: English

From Program Text to Abstract Syntax Tree
Annotating the Abstract Syntax Tree - The Context
Processing the Intermediate Code
Memory Management
Imperative and Object-Oriented Programs
Functional Programs
Logic Programs
Parallel and Distributed Programs
Appendix
Answers to Exercises
References
Index