shrimp/src/parser/shrimp.terms.ts
2025-10-16 13:51:50 -07:00

33 lines
616 B
TypeScript

// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
Identifier = 1,
Word = 2,
Program = 3,
PipeExpr = 4,
FunctionCall = 5,
PositionalArg = 6,
ParenExpr = 7,
FunctionCallOrIdentifier = 8,
BinOp = 9,
ConditionalOp = 14,
String = 23,
StringFragment = 24,
Interpolation = 25,
EscapeSeq = 26,
Number = 27,
Boolean = 28,
Regex = 29,
Null = 30,
FunctionDef = 31,
Params = 33,
colon = 34,
end = 35,
Underscore = 36,
NamedArg = 37,
NamedArgPrefix = 38,
IfExpr = 40,
ThenBlock = 43,
ElsifExpr = 44,
ElseExpr = 46,
Assign = 48