1 unstable release
0.1.0-alpha | Jan 19, 2024 |
---|
#1057 in Programming languages
18KB
378 lines
Brainfreak
A simple Brainf-ck compiler written in Rust with Cranelift.
Use Brainfreak
Prerequisites
- The Cargo package manager
- A linker of your choice
cargo install brainfreak
brainfreak build-obj brainfreak-program.bf -o program.o
gcc program.o -o program
./program
Dependencies
~13MB
~272K SLoC