A brainfuck interpreter in Rust.
The system is hard coded to read which source file.
The repo has source.txt -- a hello world and source2.txt -- a rot13 implementation
The rot13 implementation works, but seems to be line oriented. ^D will cause it to exit cleanly however.