| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor issues for the translation of hashmap_on_disk | Son Ho | 2022-03-04 | 1 | -4/+22 |
* | Make minor modifications to the variable names generation | Son Ho | 2022-03-04 | 1 | -3/+7 |
* | Fix a minor issue with external function declarations | Son Ho | 2022-03-04 | 1 | -0/+21 |
* | Fix minor issues when using the state-error monad | Son Ho | 2022-03-04 | 1 | -2/+41 |
* | Fix minor issues with regards to extraction of opaque types | Son Ho | 2022-03-04 | 1 | -14/+20 |
* | Fix minor mistakes with regards to extraction of external declarations | Son Ho | 2022-03-04 | 1 | -40/+51 |
* | Make good progress on adding support for external and opaque | Son Ho | 2022-03-03 | 1 | -20/+30 |
* | Finish updating Translate and ExtractToFStar | Son Ho | 2022-03-03 | 1 | -18/+34 |
* | Make good progress updating Translate | Son Ho | 2022-03-03 | 1 | -3/+7 |
* | Update the name definition to use path_elem | Son Ho | 2022-03-03 | 1 | -5/+6 |
* | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 2022-03-03 | 1 | -23/+23 |
* | Update the way function names are handled | Son Ho | 2022-02-24 | 1 | -9/+11 |
* | Start working on generating code which uses a state-error monad | Son Ho | 2022-02-23 | 1 | -3/+4 |
* | Add the `State` assumed type in Pure.ml | Son Ho | 2022-02-23 | 1 | -4/+11 |
* | Improve variable name generation | Son Ho | 2022-02-23 | 1 | -3/+15 |
* | Inline more let-bindings and improve formatting | Son Ho | 2022-02-23 | 1 | -15/+32 |
* | 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 |
* | Make minor modifications and cleanup | Son Ho | 2022-02-09 | 1 | -0/+3 |
* | Cleanup a bit | Son Ho | 2022-02-09 | 1 | -43/+14 |
* | Implement generation of template decrease clauses | Son Ho | 2022-02-09 | 1 | -5/+99 |
* | Implement the generation of `decreases` clauses in the definition | Son Ho | 2022-02-09 | 1 | -8/+60 |
* | Start working on the generation of decrease clauses | Son Ho | 2022-02-09 | 1 | -1/+16 |
* | Improve a bit the quality of the generated code by adjusting the | Son Ho | 2022-02-09 | 1 | -5/+7 |
* | Make minor modifications with regards to unit tests | Son Ho | 2022-02-09 | 1 | -3/+4 |
* | Fix a few more mistakes | Son Ho | 2022-02-08 | 1 | -9/+15 |
* | Fix some issues | Son Ho | 2022-02-08 | 1 | -2/+8 |
* | Make progress on implementing support for types and functions like | Son Ho | 2022-02-08 | 1 | -1/+3 |
* | Start adding more assumed types and functions | Son Ho | 2022-02-08 | 1 | -3/+22 |
* | Make a minor modification to account a change in function namings from | Son Ho | 2022-02-07 | 1 | -1/+1 |
* | Work on decomposition of monadic let-bindings for F* | Son Ho | 2022-02-04 | 1 | -2/+10 |
* | Add generation of unit tests for the synthesized functions | Son Ho | 2022-02-04 | 1 | -0/+51 |
* | Merge the switches over integers and the matches over enumerations in | Son Ho | 2022-02-04 | 1 | -50/+3 |
* | Register the names of the integer types and ops to detect name clashes in | Son Ho | 2022-02-04 | 1 | -35/+60 |
* | Make a minor modification | Son Ho | 2022-02-03 | 1 | -1/+0 |
* | Make a minor improvement in printing | Son Ho | 2022-02-03 | 1 | -4/+12 |
* | Make mor modifications | Son Ho | 2022-02-03 | 1 | -1/+10 |
* | Fix a small issue with the unit type | Son Ho | 2022-02-03 | 1 | -4/+9 |
* | Rename Assumed.fst to Primitives.fst and make progress on that | Son Ho | 2022-02-03 | 1 | -11/+17 |
* | Improve the extraction of `if ... then ... else ...` | Son Ho | 2022-02-03 | 1 | -1/+5 |
* | Fix more issues | Son Ho | 2022-02-03 | 1 | -2/+8 |
* | Improve the way the matches/switches are extracted | Son Ho | 2022-02-03 | 1 | -5/+13 |
* | Start fixing extraction of functions | Son Ho | 2022-02-03 | 1 | -5/+9 |
* | Implement a micro pass to filter the box functions | Son Ho | 2022-02-03 | 1 | -0/+1 |
* | Cleanup a bit | Son Ho | 2022-02-03 | 1 | -3/+4 |
* | Implement the extraction of match over enumerations | Son Ho | 2022-02-03 | 1 | -6/+41 |
* | Implement extraction of switch int and make extract_texpression return | Son Ho | 2022-02-03 | 1 | -71/+103 |