ASTAccumulator = object
Defined in: src/modules/types.ts:516
Accumulator for Abstract Syntax Tree construction
Properties
instructionSet
instructionSet: any[]
Defined in: src/modules/types.ts:518
Instruction set being accumulated
iterator
iterator: object
Defined in: src/modules/types.ts:522
Iterator for tracking position
value
value: number
mem
mem: any[]
Defined in: src/modules/types.ts:520
Memory for the accumulation process