Expand description
Core types for the evaluation engine.
Structs§
- Completion
- Completion record. Every statement evaluation returns a completion record.
- Environment
Ref - Reference to an environment record.
- Reference
- Reference type. Used for identifier resolution and property access.
Enums§
- Completion
Type - Completion record type. Represents the result of evaluating a statement or expression.
- Reference
Base - Reference base type. A reference can be based on an object, environment record, or be unresolvable.
Type Aliases§
- Eval
Result - Result type for evaluation operations.
- Reference
Result - Result type for reference-returning operations.
- Value
Result - Result type for value-returning operations.