Open
Description
As mentioned by @g5t in #2062 - we ought to simplify the grammar sligtly:
(For edit near comp_share_inherit_extend: /* empty */
)
This matches
SHARE
SHARE %{...%}
SHARE EXTEND %{...%}
making the EXTEND keyword superfluous.
Explicitly making the keyword optional (by ignoring its token, in the same way that comments are ignored) would simplify this repeated set of rules.
Metadata
Metadata
Assignees
Labels
No labels