-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add float bitwise operators * Attempt to fix LstLen/LstNth/LstSub in JS * Ignore failing test262 tests for now * Fix some JS problems * Working towards Amazon JS * Attempt to fix ByteLogic and DataView * Fix var naming in ByteLogic.gil * Add printer for `Interpreter_error` * Tweak reductions for JS * More progress in JS fix * Attempt to add IsInt formula * Add list-of-LstNth-of-LstSub reduction * Fix IntToNum conversion * Fix most Amazon JS lemmas * new z3 just dropped Signed-off-by: Sacha Ayoun <[email protected]> * Encode certain llens as uninterpreted funcs * Revert lnth-lsub-list reduction * Add as_int, as_num and is-int to JS logic * Make JS-ified predicates nounfold * Log source location with CMDs/LCMDs where possible * Add facts to JSified preds * Make more progress with Amazon JS * code cleanup Signed-off-by: Sacha Ayoun <[email protected]> * Make produce GIL assertions * Add some Int/Num reductions * Amazon JS: Add asserts from facts back into preds * Revert Amazon JS files * Raise Z3 timeout * Re-enable JS tests --------- Signed-off-by: Sacha Ayoun <[email protected]> Co-authored-by: Sacha Ayoun <[email protected]>
- Loading branch information
1 parent
f9df486
commit 04d4fbf
Showing
50 changed files
with
1,438 additions
and
1,139 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,8 @@ racket/compiled | |
*.aux | ||
*.out | ||
*.log | ||
*.log.zip | ||
/*.gil | ||
tutorial/main.pdf | ||
|
||
# esy + docker stuff | ||
|
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.