I sat down and wrote a C compiler from scratch and documented every step of the journey. If you've ever wanted to know how a compiler works, this might be useful. All the code and 100K words of commentary are at https://github.com/DoctorWkt/acwj
Impressive effort! Just looked a bit in the github and got blown away - maybe it should be turned into an old school book, it is a reference many could keep on the shelf and go back to for any similar software project.
Impressive effort! Just looked a bit in the github and got blown away - maybe it should be turned into an old school book, it is a reference many could keep on the shelf and go back to for any similar software project.