Expand description
AST types: node/statement types and expression tree - data only, no logic.
Structs§
- IfBranch
- One branch of an
<<if>>chain: condition AST + body statements. - Line
Variant - A line variant inside a
=>line-group. - Node
- A complete parsed node from a
.bubscript. - Option
Item - A single shortcut option.
Enums§
- BinOp
- Binary operator kinds.
- Expr
- A node in the expression AST.
- Stmt
- A statement in a node body.
- Text
Segment - One segment of text that may contain
{expr}fragments or inline markup. - UnOp
- Unary operator kinds.