Skip to content

Remove stray declarations in grammar #94

Open
@lam2mo

Description

@lam2mo

These two lines in the grammar define tokens that aren't used anywhere in the grammar and should be removed.

INCR: '++';

DECR: '--';

Because these lines are currently not doing anything, I'm going to tag this as a "help wanted" newbie-friendly change that we can leave for someone who has just joined the project and needs something to learn the Git workflow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions