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