shnewto / bnf

Parse BNF grammar definitions
MIT License
258 stars 22 forks source link

generate random sequence from grammar #15

Closed CrockAgile closed 7 years ago

CrockAgile commented 7 years ago

As was discussed in #7 , generating a random sequence from a BNF grammar is a good feature. The erratic.js serves as a good example of behavior to implement. My only question is:

My assumptions for this feature are: