29 lines
560 B
JavaScript
29 lines
560 B
JavaScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
Comment = 1,
|
|
Chunk = 2,
|
|
Block = 3,
|
|
Label = 5,
|
|
Name = 7,
|
|
Number = 20,
|
|
LiteralString = 21,
|
|
FunctionCall = 30,
|
|
TableConstructor = 32,
|
|
BinaryExpression = 39,
|
|
CompareOp = 42,
|
|
UnaryExpression = 51,
|
|
FuncBody = 58,
|
|
ArgList = 59,
|
|
IfStatement = 63,
|
|
ForStatement = 68,
|
|
ForNumeric = 70,
|
|
ForGeneric = 71,
|
|
NameList = 72,
|
|
ExpList = 74,
|
|
FuncName = 76,
|
|
VarList = 80,
|
|
AttNameList = 82,
|
|
AttName = 83,
|
|
Attrib = 84,
|
|
ReturnStatement = 85
|