No description
Find a file
2026-04-14 17:03:58 +00:00
sandbox chapter 5: add local variables and assignment to tacky, codegen, and emission 2026-04-14 17:03:58 +00:00
src chapter 5: add local variables and assignment to tacky, codegen, and emission 2026-04-14 17:03:58 +00:00
.gitignore maintenance: add a place for sample programs 2026-04-07 23:37:42 +00:00
Cargo.lock chapter 1: setup compiler driver 2026-04-06 23:56:44 +00:00
Cargo.toml chapter 1: setup compiler driver 2026-04-06 23:56:44 +00:00
LICENSE chapter 1: setup compiler driver 2026-04-06 23:56:44 +00:00
README.md maintenance: add a readme 2026-04-07 22:25:55 +00:00
rustfmt.toml chapter 1: setup compiler driver 2026-04-06 23:56:44 +00:00
taplo.toml chapter 1: setup compiler driver 2026-04-06 23:56:44 +00:00

Mocc - Monodon C Compiler

Or a crude mockery of a true c compiler

This is my attempt to follow along with the book Write a C Compiler by Nora Sandler