Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update an error message | Son Ho | 2024-06-05 | 1 | -6/+10 |
| | |||||
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 1 | -4/+6 |
|\ | |||||
| * | Make minor modifications | Son Ho | 2024-06-03 | 1 | -1/+1 |
| | | |||||
| * | Start adding markers | Son Ho | 2024-05-24 | 1 | -4/+6 |
| | | |||||
* | | Remove the cps.eval_result type | Son Ho | 2024-05-30 | 1 | -2/+5 |
|/ | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -95/+95 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -73/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -11/+10 |
| | |||||
* | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 1 | -1/+1 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -8/+19 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -24/+24 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -42/+51 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -9/+9 |
| | |||||
* | 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 | -23/+23 |
| | |||||
* | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -32/+32 |
| | | | | 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 | -6/+6 |
| | |||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -61/+62 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Do not activate the sanity (invariant) checks by default | Son Ho | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -89/+84 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -45/+39 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -6/+6 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -16/+17 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -29/+2 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -22/+33 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -10/+11 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -4/+5 |
| | |||||
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -3/+3 |
| | |||||
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -24/+24 |
| | |||||
* | Update `switch` to have a specific treatment of ADTs | Son Ho | 2022-11-10 | 1 | -17/+15 |
| | |||||
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -11/+8 |
| | |||||
* | Add some .mli files | Son Ho | 2022-11-07 | 1 | -146/+24 |
| | |||||
* | Add ids to the dummy variables | Son Ho | 2022-11-07 | 1 | -3/+4 |
| | |||||
* | Remove the argument [end_borrows] from prepare_lplace and ↵ | Son Ho | 2022-11-07 | 1 | -41/+18 |
| | | | | drop_outer_loans_at_lplace | ||||
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -5/+7 |
| | |||||
* | Fix an issue with drop_value | Son Ho | 2022-11-07 | 1 | -19/+21 |
| | |||||
* | Fix some comment references | Son Ho | 2022-10-27 | 1 | -2/+4 |
| | |||||
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -2/+2 |
| | |||||
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+801 |