shexSpec / shexTest

ShEx test suite
https://shexspec.github.io/shexTest/
Other
3 stars 4 forks source link

~ factor shapeExprOrRef from shapeExpr #49

Closed ericprud closed 2 years ago

ericprud commented 2 years ago

restrict where shapeExprRefs can appear:

shapeExpr        = ShapeOr | ShapeAnd | ShapeNot | NodeConstraint | Shape | ShapeExternal;
shapeExprOrRef   = shapeExpr | shapeExprRef;