ferrocene/specification

There are two grammar productions named PathExpression

Closed this issue · 0 comments

The Expressions chapter has

PathExpression ::=
    PathExpression
  | QualifiedPathExpression

The Entities and Resolution chapter has:

PathExpression ::=
    ::? PathExpressionSegment (:: PathExpressionSegment)*