Zomis / Brainduck

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

Do not treat middle whitespace as comments #58

Open Zomis opened 7 years ago

Zomis commented 7 years ago

<<<<< <<<<< <<<<< does not need to be treated as 5 syntaxes: MovePointer(5), Comment, MovePointer(5), Comment, MovePointer(5). It can be treated as only one syntax: MovePointer(15)