Skip to content

Simplify mix-and-match INHERIT grammar (EXTEND keyword is superfluous) #2066

Open
@willend

Description

@willend

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions