// 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, Program = 17, PipeExpr = 18, FunctionCall = 19, PositionalArg = 20, ParenExpr = 21, FunctionCallOrIdentifier = 22, BinOp = 23, ConditionalOp = 24, String = 25, StringFragment = 26, Interpolation = 27, EscapeSeq = 28, Number = 29, Boolean = 30, Regex = 31, Null = 32, DotGet = 33, FunctionDef = 34, keyword = 50, Params = 36, colon = 37, Underscore = 39, NamedArg = 40, NamedArgPrefix = 41, IfExpr = 43, ThenBlock = 46, ElseIfExpr = 47, ElseExpr = 49, Assign = 51