forked from cognitive-engineering-lab/aquascope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating permission steps incrementally (cognitive-engineering-lab#78)
* initial incremental stepper variant. * track collection structure. * Minor tweaks with ForLoopDesugaring & branch joins * Minor refactor and table entry filters. Fixed table entry filtering scheme that was causing some of the loop examples to fail. Table entries are now first grouped by line number which is also how they are collapsed, this seems to have broken a different example, and the issue with closures still remains. Needed still is documentation and addressing comments. * Fix loop spans and ifs without and else. Removed old algorithm alongside other useless utilities like the DFSFinder that was unstable. No "join" segments are inserted for branches which I will need to revisit. * Add weird_exprs tests, updated loops. * Updated tests and documentation. * Update test doc for SegmentedMir.
- Loading branch information
1 parent
3fa01c9
commit 1e741cd
Showing
16 changed files
with
3,187 additions
and
1,822 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.