Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Writing a C Compiler is a book
(
norasandler.com
)
62 points
by
ingve
on March 29, 2022
|
hide
|
past
|
favorite
|
2 comments
pjmlp
on March 30, 2022
[–]
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
|
parent
[–]
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