Rsbf includes 2 binaries, rsbfi and rsbfc. Rsbfi is a fast (both JIT and non-JIT) optimizing brainfuck interpreter. Rsbfc is a brainfuck to C transpiler that compiles the transpiled C code using clang to a binary executable.
cargo install --git https://github.com/swz-git/rsbf
rsbfc --help
or rsbfi --help
- Custom cranelift-powered compiler