This is a C compiler written in Rust. It translates C code into x86 assembly.
- Rust (latest stable version)
- GCC
To build the project simply run:
cargo build
This includes documentation tests:
cargo test
To quickly compile a file and display the program exit code you can run:
./quick_compile.sh <path_to_file>
This project is licensed under the MIT License.