ended3월 25일· 1 sources
A Compiler Writing Journey
컴파일러 제작 여정
Why it matters
This GitHub repository documents a step-by-step journey of building a self-compiling compiler for a subset of C, spanning 64 parts from lexical scanning and parsing through code generation, structs, unions, and multiple backends. The author emphasizes a practical approach over heavy theory, and has since moved on to a new language called alic.
1
Sources
+0
24h
—
Growth
170d
Active
self-compiling compilerC languagelexical scanningparsingARM assemblyQBE