Structs§
- Call
Expr - Function/method call.
- Function
- Lua AST node types for decompiled output. A complete Lua function body (chunk).
Enums§
- BinOp
- Binary operators.
- Expr
- Lua expression.
- NumLit
- Numeric literal (preserves integer vs float distinction).
- Stat
- Lua statement.
- Table
Field - Table constructor field.
- UnOp
- Unary operators.
Type Aliases§
- Block
- A sequence of statements.