Structs§
- 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.