Welcome to my Github repository documenting my journey to write a self-compiling compiler for a subset of the C language. This project is designed to be a practical exploration of compiler construction, providing explanations and insights into each step of the process. Whether you're following along or just curious, I hope you find this journey informative and engaging.
- Part 1: Introduction to Lexical Scanning
- Part 2: Introduction to Parsing
- Part 3: Operator Precedence