Open codalogic opened 5 years ago
type-choice-items = *sp-cmt ( type-choice / type-rule ) *sp-cmt
can be simplified to:
type-choice-items = *sp-cmt type-rule *sp-cmt
because type-rule has type-choice in it already:
type-rule
type-choice
type-rule = value-rule / type-choice / target-rule-name
can be simplified to:
because
type-rule
hastype-choice
in it already: