[][src]Module darklua_core::nodes

The collection of nodes used for the Lua abstract syntax tree.

Structs

AssignStatement
BinaryExpression
Block
DecimalNumber
DoStatement
FieldExpression
FunctionCall
FunctionExpression
FunctionName
FunctionStatement
GenericForStatement
HexNumber
IfBranch
IfStatement
IndexExpression
LocalAssignStatement
LocalFunctionStatement
NumericForStatement
RepeatStatement
StringExpression
TableExpression
UnaryExpression
WhileStatement

Enums

Arguments
BinaryOperator
Expression
LastStatement
NumberExpression
Prefix
Statement
TableEntry
UnaryOperator
Variable