Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Writing a C Compiler is a book (norasandler.com)
62 points by ingve on March 29, 2022 | hide | past | favorite | 2 comments


If besides the author's book (good work), you want to delve into how others approach the subject, check

- Retargetable C Compiler, A: Design and Implementation

- Compiler Design in C


Unfortunately those works create the compiler in C, whereas this work is done in python. In particular "Retargetable C Compiler" spends a huge amount of space dealing with managing data in C and not much on compiling.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: