Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update charon | Nadrieril | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 1 | -113/+111 |
|\ | |||||
| * | Propagated changes to statement from Charon (#223) | Escherichia | 2024-06-04 | 1 | -0/+1 |
| | | | | | | | | | | Co-authored-by: Escherichia <escherichia@charlotte> Co-authored-by: Nadrieril <nadrieril+git@gmail.com> | ||||
| * | Merge branch 'main' into son/loops2 | Son Ho | 2024-06-04 | 1 | -0/+2 |
| |\ | |||||
| | * | feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209 | Lucas Franceschino | 2024-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Fix a bug when composing the continuations in eval_statement | Son Ho | 2024-06-03 | 1 | -113/+108 |
| |/ | |||||
* | | Remove the cps.eval_result type | Son Ho | 2024-05-30 | 1 | -2/+6 |
| | | |||||
* | | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 2024-05-30 | 1 | -34/+10 |
|/ | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -215/+215 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -635/+645 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Reformat some files | Son Ho | 2024-04-22 | 1 | -5/+5 |
| | |||||
* | item_meta | Nadrieril | 2024-04-18 | 1 | -6/+6 |
| | |||||
* | Improve the error messages further | Son Ho | 2024-04-07 | 1 | -1/+12 |
| | |||||
* | Add some missing error messages | Son Ho | 2024-03-29 | 1 | -2/+2 |
| | |||||
* | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 1 | -5/+13 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -53/+53 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -88/+133 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -32/+32 |
| | |||||
* | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 1 | -8/+7 |
| | | | | 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 | -77/+77 |
| | |||||
* | 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 | -91/+91 |
| | | | | 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 | -23/+23 |
| | |||||
* | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 1 | -132/+134 |
| | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | Improve the generation of pretty name and the micro passes | Son Ho | 2024-03-20 | 1 | -1/+3 |
| | |||||
* | Make good progress on adding generics to global constants | Son Ho | 2024-03-18 | 1 | -13/+19 |
| | |||||
* | Make minor updates | Son Ho | 2024-03-17 | 1 | -7/+8 |
| | |||||
* | Fix a small issue ollowing updates in Charon | Son Ho | 2024-03-17 | 1 | -3/+8 |
| | |||||
* | Add logging information | Son Ho | 2024-03-08 | 1 | -0/+7 |
| | |||||
* | Fix an issue when merging the fwd/back functions of trait methods | Son Ho | 2023-12-22 | 1 | -9/+24 |
| | |||||
* | Make good progress on merging the fwd/back functions | Son Ho | 2023-12-21 | 1 | -17/+30 |
| | |||||
* | Rename some definitions | Son Ho | 2023-12-18 | 1 | -6/+6 |
| | |||||
* | Update the interpreter to handle optional otherwise branches | Son Ho | 2023-12-13 | 1 | -1/+4 |
| | |||||
* | Remove the type sv_kind ("symbolic value kind") | Son Ho | 2023-12-05 | 1 | -2/+2 |
| | |||||
* | Update following changes in Charon | Son Ho | 2023-12-05 | 1 | -383/+413 |
| | |||||
* | Add span information to the generated code | Son Ho | 2023-11-21 | 1 | -1/+1 |
| | |||||
* | 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 | -226/+212 |
| | |||||
* | Make minor modifications | Son Ho | 2023-11-13 | 1 | -3/+27 |
| | |||||
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -1/+1 |
| | |||||
* | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 1 | -19/+19 |
| | |||||
* | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 1 | -4/+4 |
| | |||||
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -64/+54 |
| | |||||
* | Add some debugging information | Son Ho | 2023-10-24 | 1 | -0/+7 |
| | |||||
* | Remove some assumed types and add more support for builtin definitions | Son Ho | 2023-10-23 | 1 | -94/+6 |
| | |||||
* | Start updating to handle function pointers | Son Ho | 2023-10-20 | 1 | -34/+44 |
| | |||||
* | Add sup | Son Ho | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Cleanup a bit | Son Ho | 2023-09-19 | 1 | -10/+10 |
| | |||||
* | Normalize the function signatures before translation to pure | Son Ho | 2023-09-17 | 1 | -61/+0 |
| |