[shex] Annotations after shape label directly (#96)

labra has just created a new issue for https://github.com/shexSpec/shex:

== Annotations after shape label directly ==
The following shape parses:

```
<Shape> IRI // <label> "My shape" 
{
  <p> .
}
```

while the following doesn't:

```
<Shape> // <label> "My shape" 
{
  <p> .
}
```

Could we adapt the grammar to allow the last shape?

Please view or discuss this issue at https://github.com/shexSpec/shex/issues/96 using your GitHub account

Received on Thursday, 5 September 2019 01:34:12 UTC