We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25395d8 + e429726 commit c52537cCopy full SHA for c52537c
spec_35.rst
@@ -77,7 +77,7 @@ Grammar
77
78
The basic grammar for the constraint query language is
79
80
-.. code-block:: EBNF
+.. code-block:: PEG
81
82
expr
83
: expr expr
@@ -89,15 +89,15 @@ The basic grammar for the constraint query language is
89
| term
90
91
and
92
- : /&{1,2}|and\b/
+ : &{1,2}|and\b
93
or
94
- : /\|{1,2}|or\b/
+ : \|{1,2}|or\b
95
96
not
97
- : /not\b/
+ : not\b
98
99
term
100
- : operator':'operand
+ : operator ':' operand
101
| operand
102
103
operator
0 commit comments