Closed Zomis closed 9 years ago
Currently Brainalyze only supports pure BrainFCommand, because of excessive use of command.ordinal()
Brainalyze
BrainFCommand
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.
toString()
Currently
Brainalyze
only supports pureBrainFCommand
, because of excessive use ofcommand.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.