No description
Find a file
2026-05-16 17:10:43 +00:00
sandbox chapter 10: finish static and extern variables 2026-05-16 17:10:43 +00:00
src chapter 10: finish static and extern variables 2026-05-16 17:10:43 +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 maintenance: fix typo in Cargo.toml license field 2026-05-05 15:53:05 +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 9: added type checking pass to semantic analysis 2026-05-05 04:58:52 +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