cleanInstructionSet(instructionSet): any[]
Defined in: src/parsing/parser.ts:464 Cleans the instruction set by replacing string representations of operators with their numeric equivalents.

Parameters

ParameterTypeDescription
instructionSetany[]The instruction set to clean.

Returns

any[]