[shape-map] Relax shapeMap production in grammar (#20)

blake-regalia has just created a new issue for https://github.com/shexSpec/shape-map:

== Relax shapeMap production in grammar ==
`shapeMap ::= shapeAssociation (',' shapeAssociation)*` would be a bit nicer for automation (i.e., shapeMap generators) if the `,` was also allowed at the very end of the document so that it behaves more like a terminator than a separator. This is a somewhat common practice in syntaxes.

Perhaps something like this?
`shapeMap ::= shapeAssociation (',' shapeAssociation?)*`



Please view or discuss this issue at https://github.com/shexSpec/shape-map/issues/20 using your GitHub account

Received on Saturday, 30 November 2019 07:17:45 UTC