Module expression

Source

Modules§

interned
Convenience constructors for creating ArcIntern<Expression>s out of other ArcIntern<Expression>s.

Structs§

FunctionCallExpression
The type of function call Quil expressions, e.g. sin(e).
InfixExpression
The type of infix Quil expressions, e.g. e1 + e2.
PrefixExpression
The type of prefix Quil expressions, e.g. -e.

Enums§

EvaluationError
The different possible types of errors that could occur during expression evaluation.
Expression
The type of Quil expressions.
ExpressionFunction
A function defined within Quil syntax.
InfixOperator
PrefixOperator