Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 461 Bytes

violet

A C compiler targeting x86, based on chibicc. A few features are implemented at the moment. See tests for examples, and Makefile for a guide to testing.

Building

cargo build --release

Testing

make test

License

MIT