Skip to content

[Req] Please add a method to check grammar completeness #26

@ArsenShnurkov

Description

@ArsenShnurkov

I often forget to define some rules.

something like

rule1 := rule2, rule3;
rule2 := "A";

rule3 is undefined in grammar, but I don't see that.
So the program should have a method which will check the grammar for completeness (or duplication of definitions), which I can call after grammar construction but before parsing.

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