Skip to main content

Module expr

Module expr 

Source
Expand description

Expression representation and manipulation

Expressions are stored in postfix (reverse Polish) notation.

Structs§

EvaluatedExpr
An evaluated expression with its numeric value
Expression
A symbolic expression in postfix notation

Enums§

OutputFormat
Output format for expression display

Constants§

MAX_EXPR_LEN
Maximum expression length (matching C version’s MAX_ELEN)