silverbullet/common/space_lua/parse-lua.terms.js

36 lines
693 B
JavaScript
Raw Normal View History

2024-09-12 19:40:43 +08:00
// 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,
2024-09-24 16:15:22 +08:00
FuncBody = 58,
ArgList = 59,
2025-01-10 03:53:47 +08:00
Query = 60,
QueryClause = 62,
WhereClause = 63,
OrderByClause = 65,
2025-01-10 20:52:55 +08:00
OrderBy = 68,
SelectClause = 70,
LimitClause = 72,
IfStatement = 77,
ForStatement = 82,
ForNumeric = 84,
ForGeneric = 85,
NameList = 86,
ExpList = 88,
FuncName = 90,
VarList = 94,
AttNameList = 96,
AttName = 97,
Attrib = 98,
ReturnStatement = 99