Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/rubyfuck
Optimizing brainfuck interpreter
https://github.com/rickbutton/rubyfuck
Last synced: 5 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T05:41:40.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T02:59:22.796Z (7 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