/bf-rs

Brainf*ck interpreter written in Rust

Primary LanguageRust

Brainfuck Interpreter

Another brainfuck interpreter written in rust.

Usage

Put this in hello-world.bf

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

Then run it with

$ cargo run hello-world.bf
Hello World!