|
|
|
|
|
by becojo
4817 days ago
|
|
Very interesting visualization. It's always hard to wrap in mind what a Brainfuck program does while executing. While reading the source of the interpreter, I found out that the "[" command is not working properly. It is suppose to jump to the next matching bracket when the value of the current pointer is zero. I'm quite sure the creator is aware of that as he wrote on the demo page what it supposed to do. Good work still ! |
|