Skip to content

Simplify type-choice-items ABNF #126

@codalogic

Description

@codalogic
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        = value-rule / type-choice / target-rule-name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions