general |
Aftersleep Books
|
||||||||||||||||||
CompilersThe following report compares books using the SERCount Rating (base on the result count from the search engine). |
|||||||||||||||||||
|
Aftersleep Books - 2005-06-20 07:00:00 | © Copyright 2004 - www.aftersleep.com () | sitemap | top |
This is THE compiler design book. It's used in both undergraduate and graduate level computer engineering courses throughout the Western world. The immediate descendent of the classic Principles of Compiler Design by Aho and Ullman (the "Dragon Book"), it's 796 pages (hardback) of algorithms, diagrams, and code segments from (mostly) C and Pascal perspectives.
From the contents:
Chapter 1: Introduction to Compiling
Chapter 2: A Simple One-Pass Compiler
Chapter 3. Lexical Analysis
Chapter 4. Syntax Analysis
Chapter 5: Syntax-Directed Translation
Chapter 6: Type Checking
Chapter 7: Run-Time Environments
Chapter 8: Intermediate Code Generation
Chapter 9: Code Generation
Chapter 10: Code Optimization
Chapter 11: Want to Write a Compiler?
Chapter 12: A Look at Some Compilers
Appendix: A Compiler Project
It would be silly to recommend the text to students, because if you're taking collegiate or occupational compiler design, you'll be using it anyway. Instructors thinking of adopting the text can write me for specifics. This text is exlusively used by the Computer Science department at Ashland University