Documentation Index
Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
Use this file to discover all available pages before exploring further.
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