82 lines
1.4 KiB
TypeScript
82 lines
1.4 KiB
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,
|
|
EqEq = 8,
|
|
Neq = 9,
|
|
Lt = 10,
|
|
Lte = 11,
|
|
Gt = 12,
|
|
Gte = 13,
|
|
Modulo = 14,
|
|
PlusEq = 15,
|
|
MinusEq = 16,
|
|
StarEq = 17,
|
|
SlashEq = 18,
|
|
ModuloEq = 19,
|
|
Band = 20,
|
|
Bor = 21,
|
|
Bxor = 22,
|
|
Shl = 23,
|
|
Shr = 24,
|
|
Ushr = 25,
|
|
NullishCoalesce = 26,
|
|
NullishEq = 27,
|
|
Identifier = 28,
|
|
AssignableIdentifier = 29,
|
|
Word = 30,
|
|
IdentifierBeforeDot = 31,
|
|
CurlyString = 32,
|
|
newline = 101,
|
|
pipeStartsLine = 102,
|
|
Do = 33,
|
|
Comment = 34,
|
|
Program = 35,
|
|
PipeExpr = 36,
|
|
WhileExpr = 38,
|
|
keyword = 84,
|
|
ConditionalOp = 40,
|
|
ParenExpr = 41,
|
|
FunctionCallWithNewlines = 42,
|
|
DotGet = 43,
|
|
Number = 44,
|
|
Dollar = 45,
|
|
PositionalArg = 46,
|
|
FunctionDef = 47,
|
|
Params = 48,
|
|
NamedParam = 49,
|
|
NamedArgPrefix = 50,
|
|
String = 51,
|
|
StringFragment = 52,
|
|
Interpolation = 53,
|
|
FunctionCallOrIdentifier = 54,
|
|
EscapeSeq = 55,
|
|
DoubleQuote = 56,
|
|
Boolean = 57,
|
|
Null = 58,
|
|
colon = 59,
|
|
CatchExpr = 60,
|
|
Block = 62,
|
|
FinallyExpr = 63,
|
|
Underscore = 66,
|
|
NamedArg = 67,
|
|
IfExpr = 68,
|
|
FunctionCall = 70,
|
|
ElseIfExpr = 71,
|
|
ElseExpr = 73,
|
|
BinOp = 74,
|
|
Regex = 75,
|
|
Dict = 76,
|
|
Array = 77,
|
|
FunctionCallWithBlock = 78,
|
|
TryExpr = 79,
|
|
Throw = 81,
|
|
Import = 83,
|
|
CompoundAssign = 85,
|
|
Assign = 86
|