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

Attribute grammar should allow trailing commas #106

Open
ericlippert opened this issue Sep 5, 2017 · 0 comments
Open

Attribute grammar should allow trailing commas #106

ericlippert opened this issue Sep 5, 2017 · 0 comments

Comments

@ericlippert
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant