Module csx64::asm::expr

source · []
Expand description

Everything needed to handle expression trees.

The important types are Expr, which represents an expression tree, and SymbolTable, which is the special collection type used for evaluation.

Structs

An expression.

An appendonly map-like collection of defined symbols.

Enums

Holds the information needed to create an instance of Expr.

The supported operations in an expr.

Represents a value (leaf node) in an Expr tree.

Constants

Number of precision bits to use for floating point values.

Maximum number of significant bits to use for integer values.