Y Hacker News Books
Compiler Construction

#1957 of 2,629 all-time

Compiler Construction

Niklaus Wirth

3 people recommended it in 3 threads, 2017–2020.

What people on Hacker News said

celnardur
I really like this book because it really takes you through all the steps. However, it's very readable and provides great examples of how to actually implement some of the components.

on HN, 2020

celnardur
I also like it because it explains how to use tools like Yacc and Bison, while explaining how they work underneath and the motivation for using such tools.

on HN, 2020

celnardur
I leaned on this book heavily in the class where the main assignment was writing our own compiler from scratch in C, and I'm currently using it now to make a compiler in rust for a custom language.

on HN, 2020

Where it comes up