Experimental compiler for a custom grammar written in Rust. Compiles the source code to x86-64 assembly and then uses GNU assembler to generate static executable.
- bool
- unsigned int (8 bytes)
- signed int
- array
- char
- float
cargo run <filename>
Written for educational purpose.