/TinyBF

Primary LanguageRust

TinyBF

- A minimal Brainfuck interpreter

To execute the hello world program:

cargo build --release
./target/release/tinybf examples/hello_world.bf