| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -36/+39 |
* | Start implementing support for loops | Son Ho | 2023-02-03 | 1 | -25/+31 |
* | Do not introduce match on the fuel for non-recursive functions | Son Ho | 2022-11-16 | 1 | -4/+26 |
* | Automatically generate the Makefile and _CoqProject files in the tests subdir... | Son Ho | 2022-11-16 | 1 | -0/+2 |
* | Add a `-use-fuel` option | Son Ho | 2022-11-14 | 1 | -21/+152 |
* | Make [Result::Failure] type an [Error] parameter | Son Ho | 2022-11-14 | 1 | -3/+5 |
* | Make good progress on the Coq backend | Son Ho | 2022-11-14 | 1 | -7/+21 |
* | Fix some issues with the comments | Son Ho | 2022-11-11 | 1 | -4/+1 |
* | Factor out the symbolic execution for the forward/backward translations | Son Ho | 2022-11-10 | 1 | -5/+8 |
* | Make a minor cleanup | Son Ho | 2022-11-10 | 1 | -3/+15 |
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -103/+55 |
* | Implement the generation of stateful backward functions (controlled by an opt... | Son Ho | 2022-11-10 | 1 | -142/+241 |
* | Update the way function names are handled in Pure | Son Ho | 2022-11-10 | 1 | -6/+6 |
* | Reorganize branching symbolic expansions to prepare for the join operation | Son Ho | 2022-11-10 | 1 | -0/+13 |
* | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 2022-11-07 | 1 | -3/+3 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -7/+12 |
* | Make minor modifications | Son Ho | 2022-10-28 | 1 | -2/+2 |
* | Take care of some TODOs | Son Ho | 2022-10-28 | 1 | -3/+3 |
* | Reorganize Print.ml | Son Ho | 2022-10-27 | 1 | -1/+1 |
* | Move constant_value to PrimitiveValues.ml | Son Ho | 2022-10-27 | 1 | -5/+5 |
* | Update the README and a comment | Son Ho | 2022-10-27 | 1 | -2/+3 |
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+1824 |