BrainHack

questbeat

1.1.0 for iPhone
Free
0

0 Ratings

Update Date

2015-06-02

Size

10.5 MB

Screenshots for iPhone

iPhone
BrainHack Description
BrainHack is an interpreter app for B*******k.

The B*******k programming language is an esoteric programming language noted for its extreme minimalism.
It is a Turing tarpit, designed to challenge and amuse programmers, and was not made to be suitable for practical use.
It was created in 1993 by Urban Muller.

Commands:
> increment the data pointer (to point to the next cell to the right).
< decrement the data pointer (to point to the next cell to the left).
+ increment (increase by one) the byte at the data pointer.
- decrement (decrease by one) the byte at the data pointer.
. output a character, the ASCII value of which being the byte at the data pointer.
, accept one byte of input, storing its value in the byte at the data pointer.
[ if the byte at the data pointer is zero, then instead of moving the instruction pointer forward to the next command, jump it forward to the command after the matching ] command.
] if the byte at the data pointer is nonzero, then instead of moving the instruction pointer forward to the next command, jump it back to the command after the matching [ command.
BrainHack 1.1.0 Update
2015-06-02
- Add interpreter speed setting
More Information
Price:
Free
Version:
1.1.0
Size:
10.5 MB
Update Date:
2015-06-02
Developer:
Katsuma Tanaka
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
1.1.0 2015-04-25
- Add interpreter speed setting