Compiler for a subset of C written in Rust. Mostly made to learn more Rust
Tokenizer, recursive descent parer and assembly generator for a subset of c. No anlyzer yet
Only varianle type is int, which is actually generated as a 64 bit long
no pointers or arrays
Requires gcc (Compiles the generated assembly file)
ccc ./in.c
compiles ./in.c to ./in same directory and name