Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update charon | Nadrieril | 2024-06-24 | 1 | -2/+2 |
| | |||||
* | Filter out type aliases | Nadrieril | 2024-06-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 1 | -1/+9 |
|\ | |||||
| * | Fix a bug when composing the continuations in eval_statement | Son Ho | 2024-06-03 | 1 | -1/+9 |
| | | |||||
* | | Remove the cps.eval_result type | Son Ho | 2024-05-30 | 1 | -4/+3 |
| | | |||||
* | | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 2024-05-30 | 1 | -16/+9 |
|/ | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -79/+79 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -141/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -9/+24 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -26/+26 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -83/+97 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -18/+18 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | | | | 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 | -27/+27 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -34/+34 |
| | | | | 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 | -73/+74 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -1/+1 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -22/+19 |
| | |||||
* | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 1 | -1/+0 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -128/+119 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -15/+14 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -8/+8 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -18/+20 |
| | |||||
* | Update following the addition of raw pointers | Son Ho | 2023-10-25 | 1 | -1/+2 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -14/+1 |
| | |||||
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -24/+21 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -1/+2 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -20/+22 |
| | |||||
* | Make minor modifications to improve the quality of the loop translation | Son Ho | 2023-02-03 | 1 | -1/+3 |
| | |||||
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -2/+1 |
| | |||||
* | Make progress on the environment matches | Son Ho | 2023-02-03 | 1 | -2/+2 |
| | |||||
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -1/+1 |
| | |||||
* | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 2022-11-10 | 1 | -54/+52 |
| | |||||
* | Reorganize the symoblic expansions to separate the branching/non-branching ones | Son Ho | 2022-11-10 | 1 | -57/+88 |
| | |||||
* | Add some .mli files | Son Ho | 2022-11-07 | 1 | -52/+14 |
| | |||||
* | Take care of some TODOs | Son Ho | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Fix some comment references | Son Ho | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -3/+4 |
| | |||||
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+733 |