C Compiler

Building a C compiler in Rust while learning compiler internals.

I am learning compilers by building a C compiler in Rust.

The project is a hands-on way to work through parsing, intermediate representations, code generation, and the engineering tradeoffs that show up when a language implementation grows beyond toy examples.