Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make minor modifications | Son Ho | 2024-06-03 | 1 | -8/+13 |
| | |||||
* | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 1 | -10/+16 |
| | |||||
* | Start adding markers | Son Ho | 2024-05-24 | 1 | -7/+9 |
| | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -117/+117 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Update a comment | Son HO | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Trust rustc regarding `Copy` bounds | Nadrieril | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Cleanup a bit and improve the error messages | Son Ho | 2024-04-07 | 1 | -3/+2 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -16/+45 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -89/+89 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -44/+80 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -82/+82 |
| | |||||
* | 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 | ||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -84/+84 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -34/+35 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -1/+1 |
| | |||||
* | Do not activate the sanity (invariant) checks by default | Son Ho | 2023-11-27 | 1 | -1/+1 |
| | |||||
* | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 1 | -2/+1 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -142/+128 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -143/+134 |
| | |||||
* | 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 | -26/+41 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -13/+2 |
| | |||||
* | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -23/+44 |
| | |||||
* | Fix issues | Son Ho | 2023-08-03 | 1 | -2/+14 |
| | |||||
* | Make minor modifications | Son Ho | 2023-08-02 | 1 | -0/+3 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -19/+24 |
| | |||||
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -1/+1 |
| | |||||
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -1/+8 |
| | |||||
* | Update the comments in Values and make minor modifications | Son Ho | 2023-02-03 | 1 | -2/+2 |
| | |||||
* | Remove the meta-value field from AMutBorrow | Son Ho | 2023-02-03 | 1 | -5/+5 |
| | |||||
* | Remove the APrimitive variant from the avalues | Son Ho | 2023-02-03 | 1 | -2/+0 |
| | |||||
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -4/+3 |
| | |||||
* | Make progress on the environment matches | Son Ho | 2023-02-03 | 1 | -2/+6 |
| | |||||
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -15/+9 |
| | |||||
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -10/+9 |
| | |||||
* | Update some comments | Son Ho | 2022-11-07 | 1 | -1/+1 |
| | |||||
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -8/+8 |
| | |||||
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -17/+19 |
| | |||||
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -6/+7 |
| | |||||
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+794 |