Expand description
AST (Abstract Syntax Tree) module for ELO expressions
Defines the complete set of ELO expression types matching the language specification. Each expression variant represents a different construct in the ELO language.
Re-exports§
pub use visitor::Visitor;
Modules§
- visitor
- Visitor trait for traversing and transforming ELO AST
Enums§
- Binary
Operator - Binary operators supported in ELO
- Expr
- Top-level ELO expression type
- Literal
- Literal value types
- Temporal
Keyword - Temporal keywords for date/time operations
- Unary
Operator - Unary operators supported in ELO