braindeck
A brainf*ck derivative in Decker.
On top of the brainf*ck operations, braindeck implements the following extensions (toggled by the "extension" checkbox):
"0-9": Addressing -- move to the desired cell.
"#0-#255": Constant -- set the value of current cell to the number.
";": Line comment.
Download
Download
braindeck.deck 8.1 kB
Comments
Log in with itch.io to leave a comment.
This is neat! I particularly enjoy the choice of sliders to represent tape cells.
One idea: if you added a sleep[] to an appropriate point in the interpreter, you could slow execution down to produce a visibly animated view of execution. Adjusting how frequently you call it (every instruction, every 2 instructions, etc.) would give finer-grained speed control.