|
|
|
|
|
by briansteffens
3265 days ago
|
|
Wow this is cool and you did this really fast! So you did kind of a functional style where each row represents an instruction being run with a full copy of the state of the VM at that point in time. Then each subsequent row is based on the state of the previous one. Am I reading that right? (I'm not familiar with Brainfk) |
|
The more interesting hackery is in the parenthesis parser...