Zomis / Brainduck

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

Remove that "Save code" button #32

Closed Zomis closed 8 years ago

Zomis commented 8 years ago

Currently there is a "Save code" button which needs to be clicked in order to transform the String to BrainfuckCommands. This is bad user experience as it is easy to forget to click that button.

Instead, automatically transform code to BrainfuckCommands when you start to run the code or when the running stops.