mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
added and
This commit is contained in:
parent
ce6859d4a8
commit
51c75bbf53
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
peg::parser search(R"(
|
||||
Start <- QueryPartList
|
||||
~ws <- [ ]+
|
||||
QueryPartList <- ComplexQueryPart ( ws ("and" ws)? ComplexQueryPart)* ws*
|
||||
QueryPartList <- ComplexQueryPart ( ws ("AND" ws)? ComplexQueryPart)* ws*
|
||||
|
||||
ComplexQueryPart <- SomewhatComplexQueryPart ws $or<[O][R]> ws ComplexQueryPart / SomewhatComplexQueryPart
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue