Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.16 KB

File metadata and controls

32 lines (25 loc) · 1.16 KB

Compilers: Principles, Techniques and Tools (2ed.)

Authors Alfred Aho, Monica Lam, Ravi Sethi, Jeffrey Ullman
Year 2006
ISBN 978-0321486813
Publisher Addison Wesley

Description

The standard compilers textbook, going over foundational material in compiler design and implementation. There's plenty of advanced topics as well, at the graduate level, but nothing "new". This book also explains some of the CS theory relevant to writing compilers.

Familiarity with programming concepts, data structures and algorithms, and some discrete mathematics.

A supplementary website for the book can be found at . This website includes lecture notes and handouts from several courses that use the book, as well as a list of errata, and a tar file containing the source code for the Java program in Appendix A.

Comments

Feel free to add your opinions and reviews of this resource in this section by submitting a pull request.