-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hopefully Final Adaptations for the Thesis #135
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab83045 - Browse repository at this point
Copy the full SHA ab83045View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b59bfb - Browse repository at this point
Copy the full SHA 4b59bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8ee44 - Browse repository at this point
Copy the full SHA fb8ee44View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7182b - Browse repository at this point
Copy the full SHA cd7182bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9264a - Browse repository at this point
Copy the full SHA ac9264aView commit details -
refactor, typo: rename all parser procedures to state the normalizati…
…on as this fits better with the story of the thesis
Configuration menu - View commit details
-
Copy full SHA for 4c9af74 - Browse repository at this point
Copy the full SHA 4c9af74View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b212e62 - Browse repository at this point
Copy the full SHA b212e62View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9feb04d - Browse repository at this point
Copy the full SHA 9feb04dView commit details -
doc: explain how i have conducted the statistics extraction within th…
…e master's thesis
Configuration menu - View commit details
-
Copy full SHA for aa5d07b - Browse repository at this point
Copy the full SHA aa5d07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7d93c - Browse repository at this point
Copy the full SHA 0a7d93cView commit details -
Merge remote-tracking branch 'origin/adapt-names-for-pseudocodes-in-t…
…hesis' into adapt-names-for-pseudocodes-in-thesis
Configuration menu - View commit details
-
Copy full SHA for 2c53986 - Browse repository at this point
Copy the full SHA 2c53986View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c91e8 - Browse repository at this point
Copy the full SHA f4c91e8View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28cb1ab - Browse repository at this point
Copy the full SHA 28cb1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b537c - Browse repository at this point
Copy the full SHA 17b537cView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac306c5 - Browse repository at this point
Copy the full SHA ac306c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b8292 - Browse repository at this point
Copy the full SHA b7b8292View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ac1439 - Browse repository at this point
Copy the full SHA 2ac1439View commit details -
refactor, test: tests to ensure that control-flow dependency of for-l…
…oops is handled correctly on reconstruct
Configuration menu - View commit details
-
Copy full SHA for c7c390c - Browse repository at this point
Copy the full SHA c7c390cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d60dfc - Browse repository at this point
Copy the full SHA 7d60dfcView commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b30af6d - Browse repository at this point
Copy the full SHA b30af6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4fb6c8 - Browse repository at this point
Copy the full SHA c4fb6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c921d98 - Browse repository at this point
Copy the full SHA c921d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172246a - Browse repository at this point
Copy the full SHA 172246aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d566a - Browse repository at this point
Copy the full SHA 55d566aView commit details -
fix, doc: remove
console.log
statements from repeat loop processor ……and document while loop redundancy
Configuration menu - View commit details
-
Copy full SHA for bbaca01 - Browse repository at this point
Copy the full SHA bbaca01View commit details -
refactor: for loops should overwrite their head envs for consistency …
…- this should not affect any semantics
Configuration menu - View commit details
-
Copy full SHA for e840c14 - Browse repository at this point
Copy the full SHA e840c14View commit details
Commits on Jul 31, 2023
-
refactor: rename closure update function to the better name `updateNe…
…stedFunctionClosures`
Configuration menu - View commit details
-
Copy full SHA for a53579e - Browse repository at this point
Copy the full SHA a53579eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3b524 - Browse repository at this point
Copy the full SHA ec3b524View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac45c03 - Browse repository at this point
Copy the full SHA ac45c03View commit details -
test, feat: test function closure with multiple exit points and safeg…
…uard built ins from being set to maybe in environment
Configuration menu - View commit details
-
Copy full SHA for 0d7fafa - Browse repository at this point
Copy the full SHA 0d7fafaView commit details -
refactor: move the exit point iteration in nested functionclosures to…
… the toplevel to sync it with the thesis presentation (and to avoid querying the subgraph too often)
Configuration menu - View commit details
-
Copy full SHA for f77c8d3 - Browse repository at this point
Copy the full SHA f77c8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4e2e4 - Browse repository at this point
Copy the full SHA 8d4e2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0c820 - Browse repository at this point
Copy the full SHA db0c820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d26a25 - Browse repository at this point
Copy the full SHA 0d26a25View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a98384f - Browse repository at this point
Copy the full SHA a98384fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b608100 - Browse repository at this point
Copy the full SHA b608100View commit details -
refactor: rename
linkFunctionCallExitPointsAndCalls
to `linkFunctio……nCalls` so that it is more consistent with the thesis
Configuration menu - View commit details
-
Copy full SHA for 9edd50d - Browse repository at this point
Copy the full SHA 9edd50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4124d9 - Browse repository at this point
Copy the full SHA b4124d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c9175 - Browse repository at this point
Copy the full SHA 02c9175View commit details -
refactor: update name of
linkArgumentsForAllNamedArguments
to `link……FunctionCallArguments`
Configuration menu - View commit details
-
Copy full SHA for 8a06606 - Browse repository at this point
Copy the full SHA 8a06606View commit details -
refactor: update
read
edge toreads
as it is more consitent with ……the other edge names
Configuration menu - View commit details
-
Copy full SHA for c524320 - Browse repository at this point
Copy the full SHA c524320View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5141dc1 - Browse repository at this point
Copy the full SHA 5141dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13b9cd - Browse repository at this point
Copy the full SHA f13b9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebd19b - Browse repository at this point
Copy the full SHA 1ebd19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82903fc - Browse repository at this point
Copy the full SHA 82903fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e74c60c - Browse repository at this point
Copy the full SHA e74c60cView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9c2dfe - Browse repository at this point
Copy the full SHA c9c2dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1de09f - Browse repository at this point
Copy the full SHA d1de09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6002d - Browse repository at this point
Copy the full SHA eb6002dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e92f5c0 - Browse repository at this point
Copy the full SHA e92f5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4ba0c - Browse repository at this point
Copy the full SHA ee4ba0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 430765c - Browse repository at this point
Copy the full SHA 430765cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815afcc - Browse repository at this point
Copy the full SHA 815afccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f8d2c - Browse repository at this point
Copy the full SHA 41f8d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 556f415 - Browse repository at this point
Copy the full SHA 556f415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a0718 - Browse repository at this point
Copy the full SHA 12a0718View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2bdc5 - Browse repository at this point
Copy the full SHA fc2bdc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6368ff - Browse repository at this point
Copy the full SHA f6368ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74c94b - Browse repository at this point
Copy the full SHA d74c94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d3957 - Browse repository at this point
Copy the full SHA 52d3957View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e853f9f - Browse repository at this point
Copy the full SHA e853f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fecaa - Browse repository at this point
Copy the full SHA 25fecaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dce550 - Browse repository at this point
Copy the full SHA 8dce550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6dc66 - Browse repository at this point
Copy the full SHA 7b6dc66View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb856d5 - Browse repository at this point
Copy the full SHA bb856d5View commit details -
Revert "refactor: guard benchmark against empty input code when repar…
…sing" This reverts commit bb856d5.
Configuration menu - View commit details
-
Copy full SHA for acfdc48 - Browse repository at this point
Copy the full SHA acfdc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 257ad1e - Browse repository at this point
Copy the full SHA 257ad1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c63808a - Browse repository at this point
Copy the full SHA c63808aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 185f79f - Browse repository at this point
Copy the full SHA 185f79fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ecb5af - Browse repository at this point
Copy the full SHA 7ecb5afView commit details