Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjmlp
on March 30, 2022
|
parent
|
context
|
favorite
| on:
Writing a C Compiler is a book
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
melissalobos
on April 10, 2022
[–]
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:
- Retargetable C Compiler, A: Design and Implementation
- Compiler Design in C