Expand description
Type definitions for the expression parser and evaluator.
This module contains the core data structures used throughout the expression parser and evaluator, including the Abstract Syntax Tree (AST) representation, token types, function definitions, and other auxiliary types.
Structs§
- Expression
Function - Represents a function defined by an expression string rather than Rust code.
- Native
Function - Represents a native Rust function that can be registered with the evaluation context.