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

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

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.