Skip to main content

Module ast

Module ast 

Source

Structs§

CallExpr
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.
TableField
Table constructor field.
UnOp
Unary operators.

Type Aliases§

Block
A sequence of statements.