Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Write comments without stopping execution #53

Open Zomis opened 7 years ago

Zomis commented 7 years ago

At the moment all edits made to the code area will enforce the program to be stopped, it would be better if code execution can continue as long as non-code stuff is modified.

There are a few options for how to handle modifications: