Cleanup fold code and split logic to fold single elements

This commit is contained in:
Adolfo Ochagavía 2018-10-12 19:20:58 +02:00
parent ee0a6bf053
commit 4b3737510b
4 changed files with 115 additions and 43 deletions

View file

@ -538,5 +538,6 @@ Grammar(
options: [ "NameRef" ]
),
"Comment": (),
"Whitespace": (),
},
)