| Commit message (Expand) | Author | Files | Lines |
2024-05-27 | Add markers everywhere, do not use them yet | Aymeric Fromherz | 1 | -11/+22 |
2024-05-24 | Expand debug output in loops fixed points | Aymeric Fromherz | 1 | -1/+16 |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -73/+73 |
2024-05-23 | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 1 | -103/+90 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -6/+15 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -28/+28 |
2024-03-28 | formatting | Escherichia | 1 | -29/+45 |
2024-03-28 | changes after git rebase main | Escherichia | 1 | -7/+7 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -22/+22 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -4/+4 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -5/+5 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -31/+31 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 1 | -2/+2 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 1 | -42/+43 |
2024-03-08 | Simplify the contexts before symbolically evaluating loops | Son Ho | 1 | -1/+118 |
2024-03-08 | Make progress on fixing the loops | Son Ho | 1 | -5/+17 |
2024-03-08 | Add logging information | Son Ho | 1 | -0/+16 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -9/+9 |
2023-12-05 | Update following changes in Charon | Son Ho | 1 | -1/+1 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -156/+145 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -9/+9 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -1/+1 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -8/+8 |
2023-08-03 | Fix an issue with the extraction of aggregated arrays | Son Ho | 1 | -1/+1 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -0/+1 |
2023-02-03 | Split InterpreterLoops into several files | Son Ho | 1 | -0/+965 |