mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
Updated in parser
This commit is contained in:
parent
f831562791
commit
b188e7a4f3
@ -276,7 +276,7 @@ var lexerSymbolicNames = []string{
|
|||||||
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
||||||
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
||||||
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
||||||
"count", "All", "Any", "aggregate", "Like", "Not", "In", "Param", "Identifier",
|
"Count", "All", "Any", "Aggregate", "Like", "Not", "In", "Param", "Identifier",
|
||||||
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -288,7 +288,7 @@ var lexerRuleNames = []string{
|
|||||||
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
||||||
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
||||||
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
||||||
"count", "All", "Any", "aggregate", "Like", "Not", "In", "Param", "Identifier",
|
"Count", "All", "Any", "Aggregate", "Like", "Not", "In", "Param", "Identifier",
|
||||||
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
||||||
"HexDigit", "DecimalIntegerLiteral", "ExponentPart", "Letter", "Symbols",
|
"HexDigit", "DecimalIntegerLiteral", "ExponentPart", "Letter", "Symbols",
|
||||||
"Digit", "DQSring", "SQString",
|
"Digit", "DQSring", "SQString",
|
||||||
|
@ -277,7 +277,7 @@ var symbolicNames = []string{
|
|||||||
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
"And", "Or", "Range", "Assign", "QuestionMark", "RegexNotMatch", "RegexMatch",
|
||||||
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
"For", "Return", "Distinct", "Filter", "Sort", "Limit", "Let", "Collect",
|
||||||
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
"SortDirection", "None", "Null", "BooleanLiteral", "Into", "Keep", "With",
|
||||||
"count", "All", "Any", "aggregate", "Like", "Not", "In", "Param", "Identifier",
|
"Count", "All", "Any", "Aggregate", "Like", "Not", "In", "Param", "Identifier",
|
||||||
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
"StringLiteral", "TemplateStringLiteral", "IntegerLiteral", "FloatLiteral",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user