Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Attribute grammar should allow trailing commas #106

@ericlippert

Description

@ericlippert

The attribute list, and the interior list of values have grammars:

attribute-list:
  attribute
  attribute-list  ,  attribute

attribute-values
  attribute-value
  attribute-values  ,  attribute-value

Both of which imply that the lists may not end in a comma. We wish to allow non-empty lists to end in a comma in both cases.

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