Structs§
- An iterator over
SyntaxNode
children of a particular AST type. - In Lua, tables are a fundamental data structure that can be used to represent arrays, objects, and more. To facilitate parsing and handling of different table structures, we categorize tables into three types:
TableArrayExpr
,TableObjectExpr
, andTableEmptyExpr
.