Rubefunge is a Befunge-93 compliant interpreter and debugger written in Ruby.
To install, clone this repository and run:
gem install bundler
bundle install
Once installed, tests can be run with rake test.
To run a Befunge program, run
rubefunge FILE- for the interpreterrubefunge -d FILE- for the debugger
See rubefunge --help for more info