Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax more checks for borrow-checking | Son Ho | 2024-06-05 | 1 | -1/+2 |
| | |||||
* | Relax some constraints in the symbolic execution when borrow-checking | Son Ho | 2024-06-05 | 1 | -8/+18 |
| | |||||
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 1 | -74/+38 |
|\ | |||||
| * | Fix an issue with the type of the values given back by loops | Son Ho | 2024-06-03 | 1 | -4/+5 |
| | | |||||
| * | Change the order in which we merge abstractions | Son Ho | 2024-06-03 | 1 | -3/+15 |
| | | |||||
| * | Factor out some code and update some comments | Son Ho | 2024-06-03 | 1 | -68/+8 |
| | | |||||
| * | Split collapse into collapse and reduce, rename accordingly | Aymeric Fromherz | 2024-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 1 | -11/+22 |
| | | |||||
* | | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 2024-05-30 | 1 | -13/+7 |
|/ | |||||
* | Expand debug output in loops fixed points | Aymeric Fromherz | 2024-05-24 | 1 | -1/+16 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -73/+73 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -103/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com> | ||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -6/+15 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -28/+28 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -29/+45 |
| | |||||
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -7/+7 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -22/+22 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -4/+4 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 1 | -5/+5 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -31/+31 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | |||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -42/+43 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Simplify the contexts before symbolically evaluating loops | Son Ho | 2024-03-08 | 1 | -1/+118 |
| | |||||
* | Make progress on fixing the loops | Son Ho | 2024-03-08 | 1 | -5/+17 |
| | |||||
* | Add logging information | Son Ho | 2024-03-08 | 1 | -0/+16 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -9/+9 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -1/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -156/+145 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -9/+9 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -1/+1 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -8/+8 |
| | |||||
* | Fix an issue with the extraction of aggregated arrays | Son Ho | 2023-08-03 | 1 | -1/+1 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -0/+1 |
| | |||||
* | Split InterpreterLoops into several files | Son Ho | 2023-02-03 | 1 | -0/+965 |