Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 312 Bytes

crumb

A C compiler targetting x86_64-unknown-linux-gnu.

Building

Currently, the compiler should be built natively with cargo, using cargo run or cargo build --release and finding the binary in build/release.

Using

On invocation, you can see a list of options and flags to use with the CLI.