Hacker News new | ask | show | jobs
by fuhsnn 679 days ago
chibicc[0] complement this book nicely, in addition to a basic compiler, it guides you through writing the preprocessor and driver, which, although not addressed much in literature, are the missing link between the compiler built from the book and real C projects.

[0] https://github.com/rui314/chibicc

1 comments

Thanks, I wish the companion book were ready!