Writing A C Compiler: Build a Real Programming Language from Scratch

Available
4.9/5.0
21,000+ Reviews
Bookshop.org has the highest-rated customer service of any bookstore in the world
Product Details
Price
$69.99  $65.09
Publisher
No Starch Press
Publish Date
Pages
792
Dimensions
7.06 X 9.27 X 1.41 inches | 2.79 pounds
Language
English
Type
Paperback
EAN/UPC
9781718500426

Earn by promoting books

Earn money by sharing your favorite books through our Affiliate program.

Become an affiliate
About the Author
Nora Sandler is a software engineer based in Seattle. She holds a BS in computer science from the University of Chicago, where she researched the implementation of parallel programming languages. More recently, she's worked on domain-specific languages at an endpoint security company. You can find her blog on pranks, compilers, and other computer science topics at https: //norasandler.com.
Reviews
"Have you written C code and really wondered how this turns into code that runs on a processor? Nora's book will not only help you see how that works but will help you to understand how to do these sorts of translations for your own assets, in language and code accessible to people without a PhD in compilers."
--Lars Bergstrom, Director of Engineering at Google

"This book is a great introduction to the topic of compilers for programming languages. It is extremely thorough, with many suggestions for further reading, while being quite enjoyable to read -- a 'soup-to-nuts' treatment of compiler writing for C-like languages."
--John Reppy, Professor of Computer Science, University of Chicago

"It is refreshing to read a book on compiler design with a focus on implementing a practical real-world language, rather than working through dry academic exercises . . . practical, fun, and exciting to read if you are sick of reading textbooks on the subject."
--Rick Battagline, author of The Art of WebAssembly