| Commit message (Expand) | Author | Files | Lines |
2024-05-24 | Rename meta into span | Aymeric Fromherz | 1 | -79/+79 |
2024-05-23 | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 1 | -141/+98 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 1 | -9/+24 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 1 | -26/+26 |
2024-03-28 | formatting | Escherichia | 1 | -83/+97 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 1 | -18/+18 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 1 | -2/+2 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 1 | -27/+27 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 1 | -34/+34 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 1 | -73/+74 |
2023-12-18 | Rename some definitions | Son Ho | 1 | -1/+1 |
2023-12-05 | Remove the type sv_kind ("symbolic value kind") | Son Ho | 1 | -22/+19 |
2023-11-21 | Rename PrimitiveValues to Values | Son Ho | 1 | -1/+0 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -128/+119 |
2023-11-12 | Add the "V" prefix to most variants related to values | Son Ho | 1 | -15/+14 |
2023-11-12 | Prefix variants related to types with "T" | Son Ho | 1 | -8/+8 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -18/+20 |
2023-10-25 | Update following the addition of raw pointers | Son Ho | 1 | -1/+2 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -14/+1 |
2023-10-20 | Start updating to handle function pointers | Son Ho | 1 | -1/+1 |
2023-08-31 | Start adding support for traits | Son Ho | 1 | -24/+21 |
2023-08-02 | Make progress | Son Ho | 1 | -1/+2 |
2023-08-02 | Make progress proapagating the changes | Son Ho | 1 | -20/+22 |
2023-02-03 | Make minor modifications to improve the quality of the loop translation | Son Ho | 1 | -1/+3 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -2/+1 |
2023-02-03 | Make progress on the environment matches | Son Ho | 1 | -2/+2 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -1/+1 |
2022-11-10 | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 1 | -54/+52 |
2022-11-10 | Reorganize the symoblic expansions to separate the branching/non-branching ones | Son Ho | 1 | -57/+88 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -52/+14 |
2022-10-28 | Take care of some TODOs | Son Ho | 1 | -1/+1 |
2022-10-27 | Fix some comment references | Son Ho | 1 | -1/+1 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -3/+4 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -23/+23 |
2022-06-27 | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 1 | -12/+19 |
2022-03-03 | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 1 | -1/+3 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -5/+5 |
2022-02-09 | Implement the symbolic expansion of Option values | Son Ho | 1 | -0/+28 |
2022-02-09 | Replace some instances of failwith with `raise (Failure ...)` | Son Ho | 1 | -16/+21 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+4 |
2022-02-08 | Make a minor update in InterpreterExpansion | Son Ho | 1 | -0/+3 |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -6/+6 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -24/+33 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -2/+4 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -35/+33 |
2022-01-21 | Update AProjLoans and AEndedProjLoans to take a list of given back | Son Ho | 1 | -15/+15 |
2022-01-20 | Fix a minor issue in expand_symbolic_value | Son Ho | 1 | -8/+9 |
2022-01-20 | Update Interpreter | Son Ho | 1 | -5/+14 |
2022-01-20 | Add more utilities for bool and integer expansion in | Son Ho | 1 | -16/+99 |