lua_parser
Classes
| Class | Description |
|---|---|
| AssignStat | |
| AwaitExp | await <call> — suspends the VM until the host async function completes. Only valid as a prefix to a function call expression. |
| BinopExp | |
| Block | |
| BreakStat | |
| ConcatExp | |
| DoStat | |
| EmptyStat | |
| Exp | |
| FalseExp | |
| FloatExp | |
| ForInStat | |
| ForNumStat | |
| FuncCallExp | |
| FuncCallStat | |
| FuncDefExp | |
| GotoStat | |
| IfStat | |
| IntegerExp | |
| LabelStat | |
| LocalFuncDefStat | |
| LocalVarDeclStat | |
| NameExp | |
| NilExp | |
| Node | |
| ParensExp | |
| Parser | |
| PrefixExp | |
| RepeatStat | |
| Stat | |
| StringExp | |
| TableAccessExp | |
| TableConstructorExp | |
| TrueExp | |
| UnopExp | |
| VarargExp | |
| WhileStat |