aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-14 15:31:48 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-14 17:39:26 +0100
commitb35713ae9a32184a002be8431d49a52db1c47a34 (patch)
tree08e92865c98eb8adc4bd908ef9259a8bcfaebd73 /container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4
parent2b2334c29f65f476240a13056bfd6061dbebc1ab (diff)
Upgrade Antlr4 to 4.9.3
Remove tokens that are empty in lexer definition
Diffstat (limited to 'container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4')
-rw-r--r--container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g42
1 files changed, 0 insertions, 2 deletions
diff --git a/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4 b/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4
index 5bc0253ee5f..38efba3b511 100644
--- a/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4
+++ b/container-search/src/main/antlr4/com/yahoo/search/yql/yqlplus.g4
@@ -27,7 +27,6 @@ options {
WHERE : 'where';
ORDERBY : 'order by';
DESC : 'desc';
- ASC :;
FROM : 'from';
SOURCES : 'sources';
AS : 'as';
@@ -55,7 +54,6 @@ options {
OR : 'or';
NOT_IN : 'not in';
IN : 'in';
- QUERY_ARRAY :;
LT : '<';
GT : '>';