Zomis / Brainduck

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

Support other kinds of commands in analyze #18

Closed Zomis closed 8 years ago

Zomis commented 8 years ago

Currently Brainalyze only supports pure BrainFCommand, because of excessive use of command.ordinal()

Make it support other kinds of commands as well, either by using a Map with toString() keys or by using the actual command itself as key.