https://github.com/pocmo/ruby-brainfuck
Just a small and hopefully fast Brainfuck interpreter written in Ruby
https://github.com/pocmo/ruby-brainfuck
Last synced: about 1 year ago
JSON representation
Just a small and hopefully fast Brainfuck interpreter written in Ruby
- Host: GitHub
- URL: https://github.com/pocmo/ruby-brainfuck
- Owner: pocmo
- License: wtfpl
- Created: 2010-03-01T21:29:59.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T17:34:22.000Z (over 8 years ago)
- Last Synced: 2025-02-28T08:16:33.680Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.pocmo.de
- Size: 5.86 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is just a small Brainfuck interpreter written in Ruby.
Run it:
./bf.rb yourcode.b
If you want to run Brainfuck code from your own Ruby programm,
take a look at bflib.rb.
You'll need the highline gem. You should get it by typing:
$ sudo gem install highline
This code using ruby 1.9(.1) just because it's faster ;)
http://en.wikipedia.org/wiki/Brainfuck
(C) Sebastian Kaspari 2009
This programm is licensed under the terms of the
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE.