https://github.com/rickbutton/rubyfuck
Optimizing brainfuck interpreter
https://github.com/rickbutton/rubyfuck
Last synced: 3 months ago
JSON representation
Optimizing brainfuck interpreter
- Host: GitHub
- URL: https://github.com/rickbutton/rubyfuck
- Owner: rickbutton
- License: mit
- Created: 2013-12-12T16:44:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T05:41:40.000Z (over 11 years ago)
- Last Synced: 2025-02-12T23:29:10.412Z (5 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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