Brainfuck interpreter in Rust.
bf-rs [filename]
Example: bf-rs hello_world.bf
bf-rs hello_world.bf
hello_world.bf: bf ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
bf ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Output: Hello World!
Hello World!