Module constants
Source pub use self::eval::ConstEnvironment;pub use self::eval::ConstEvalError;
- eval
- Constant
- Represents a constant definition in Miden Assembly syntax, i.e.
const.FOO = 1 + 1.
- ConstantExpr
- Represents a constant expression or value in Miden Assembly syntax.
- ConstantOp
- Represents the set of binary arithmetic operators supported in Miden Assembly syntax.
- ConstantValue
- Represents a constant value in Miden Assembly syntax.
- HashKind
- Represents the type of the final value to which some string value should be converted.