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

Implement grammar enumeration #2309

Open
addisoncrump opened this issue Jun 13, 2024 · 1 comment
Open

Implement grammar enumeration #2309

addisoncrump opened this issue Jun 13, 2024 · 1 comment

Comments

@addisoncrump
Copy link
Collaborator

Context-free grammars are quite simple to enumerate: https://arxiv.org/pdf/2305.00522

This may be useful for implementing mutations as simple addition/subtraction.

@addisoncrump
Copy link
Collaborator Author

Oh, and second bonus: it sharply reduces the size requirements for our grammar-based inputs. For fields in the CFG which are represented by a higher complexity structure, we can simply store these as a queue of input segments ("to be dequeued when needed").

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