You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It should be possible to use an arbitrary
Parser
and generate aStream[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.The text was updated successfully, but these errors were encountered: