From ce72d2bc1c147b051ce34ac8d00565af0757d0d6 Mon Sep 17 00:00:00 2001 From: Mathieu Darse Date: Thu, 26 Mar 2015 13:40:07 +0100 Subject: [PATCH] Split grammar quinary section --- grammar/query.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grammar/query.pp b/grammar/query.pp index f4cc848d00..ed54b4fb28 100644 --- a/grammar/query.pp +++ b/grammar/query.pp @@ -43,7 +43,11 @@ collection_filter: ::collection:: ::colon:: string() quinary: - ( group() #group | term() ) ( ::space:: ::in:: ::space:: string() #in )? + senary() ( ::space:: ::in:: ::space:: string() #in )? + +senary: + group() #group + | term() group: ::space::? ::parenthese_:: primary() ::_parenthese:: ::space::?