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

Refactoring of generator #45

Open
StefanosChaliasos opened this issue Sep 22, 2021 · 0 comments
Open

Refactoring of generator #45

StefanosChaliasos opened this issue Sep 22, 2021 · 0 comments
Assignees

Comments

@StefanosChaliasos
Copy link
Collaborator

We should apply a refactoring to the generator to use a table with possibilities instead of random.bool. Specifically, this table should include all supported features. We need that functionality for the following reasons.

  1. For disabling features that a language cannot support in a fine-grained way.
  2. For adding the ability for swarm testing.
  3. It will be helpful for evaluation.
  4. To minimise the effort of implementing a new language to (1) implementing a translator, (2) specifying this table for the new language, (3) specifying built-in types.
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