Skip to content

Multiple Tokens In Rule #8

Description

@Grant-Nelson

Some rules are nearly identical with only the token being different. To make defining these rules easier the tokens in the rules should be allowed to have multiple keys similar to Multiple Token Keys.

For example <S> := [Id, Char, Other] <T>;.

This should be handled by creating multiple rules for each combination of token keys.

For example <S> := [A, B] <T> [C, D]; will expand to <S> := [A] <T> [C] | [A] <T> [D] | [B] <T> [C] | [B] <T> [D];.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions