Interface Context
public interface Context
Represents an execution context for the Turi language.
This interface defines the contract for managing scope, variables,
and state during the execution of Turi code. The context is used
throughout the language implementation for maintaining execution
environment, variable bindings, and other runtime state.
The context is essential for operations such as:
- Variable scoping and management
- Function execution environments
- Exception handling context
- State management during evaluation