Zomis / Brainduck

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

Prevent hanging on infinite loops #8

Closed Zomis closed 8 years ago

Zomis commented 8 years ago

Easiest way to hang the program: +[>+<]

Make the Brainfuck runner run in a separate thread, to avoid blocking the UI thread, also include a stop button.