Expand description
The Lucia Abstract Syntax Tree (AST).
Structs§
- Block
- A block.
- Expr
- An expression.
- Ident
- An ident.
- Lit
- A literal.
- Stmt
- A statement.
- Table
Property - A TableProperty.
Enums§
- BinOp
- Binary operator.
- Expr
Kind - Kind of expression.
- Function
Kind - Kind of function.
- Import
Kind - Kind of import statement.
- LitKind
- Kind of literal.
- Member
Kind - Kind of member expression.
- Stmt
Kind - Kind of statement.
- UnOp
- Unary operator.