
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows with Prime
Try Prime
and start saving today with fast, free delivery
Amazon Prime includes:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited Free Two-Day Delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
- Unlimited photo storage with anywhere access
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.
Buy new:
$206.65$206.65
Ships from: Amazon.com Sold by: Amazon.com
Save with Used - Acceptable
$9.00$9.00
Ships from: Amazon Sold by: WÖLF

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
Crafting a Compiler with C 1st Edition
Purchase options and add-ons
- ISBN-100805321667
- ISBN-13978-0805321661
- Edition1st
- PublisherPearson
- Publication dateJuly 1, 1991
- LanguageEnglish
- Dimensions7 x 1.8 x 9 inches
- Print length832 pages
Frequently bought together

Customers who viewed this item also viewed
Editorial Reviews
From the Back Cover
This extremely practical, hands-on approach to building compilers using the C programming language includes numerous examples of working code from a real compiler and covers such advanced topics as code generation, optimization, and real-world parsing. It is an ideal reference and tutorial.
0805321667B04062001
Product details
- Publisher : Pearson; 1st edition (July 1, 1991)
- Language : English
- Paperback : 832 pages
- ISBN-10 : 0805321667
- ISBN-13 : 978-0805321661
- Item Weight : 2.95 pounds
- Dimensions : 7 x 1.8 x 9 inches
- Best Sellers Rank: #1,640,284 in Books (See Top 100 in Books)
- #145 in Software Programming Compilers
- #186 in C Programming Language
- #4,676 in Computer Software (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on July 6, 2011This book covers a very difficult subject. It is intended for those programmers or students that really want to see what is going on under the hood. The majority of programmers today have no idea how things really work at this level. They are used to managed frameworks that do everything for them. In my professional opinion, that is great for rapid application development but the side effect is that it severely dumbs down the programmer. This book, on the other hand, is for those who are prepared to do some serious work. If you just want to create GUI applications for users in a quick fashion or even if you want to look at the C language because you are curious about it then this book is not for you.
This book is a well balanced combination of theory and practice and it is much more digestible than "The Dragon Book", in my opinion. For example, while I have found "The Dragon Book" a great resource for teaching college level students it feels too theoretical at times and difficult to follow. I have found that some readers of "The Dragon Book" get lost in all that theory and gradually lose interest. This book, on the other hand, is nicely balanced between theory and practice and many readers find it much more interesting. Even though there have been advances in compiler theory since this book was published, the underlying theory and practical examples still apply and I still find this book a great resource. I highly recommend this text to those programmers who really want to do some serious work and those who are interested in getting into the heart and basic essentials of Computer Science.
- Reviewed in the United States on August 31, 2016The 1988 Pascal-based "Crafting a Compiler" left out some stuff. This 1991 2" thick (in paperback) expansion implements its examples in 'C', making the details MUCH more accessible, making detailed what most compiler books gloss over. It's a little dated now, but on the other hand, the science of Compiler Design hasn't evolved much since the 1970's, though the languages certainly have. If you want the nitty-gritty implementation details of Recursive Descent, LL(1), LR(1), and LALR parsers, it's in this book.
- Reviewed in the United States on April 21, 2004I teach compiler construction and I personally hate the "Dragon book" because it is beyond the level of many students. Fischer and LeBlanc present most of the same material and they make it readable. Theirs was the first book to devote an entire chapter to symbol tables, the central data structure that all components of a compiler use. There should be a law mandate that compiler courses should use either this book or Thomas Parsons'.
- Reviewed in the United States on August 14, 2019The mixing of code and pseudo-code code makes it a bit difficult to follow. Also yet another C compiler book which uses compiler-compilers. I will update more as I go..
- Reviewed in the United States on January 9, 2007This book is quite dense and requires some serious work to be understood properly. It is quite complete even if it is a bit old compared with the latest twists in compiler theory. It is a mix between theory and pratical implementation. This is its main strength and its main weakness: it is not a comprehensive theorical work on compilers neither a complete "pratical" tutorial. Anyway it is a good introduction for the (college-level) student who is willing to do some serious work.
- Reviewed in the United States on July 6, 2009I have oredered this book overseas but the shipment was much faster than I expected. This is great book for whom looking for a good reference about compilers.
- Reviewed in the United States on December 23, 1999This book has a nice balance of theory and practical algorithms. There is enough detail to allow a (patient) reader to implement his own compiler tools, though like most other books on the subject, this book leaves you with the feeling that the area might have died about twenty years ago (no insult intended!); an update needed, to include OO languages, some treatment of the complexities associated with parsing modern languages, C++ etc. All things considered, still a great book, well worth the money.