-
Notifications
You must be signed in to change notification settings - Fork 1
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
Frangel v2 #111
Open
ReubenJ
wants to merge
122
commits into
master
Choose a base branch
from
frangel_v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Frangel v2 #111
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* mineFragments * rememberPrograms
* Refactor identation on several signatures * Fix one edge case of _simplify_quick_once
* Common util file is now split into: * generation functions * fragments utilities * angelic conditions utilities * other utilities * Testsets are split into respective functionalities
…for maximum angelic executions
* VERY MESSY, but works... * The generated expression by the iterator is not final -> all replaceable conditions are replaced by a call to a function that is dynamically fed into the expression, namely `update_path`. Furthermore, the expression is preceded by two variables to keep track of attempted and true control flow.
* Move symboltable generation outside loop * Mutate one passed_tests instead of allocating BitVectors * Separate config into generation and angelic_conditions configs
* Finalize most docs * Fix tests, and return random seed * Comment data structures * Minimize HerbSearch exported functions
This assumes that skipping holes does not impede correctness. This needs to be tested further.
* For now, angelic execution is bundled with the rest. In the future, consider moving it to HerbInterpret
* For now, it is needed to keep track of angelic condition candidates...
Hackathon PlanFollow the same structure as Probe. FrAngel then only differs in the grammar update step. Ignore Angelic conditions/execution for now, as that applies to any synthesizer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reviewing work by @To5BG to split the FrAngel implementation out of
HerbSearch
.