Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickbutton/rubyfuck

Optimizing brainfuck interpreter
https://github.com/rickbutton/rubyfuck

Last synced: 5 days ago
JSON representation

Optimizing brainfuck interpreter

Awesome Lists containing this project

README

        

# Rubyfuck

Optimizing brainfuck interpreter

## Installation

Rubyfuck isn't published yet, so you have to clone it

`git clone [email protected]:rickbutton/rubyfuck.git`

## Usage

Rubyfuck isn't published yet, so the easiest way to run it is to:

````
cd rubyfuck
ruby -I./lib bin/rubyfuck examples/mandlebrot.b
````

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request