Module ast

Source

Structs§

Args
Array
Assignment
Binary
Bool
A boolean: true, false.
BreakStatement
Capture
CaptureList
CodeBlock
Condition
Conditional
ConditionalAlternate
ConditionalElse
Continue
Destructuring
FieldAccess
ForLoop
FuncCall
Ident
ImportItem
Int
Lambda
LetBinding
MapEntry
MapLiteral
ModuleImport
Named
Param
Params
Parenthesized
PathAccess
Range
ReturnStatement
Str
Unary
Underscore
Unit
WhileLoop

Enums§

Arg
AssignOp
Assoc
BinOp
DestructuringItem
Expr
An expression. The base of Compose. Any “statement” is an expression.
ParamKind
Pattern
Statement
UnOp

Traits§

AstNode