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

Provide a Utility API for Generative Grammars #8

Open
djspiewak opened this issue Jan 16, 2012 · 0 comments
Open

Provide a Utility API for Generative Grammars #8

djspiewak opened this issue Jan 16, 2012 · 0 comments
Labels

Comments

@djspiewak
Copy link
Owner

It should be possible to use an arbitrary Parser and generate a Stream[String] of valid inputs (weakly sorted by string length). Obviously, this stream will be infinite for any non-trivial grammar. This API would be useful for fuzzing grammars to check for general things like ambiguity.

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

No branches or pull requests

1 participant