acc
is a C90 compiler built in Rust.
The project is very straightforward to build and as of right now requires no extra installs outside of the rust
toolchain.
cargo build --release
cargo install --path .
In an attempt to make this as easy to use as possible, the project will implement a small subset of the gcc
API:
For example, a well-formed call would be:
acc main.c -o main -O3