Skip to main content

Module eval

Module eval 

Source
Expand description

REXX tree-walking evaluator — AST + Environment -> execution.

Walks the AST produced by the parser, evaluating expressions using RexxValue and BigDecimal arithmetic, and executing instructions against an Environment.

Structs§

Evaluator

Enums§

ExecSignal
Signal returned by clause/block execution for control flow.