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