Split grammar quinary section

This commit is contained in:
Mathieu Darse
2015-03-26 13:40:07 +01:00
parent b724998043
commit ce72d2bc1c

View File

@@ -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::?