Brainfuck Interpreter/Debugger
Input:
Processing:
Output:
Reset memory
Reset position
Free run
Pause
Next step
Delay:
Breakpoint at:
Program counter:
Memory map:
Syntax:
+ Increase value
- Decrease value
> Increase pointer
< Decrease pointer
[ Loop: Go to end
if cell is 0
] Loop: Go to
begin
, Read value from
input into cell
. Print cell value
Everything else:
ignored!
Example from Wikipedia
[1]