Skip to content

Commit a18d0c0

Browse files
committed
Update query.ebnf
1 parent 944263b commit a18d0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ebnf/query.ebnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OR_EXP = AND_EXP | AND_EXP 'or' AND_EXP
44

55
AND_EXP = NOT_EXP | NOT_EXP 'and' NOT_EXP
66

7-
NOT_EXP = EQUALS_EXP | 'not' NOT_EXP | '(' OR_EXP ')'
7+
NOT_EXP = COMP_EXP | 'not' NOT_EXP | '(' OR_EXP ')'
88

99
COMP_EXP = TAG_EXP |
1010
TAG_EXP '=' VALUE_EXP | TAG_EXP '==' VALUE_EXP | TAG_EXP 'eq' VALUE_EXP |

0 commit comments

Comments
 (0)