blog-2026-03-25-a-compiler-writing-journey

Wednesday, March 25, 2026, 9:35:18 AM Coordinated Universal Time by stefs

A Compiler Writing Journey

In this Github repository, I'm documenting my journey to write a self-compiling compiler for a subset of the C language. I'm also writing out the details so that, if you want to follow along, there will be an explanation of what I did, why, and with some references back to the theory of compilers.

- https://github.com/DoctorWkt/acwj

#compiler #tutorial

source


Wednesday, March 25, 2026, 9:34:59 AM Coordinated Universal Time by stefs

A Compiler Writing Journey

In this Github repository, I'm documenting my journey to write a self-compiling compiler for a subset of the C language. I'm also writing out the details so that, if you want to follow along, there will be an explanation of what I did, why, and with some references back to the theory of compilers.

- https://github.com/DoctorWkt/acwj

source


view