| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename CfimOfJson to LlbcOfJson | Son Ho | 2022-03-03 | 4 | -3/+16 |
* | Rename CFIM to LLBC | Son Ho | 2022-03-03 | 25 | -74/+74 |
* | Finish updating Translate and ExtractToFStar | Son Ho | 2022-03-03 | 2 | -21/+36 |
* | Make good progress updating Translate | Son Ho | 2022-03-03 | 2 | -9/+94 |
* | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 2022-03-03 | 11 | -35/+60 |
* | Cleanup a bit | Son Ho | 2022-03-03 | 1 | -31/+0 |
* | Update the name definition to use path_elem | Son Ho | 2022-03-03 | 5 | -57/+114 |
* | Move the names from Identifiers to Names | Son Ho | 2022-03-03 | 10 | -54/+63 |
* | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 2022-03-03 | 29 | -459/+463 |
* | Update a comment | Son Ho | 2022-03-03 | 1 | -1/+1 |
* | Fix minor issues due to updates in Charon | Son Ho | 2022-02-28 | 1 | -1/+1 |
* | Update the way function names are handled | Son Ho | 2022-02-24 | 16 | -36/+91 |
* | Finish writing the code which generates the state-error monad | Son Ho | 2022-02-24 | 3 | -1/+40 |
* | Start working on generating code which uses a state-error monad | Son Ho | 2022-02-23 | 6 | -36/+154 |
* | Add an option to control the translation to error monad or state-error | Son Ho | 2022-02-23 | 2 | -5/+16 |
* | Add the `State` assumed type in Pure.ml | Son Ho | 2022-02-23 | 5 | -9/+35 |
* | Make a minor modification | Son Ho | 2022-02-23 | 1 | -2/+3 |
* | Improve variable name generation | Son Ho | 2022-02-23 | 1 | -3/+15 |
* | Add a comment | Son Ho | 2022-02-23 | 1 | -1/+18 |
* | Inline more let-bindings and improve formatting | Son Ho | 2022-02-23 | 2 | -16/+46 |
* | Improve the code generation by inlining more let-bindings | Son Ho | 2022-02-23 | 2 | -38/+114 |
* | Improve pretty-printing of environments by filtering and grouping values | Son Ho | 2022-02-23 | 3 | -4/+68 |
* | Add comments | Son Ho | 2022-02-23 | 1 | -0/+2 |
* | Update some comments | Son Ho | 2022-02-22 | 1 | -21/+8 |
* | Make the interpreter pop the frame after executing a function body (for | Son Ho | 2022-02-22 | 2 | -12/+15 |
* | Add support for "fused" match branches | Son Ho | 2022-02-22 | 4 | -9/+26 |
* | Print the generated file headers with Printf rather than the formatter | Son Ho | 2022-02-10 | 1 | -32/+19 |
* | Make more improvements to formatting | Son Ho | 2022-02-10 | 1 | -6/+18 |
* | Make more improvements to formatting | Son Ho | 2022-02-10 | 1 | -12/+14 |
* | Make slight improvements to formatting | Son Ho | 2022-02-10 | 1 | -2/+2 |
* | Improve slightly more the formatting | Son Ho | 2022-02-10 | 1 | -3/+6 |
* | Slightly improve formatting | Son Ho | 2022-02-10 | 1 | -1/+9 |
* | Add an option to deactivate the invariant checks | Son Ho | 2022-02-10 | 1 | -6/+10 |
* | Make minor updates to deserialization | Son Ho | 2022-02-10 | 3 | -13/+22 |
* | Add a comment | Son Ho | 2022-02-09 | 1 | -1/+2 |
* | Make minor modifications and cleanup | Son Ho | 2022-02-09 | 2 | -3/+9 |
* | Add a comment | Son Ho | 2022-02-09 | 1 | -0/+1 |
* | Cleanup a bit | Son Ho | 2022-02-09 | 4 | -84/+57 |
* | Make a minor modification | Son Ho | 2022-02-09 | 1 | -1/+1 |
* | Implement extration to different files | Son Ho | 2022-02-09 | 2 | -41/+127 |
* | Implement generation of template decrease clauses | Son Ho | 2022-02-09 | 2 | -5/+108 |
* | Implement the generation of `decreases` clauses in the definition | Son Ho | 2022-02-09 | 5 | -20/+93 |
* | Start implementing selection of the extracted definitions | Son Ho | 2022-02-09 | 1 | -37/+49 |
* | Add more command line arguments for the decrease clauses | Son Ho | 2022-02-09 | 2 | -0/+26 |
* | Start working on making the extraction more modular in order to generate | Son Ho | 2022-02-09 | 1 | -85/+120 |
* | Add logging information | Son Ho | 2022-02-09 | 2 | -20/+26 |
* | Start working on the generation of decrease clauses | Son Ho | 2022-02-09 | 3 | -2/+63 |
* | Introduce a translation config in Translate.ml | Son Ho | 2022-02-09 | 2 | -19/+30 |
* | Make minor improvements to the generated files | Son Ho | 2022-02-09 | 1 | -2/+5 |
* | Improve a bit the quality of the generated code by adjusting the | Son Ho | 2022-02-09 | 3 | -45/+34 |