Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -136/+136 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -349/+305 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 charon | Nadrieril | 2024-05-06 | 1 | -3/+9 |
| | |||||
* | Reformat the code | Son Ho | 2024-04-11 | 1 | -9/+6 |
| | |||||
* | Trust rustc regarding `Copy` bounds | Nadrieril | 2024-04-10 | 1 | -5/+5 |
| | |||||
* | Add some error messages | Son Ho | 2024-03-29 | 1 | -2/+5 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -8/+20 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -52/+52 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -70/+104 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -34/+34 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -9/+9 |
| | | | | checks related cassert to these helpers to have a proper error message | ||||
* | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 1 | -1/+1 |
| | | | | assert to the norm_ctx one | ||||
* | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 1 | -49/+49 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -92/+93 |
| | | | | 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 | -47/+47 |
| | |||||
* | Fix the extraction of trait constants | Son Ho | 2024-03-18 | 1 | -32/+17 |
| | |||||
* | Update following changes in Charon | Son Ho | 2024-03-17 | 1 | -4/+2 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -3/+2 |
| | |||||
* | Update the extraction to handle casts between integers/bools | Son Ho | 2023-12-13 | 1 | -2/+23 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -9/+5 |
| | |||||
* | Fix a minor issue with the use of const generics | Son Ho | 2023-12-05 | 1 | -7/+23 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'main' into afromher_shifts | Son Ho | 2023-11-29 | 1 | -278/+301 |
|\ | |||||
| * | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 1 | -2/+1 |
| | | |||||
| * | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 1 | -1/+1 |
| | | |||||
| * | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -202/+185 |
| | | |||||
| * | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -53/+53 |
| | | |||||
| * | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -8/+8 |
| | | |||||
| * | Rename some variants | Son Ho | 2023-11-12 | 1 | -1/+1 |
| | | |||||
| * | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -46/+44 |
| | | |||||
| * | Fix some issues and regenerate the HashmapMain example for Lean | Son Ho | 2023-10-26 | 1 | -1/+2 |
| | | |||||
| * | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -66/+34 |
| | | |||||
| * | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -4/+5 |
| | | |||||
| * | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -4/+36 |
| | | |||||
| * | Start adding support for traits | Son Ho | 2023-08-31 | 1 | -14/+30 |
| | | |||||
| * | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -8/+33 |
| | | |||||
* | | Add support for Shl/Shr typechecking in InterpreterExpressions | Aymeric Fromherz | 2023-09-22 | 1 | -1/+4 |
|/ | |||||
* | Fix an issue with the extraction of aggregated arrays | Son Ho | 2023-08-03 | 1 | -3/+1 |
| | |||||
* | Fix issues | Son Ho | 2023-08-03 | 1 | -3/+16 |
| | |||||
* | Make progress | Son Ho | 2023-08-02 | 1 | -26/+60 |
| | |||||
* | Make progress proapagating the changes | Son Ho | 2023-08-02 | 1 | -14/+15 |
| | |||||
* | Implement a pass to filter shallow borrows | Son Ho | 2023-02-03 | 1 | -5/+4 |
| | |||||
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -6/+28 |
| | |||||
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -9/+9 |
| | |||||
* | Make [Result::Failure] type an [Error] parameter | Son Ho | 2022-11-14 | 1 | -4/+4 |
| | |||||
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -9/+9 |
| | |||||
* | Update `switch` to have a specific treatment of ADTs | Son Ho | 2022-11-10 | 1 | -91/+5 |
| | |||||
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -7/+7 |
| | |||||
* | Add some .mli files | Son Ho | 2022-11-07 | 1 | -27/+99 |
| | |||||
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -3/+5 |
| |