No release in over a year
An extended BrainFuck. You can use random, you can use 2D data, you can use temp data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Brainfuck-Extended

An extended BrainFuck.

Installation

Type this to gemfile:

gem "brainfuck-extended"

And execute with

bundle exec brainfuck-extended

or

bundle exec bfe

Usage

Basic BrainFuck syntax and...

Symbol Description
/ increment the Y data pointer (to point to the next cell to the bottom).
^ decrement the Y data pointer (to point to the next cell to the top).
: copy the byte at the data pointer to temp data.
; paste the byte from temp data.
? set random value.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sevenc-nanashi/brainfuck-extended.

License

The gem is available as open source under the terms of the MIT License.