A simple Brainfuck interpreter built in Ruby
ruby bf.rb <code file> <input file>
Note: tested using Ruby 2.1.1
- Standardize I/O encoding scheme
- Keyboard vs. file input
- Extend language (cell copy, print mem state, etc)
- Command-line flags for above options