Format | Paperback |
---|
Writing a C Compiler: Build a Real Programming Language from Scratch
$79.35 Save:$18.00(19%)
Available in stock
Print length: | 792 pages |
---|---|
Language: | English |
Publisher: | NO STARCH |
Publication date: | 12 December 2024 |
Dimensions: | 17.93 x 3.33 x 23.65 cm |
ISBN-10: | 1718500424 |
ISBN-13: | 978-1718500426 |
People Also Viewed
- Dragon Ball Super, Vol. 19 (Volume 19) $13.02
- The Castor Oil Bible: The Complete Collection of Barbara O'Neill's Science-Backed Healing, Beauty, and Holistic Wellness Castor Oil Proven Remedies $24.36
- The Star Wars Archives. 1977–1983 $160.26
- 2025 13 Moon Oracle® Lunar Calendar: Harmonize Your Life: Align With Natural Lunar Cycles by Embodying the Divine Feminine Wisdom of The 13 Moon Oracle $44.59
- Accidental Magic: Myrtlewood Mysteries book one (special hardcover edition) $60.62
Description
A fun, hands-on guide to writing your own compiler for a real-world programming language. A fun, hands-on guide to writing your own compiler for a real-world programming language. Compilers are at the heart of everything programmers do, yet even experienced developers find them intimidating. For those eager to truly grasp how compilers work, Writing a C Compiler dispels the mystery. This book guides you through a fun and engaging project where you’ll learn what it takes to compile a real-world programming language to actual assembly code. Writing a C Compiler will take you step by step through the process of building your own compiler for a significant subset of C-no prior experience with compiler construction or assembly code needed. Once you’ve built a working compiler for the simplest C program, you’ll add new features chapter by chapter. The algorithms in the book are all in pseudocode, so you can implement your compiler in whatever language you like. Along the way, you’ll explore key concepts like- Lexing and parsing- Learn how to write a lexer and recursive descent parser that transform C code into an abstract syntax tree. Program analysis- Discover how to analyze a program to understand its behavior and detect errors. Code generation- Learn how to translate C language constructs like arithmetic operations, function calls, and control-flow statements into x64 assembly code. Optimization techniques- Improve performance with methods like constant folding, dead store elimination, and register allocation. Compilers aren’t terrifying beasts-and with help from this hands-on, accessible guide, you might even turn them into your friends for life. | ASIN : 1718500424 | ISBN13 : 9781718500426.0 | ISBN-13 : 978-1718500426
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.