Crate ayaka_script

Source
Expand description

The script parsers.

Re-exports§

pub use ayaka_primitive::RawValue;
pub use ayaka_primitive::ValueType;

Structs§

Program
A full script, a collection of expressions.

Enums§

BinaryOp
Binary operations.
Expr
An expression.
LogicBinaryOp
Logical operations.
Ref
Reference of a variable.
UnaryOp
Unary operations.
ValBinaryOp
Value binary operations.