22 #ifndef FREESCAPE_LANGUAGE_DETOKENISER_H 23 #define FREESCAPE_LANGUAGE_DETOKENISER_H 25 #include "freescape/language/instruction.h" 34 void normaliseKitOperands(FCLInstruction &instruction);
40 byte minArgs, maxArgs;
46 for (
const auto &entry : opcodes) {
47 if (entry.opcode == opcode)
Definition: detokeniser.h:36