Skip to content

sevenc-nanashi/brainfuck-extended

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages