shrimp/src/parser/shrimp.terms.ts

52 lines
905 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,
ParenExpr = 23,
FunctionCallOrIdentifier = 24,
BinOp = 25,
String = 26,
StringFragment = 27,
Interpolation = 28,
EscapeSeq = 29,
Boolean = 30,
Regex = 31,
Dict = 32,
NamedArg = 33,
NamedArgPrefix = 34,
FunctionDef = 35,
Params = 36,
colon = 37,
keyword = 52,
Underscore = 39,
Array = 40,
Null = 41,
ConditionalOp = 42,
PositionalArg = 43,
IfExpr = 45,
SingleLineThenBlock = 47,
ThenBlock = 48,
ElseIfExpr = 49,
ElseExpr = 51,
Assign = 53