Expand description
Execution context: stacks, storage, operator table, and state.
Structs§
- Context
- Loop
State - Loop state for
for,repeat,loop, andforall. - Name
Cache - Pre-interned
NameIds for frequently-used names in hot paths. - OpEntry
- Operator table entry: function pointer + name.
Enums§
- Loop
Type - Type of loop iteration.
Type Aliases§
- Exec
Sync Fn - Function pointer type for synchronous procedure execution. Set by the engine crate to enable inline PS procedure calls from operators.