Expand description
Execution context for Shape runtime
This module contains the ExecutionContext which manages runtime state including:
- Variable scopes and bindings
- Data access and caching
- Backtest state and series caching
- Type registries and evaluator
- Configuration (symbol, timeframe, date range)
Structs§
- Enum
Registry - Registry for enum definitions
- Execution
Context - Execution context for evaluating expressions
- Type
Alias Runtime Entry - Runtime entry for a type alias with meta parameter overrides
- Variable
- A variable in the execution context
Enums§
- Data
Load Mode - Data loading execution mode (Phase 8)