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,
SelectClause = 69,
Select = 71,
LimitClause = 73,
IfStatement = 78,
ForStatement = 83,
ForNumeric = 85,
ForGeneric = 86,
NameList = 87,
ExpList = 89,
FuncName = 91,
VarList = 95,
AttNameList = 97,
AttName = 98,
Attrib = 99,
ReturnStatement = 100