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.
@rui314 has been doing some pretty interesting projects recently (also mold: https://github.com/rui314/mold). Is this some fun retirement period they is enjoying?
From the readme,
On GitHub is there an easy way to view the commits of the project in chronological order?
I’m not heaps familiar with github’s web interface. I know you can do this from the git cli with
git log –reverse
@rui314 has been doing some pretty interesting projects recently (also mold: https://github.com/rui314/mold). Is this some fun retirement period they is enjoying?
Yes. After working for Google for 12 years, I decided to leave to pursue my personal interest.
Your READMEs are excellent. I’ve never read any so captivating.
ruiu, I’d love to be able to pre-order your compiler book or sign up for a mailing list (or follow an RSS feed) to let me know when it’s ready.
The chibicc README has instructions on signing up for notifications.
Yeah, this is the sign-up form. https://docs.google.com/forms/d/e/1FAIpQLSccr5k3er2PnFngK4aRTTg7qANWR6Vayutm8UY592PH8FagUw/viewform
Hi @ruiu - quick question. Will your compiler send each phase to a separate process or will the compiler be a single process.
Just curious - no strong opinion on this.
It’s a single process just like other compilers are.
Remarkable, thanks for sharing your research