tjugdev / rubefunge

A Befunge-93 compliant interpreter and debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubefunge

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.

Basic Usage

To run a Befunge program, run

  • rubefunge FILE - for the interpreter
  • rubefunge -d FILE - for the debugger

See rubefunge --help for more info

About

A Befunge-93 compliant interpreter and debugger

License:MIT License


Languages

Language:Ruby 100.0%