BrainFlick Interpreter with 30000 cells. Press s to start a program. Press Green Flag to clear memory and set pointer location to 1. Arrow keys to manually control. Commands: > Next Memory Slot < Previous Memory Slot + Add 1 to current slot - Subtract 1 from current slot [ Start Loop ] End Loop . Output , Input | End (specific to this interpreter) Examples: ++>+++++[<+>-]<.| Add 2 to 5 and display the answer. ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>++.>+.+++++++..+++.<<++.>+++++++++++++++.>.+++.------.--------.<<+.| Hello World
Update History Initial Release - 1.0.0 - 4/17/24 Nothing of note. Bugfix - 1.0.1 - 4/17/24 Fixed ASCII converter error causing output to be cut off by one character. Small Update - 1.1.0 - 4/17/24 Added Last Performed Command display and Step Time slider. Small Update - 1.2.0 - 4/17/24 Increased number of cells from 500 to 30000. Stability Patch - 1.2.1 - 4/17/24 Added prevention against infinite loops. Bugfix - 1.2.2 - 4/18/24 Fixed manual not resetting loop check.