Skip to main content

Module context

Module context 

Source
Expand description

Execution context: stacks, storage, operator table, and state.

Structs§

Context
LoopState
Loop state for for, repeat, loop, and forall.
NameCache
Pre-interned NameIds for frequently-used names in hot paths.
OpEntry
Operator table entry: function pointer + name.

Enums§

LoopType
Type of loop iteration.

Type Aliases§

ExecSyncFn
Function pointer type for synchronous procedure execution. Set by the engine crate to enable inline PS procedure calls from operators.