cleanInstructionSet(instructionSet): void

Cleans the instruction set by replacing string representations of operators with their numeric equivalents.

Parameters

ParameterTypeDescription
instructionSetany[]The instruction set to clean.

Returns

void

Defined in

src/modules/parser.ts:542