Hacker News new | ask | show | jobs
by NonEUCitizen 646 days ago
"widcc is based on Rui Ueyama's chibicc"
1 comments

The chibicc commit history is a fun read. It builds up a mostly working C compiler from nothing, adding one small feature on each commit, keeping a working compiler at every step. It really is pleasant and informative to read.