Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ArsenShnurkov opened this issue Sep 8, 2015 · 0 comments
Open

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

ArsenShnurkov opened this issue Sep 8, 2015 · 0 comments

Comments

@ArsenShnurkov
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant