Skip to main content

Module arithmetic_eval

Module arithmetic_eval 

Source
Expand description

Stack-safe scalar evaluation for normalized arithmetic AST expressions.

Enums§

ArithmeticValue
A typed scalar accepted by the arithmetic expression evaluator.

Functions§

compare_arithmetic_values
Compare two scalar values using the execution runtime’s comparison semantics.
evaluate_arithmetic_expression
Evaluate a normalized arithmetic expression without recursive AST traversal.