Skip to content

tjugdev/rubefunge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages