Hacker News new | ask | show | jobs
by Raminj95 696 days ago
Please can you suggest those better resources as this is something I’m trying to learn
1 comments

Consider taking a look at chibicc and simply working forward through the commits:

https://github.com/rui314/chibicc

> Each commit of this project corresponds to a section of the book. For this purpose, not only the final state of the project but each commit was carefully written with readability in mind. Readers should be able to learn how a C language feature can be implemented just by reading one or a few commits of this project.