Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 233 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 233 Bytes

compiler

compiler for a subset of C written in Rust

TODO features

  • debug info line numbers in output assembly
  • less verbose ast dump
  • all expressions to be boxed
  • split tests into seperate tests
  • break; continue;
  • switch;