Zomis / Brainduck

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

Run code until next loop starts #36

Closed Zomis closed 8 years ago

Zomis commented 8 years ago

Add menu item for running until you encounter a [ (either from after a ] repeat or until the next such. If there are no more loop starts, run until end.