Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

cleanInstructionSet(instructionSet): any[]
Cleans the instruction set by replacing string representations of operators with their numeric equivalents.

Parameters

ParameterTypeDescription
instructionSetany[]The instruction set to clean.

Returns

any[]

Defined in

src/parsing/parser.ts:444