Sven Schoenung

2290 days ago

Writing a C Compiler, Part 1

norasandler.com

This is the first post in a series on writing your own C compiler. Here are some reasons to write a compiler: I’ve been working on my own C compiler, nqcc for the past several weeks, using Abdulaziz Ghuloum’s An Incremental Approach to Compiler Construction as a roadmap.