This project is a toy that interpret and compile brainfuck code.
❯ cargo run --release --bin interpreter ./bf/hello_world.bf
Hello World!❯ cargo run --release --bin interpreter_it ./bf/hello_world.bf
Hello World!Support:
- aarch64
- x64 (Linux only)
❯ cargo run --release --bin jit ./bf/hello_world.bf
Hello World!