50 lines
878 B
TypeScript
50 lines
878 B
TypeScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
Star = 1,
|
|
Slash = 2,
|
|
Plus = 3,
|
|
Minus = 4,
|
|
And = 5,
|
|
Or = 6,
|
|
Eq = 7,
|
|
Neq = 8,
|
|
Lt = 9,
|
|
Lte = 10,
|
|
Gt = 11,
|
|
Gte = 12,
|
|
Identifier = 13,
|
|
AssignableIdentifier = 14,
|
|
Word = 15,
|
|
IdentifierBeforeDot = 16,
|
|
Do = 17,
|
|
Program = 18,
|
|
PipeExpr = 19,
|
|
FunctionCall = 20,
|
|
DotGet = 21,
|
|
Number = 22,
|
|
PositionalArg = 23,
|
|
ParenExpr = 24,
|
|
FunctionCallOrIdentifier = 25,
|
|
BinOp = 26,
|
|
ConditionalOp = 27,
|
|
FunctionDef = 28,
|
|
Params = 29,
|
|
colon = 30,
|
|
keyword = 50,
|
|
String = 32,
|
|
StringFragment = 33,
|
|
Interpolation = 34,
|
|
EscapeSeq = 35,
|
|
Boolean = 36,
|
|
Regex = 37,
|
|
Null = 38,
|
|
Underscore = 39,
|
|
NamedArg = 40,
|
|
NamedArgPrefix = 41,
|
|
IfExpr = 43,
|
|
SingleLineThenBlock = 45,
|
|
ThenBlock = 46,
|
|
ElseIfExpr = 47,
|
|
ElseExpr = 49,
|
|
Assign = 51
|