Support other kinds of commands in analyze
Closed this issue · 0 comments
Zomis commented
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.