No description
  • Rust 99.9%
  • C 0.1%
Find a file
2026-04-09 16:53:30 +00:00
sandbox chapter 4: added logical and relational operators to code emission 2026-04-09 16:53:30 +00:00
src chapter 4: added logical and relational operators to code emission 2026-04-09 16:53:30 +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