[][src]Module avra_lib::expr

Contains expression representation of AVRA-rs

Structs

BinaryExpr
UnaryExpr

Enums

BinaryOperator
Expr

Assembly uses constant expressions to avoid copying magic numbers around. Expr represents these constant expressions.

ExprRunError
UnaryOperator