Re: [shex] Allow direct shapeExpression aliases

Note also that **if** we wanted to allow annotations/semActs on start rules without this change, we can't se `shapeExpression` directly:
``` diff
- [6] | start | ::= | "start" '=' inlineShapeExpression
+ [6] | start | ::= | "start" '=' shapeAnd ("OR" shapeAnd)*
```

-- 
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/88#issuecomment-426605008 using your GitHub account

Received on Wednesday, 3 October 2018 11:38:45 UTC