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

generate random sequence from grammar #15

Closed
CrockAgile opened this issue Oct 30, 2017 · 0 comments
Closed

generate random sequence from grammar #15

CrockAgile opened this issue Oct 30, 2017 · 0 comments
Assignees
Projects
Milestone

Comments

@CrockAgile
Copy link
Collaborator

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:

  • should the generated sequence be returned as a Vec<Terminals> or as a String?

My assumptions for this feature are:

  • pseudo random is sufficient
  • allowing users to tweak the probabilities per node is out of scope
@CrockAgile CrockAgile added this to Ready to do in 0.2.0 via automation Oct 30, 2017
@CrockAgile CrockAgile added this to the 0.2.0 milestone Oct 30, 2017
@CrockAgile CrockAgile moved this from Plan to Ready in 0.2.0 Nov 1, 2017
@shnewto shnewto self-assigned this Nov 1, 2017
@shnewto shnewto moved this from Ready to In Progress in 0.2.0 Nov 3, 2017
@CrockAgile CrockAgile moved this from In Progress to Done in 0.2.0 Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.2.0
  
Done
Development

No branches or pull requests

2 participants