Module ast

Source
Expand description

Contains all the enums used to represent the AST.

Structs§

BuiltinFunc
Builtin function (like log or sqrt).
UserFunc
User-defined function.

Enums§

Atom
BinaryOp
CalcFunc
A function that can be called by the user.
CalcFuncRef
Holds a reference to a builtin or user-defined function.
Expr
Stmt
UnaryOp