Closed aew closed 8 years ago
@aew Thanks for your contribution!
One comment:
"TypeFields*" and "TypeFields ::= TypeField | TypeField TypeFields" is ambiguous.
I might consider to use:
"TypeField*"
or
"TypeFields" and "TypeFields ::= TypeField | TypeField TypeFields"
or
"TypeFields" and "TypeFields ::= TypeField*"
I will make the change later.
Previously, the following CAT cases were failing: