Systems-Modeling / SysML-v2-Release

The latest incremental release of SysML v2. Start here.
GNU Lesser General Public License v3.0
457 stars 64 forks source link

Bug in KerML grammar from standard doc #79

Open dhakehurst opened 1 year ago

dhakehurst commented 1 year ago

The standard doc defines

    OwnedExpression
        = ConditionalExpression
        | BinaryOperatorExpression
        | UnaryOperatorExpression
        | ClassificationExpression
        | MetaclassificationExpression
        | ExtentExpression
        | PrimaryExpression
    ;

which is, I think missing | ConditionalBinaryOperatorExpression

as illustrated by example [Simple Tests/Filtering.kerml]

seidewitz commented 1 year ago

Please submit this as an issue at https://issues.omg.org/issues/create-new-issue.

dhakehurst commented 1 year ago

done