bf-jit-rs is a JIT compiler/interpreter for the Brainfuck written in Rust.
Before using bf-jit-rs, ensure you have the Rust toolchain.
To build and run a Brainfuck program with bf-jit-rs, use the following command:
cargo run --release -- -i path/to/program.bf
cargo run --release -- --help