Expand description
Stack-based operations for iterative AST evaluation
This module defines the operation types used by the iterative evaluator to process expressions without recursion.
Enums§
- Binary
Op - Binary operators
- EvalOp
- Operations that can be pushed onto the evaluation stack
- UnaryOp
- Unary operators
Functions§
- ast_
to_ stack_ op - Convert from AST representation to stack operation
- is_
binary_ operator - Check if a string is a binary operator