Files
Decodal/packages/decodal-codemirror/src/decodal-parser.terms.js
T

78 lines
1.4 KiB
JavaScript

// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
Comment = 1,
Source = 2,
Statement = 3,
FieldDefinition = 4,
FieldPath = 5,
Identifier = 6,
Dot = 7,
Equal = 8,
Expression = 9,
DefaultExpression = 10,
PatchExpression = 11,
ComposeExpression = 12,
LogicalOrExpression = 13,
LogicalAndExpression = 14,
ComparisonExpression = 15,
ConcatExpression = 16,
AdditiveExpression = 17,
MultiplicativeExpression = 18,
UnaryExpression = 19,
PostfixExpression = 20,
PrimaryExpression = 21,
Literal = 22,
String = 23,
Integer = 24,
Float = 25,
True = 26,
False = 27,
Regex = 28,
ComparisonConstraint = 29,
Lt = 30,
Lte = 31,
Gt = 32,
Gte = 33,
Object = 34,
LBrace = 35,
Semicolon = 36,
RBrace = 37,
Array = 38,
LBracket = 39,
Comma = 40,
RBracket = 41,
LetExpression = 42,
Let = 43,
FieldDefinitionList = 44,
In = 45,
FunctionExpression = 46,
LParen = 47,
ParameterList = 48,
Parameter = 49,
Colon = 50,
RParen = 51,
Arrow = 52,
MatchExpression = 53,
Match = 54,
MatchArm = 55,
Pattern = 56,
Underscore = 57,
ImportExpression = 58,
Import = 59,
CallSuffix = 60,
ArgumentList = 61,
Bang = 62,
Minus = 63,
Star = 64,
Slash = 65,
Plus = 66,
PlusPlus = 67,
CompareOperator = 68,
EqualEqual = 69,
BangEqual = 70,
AmpAmp = 71,
PipePipe = 72,
Amp = 73,
SlashSlash = 74,
Default = 75