summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37f9a00)
raw | patch | inline | side by side (parent: 37f9a00)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Apr 2014 22:04:33 +0000 (00:04 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Apr 2014 22:04:33 +0000 (00:04 +0200) |
src/frontend/grammar.y | patch | blob | history |
diff --git a/src/frontend/grammar.y b/src/frontend/grammar.y
index 450a20f34218ef1df4db9e713bb3b0247cddc0bb..c2440e8a16a585b8dcbf5b441cb42bc57e48765b 100644 (file)
--- a/src/frontend/grammar.y
+++ b/src/frontend/grammar.y
%token SCANNER_ERROR
%token AND OR NOT WHERE
-
%token CMP_EQUAL CMP_NEQUAL CMP_REGEX CMP_NREGEX
+%token FETCH LIST LOOKUP
+
%token <str> IDENTIFIER STRING
-%token <node> FETCH LIST LOOKUP
/* Precedence (lowest first): */
%left OR