| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the Makefile to add hashmap as a test and fix some issues | Son Ho | 2022-02-08 | 3 | -6/+26 |
* | Make a minor modifications to Makefile and main.ml | Son Ho | 2022-02-08 | 2 | -3/+3 |
* | Fix some issues | Son Ho | 2022-02-08 | 8 | -88/+124 |
* | Make progress on implementing support for types and functions like | Son Ho | 2022-02-08 | 9 | -35/+79 |
* | Make a minor update in InterpreterExpansion | Son Ho | 2022-02-08 | 1 | -0/+3 |
* | Start adding more assumed types and functions | Son Ho | 2022-02-08 | 15 | -124/+426 |
* | Make a minor modification to account a change in function namings from | Son Ho | 2022-02-07 | 1 | -1/+1 |
* | Add a Makefile in examples/misc | Son Ho | 2022-02-07 | 1 | -0/+15 |
* | Make minor modifications to the tests | Son Ho | 2022-02-07 | 1 | -0/+4 |
* | Add tests for the hashmap | Son Ho | 2022-02-07 | 2 | -3/+16 |
* | Start working on a hashmap example in Rust | Son Ho | 2022-02-07 | 3 | -0/+184 |
* | Implement printing of debugging messages in case of name clashes | Son Ho | 2022-02-07 | 1 | -22/+116 |
* | Make more minor modifications | Son Ho | 2022-02-07 | 1 | -1/+3 |
* | Make minor modifications to Primitives.fst | Son Ho | 2022-02-07 | 1 | -1/+2 |
* | Update the Makefile | Son Ho | 2022-02-04 | 1 | -10/+12 |
* | Improve the command line arguments | Son Ho | 2022-02-04 | 2 | -27/+62 |
* | Make a minor modification | Son Ho | 2022-02-04 | 1 | -2/+2 |
* | Work on decomposition of monadic let-bindings for F* | Son Ho | 2022-02-04 | 5 | -6/+114 |
* | Make the micro passes config a parameter of Translate.translate_module | Son Ho | 2022-02-04 | 2 | -12/+17 |
* | Add generation of unit tests for the synthesized functions | Son Ho | 2022-02-04 | 3 | -25/+86 |
* | Make minor modifications with regards to logging | Son Ho | 2022-02-04 | 1 | -0/+1 |
* | Deactivate some logs | Son Ho | 2022-02-04 | 1 | -4/+4 |
* | Remove the `open FStar.Mul` line from the generated files | Son Ho | 2022-02-04 | 1 | -2/+0 |
* | Merge the switches over integers and the matches over enumerations in | Son Ho | 2022-02-04 | 6 | -97/+36 |
* | Register the names of the integer types and ops to detect name clashes in | Son Ho | 2022-02-04 | 2 | -37/+65 |
* | Update SymbolicToPure so that we don't construct tuples with exactly one | Son Ho | 2022-02-04 | 5 | -32/+57 |
* | Fix a small issue with the types of tuple values in | Son Ho | 2022-02-04 | 2 | -14/+42 |
* | Filter the backward functions with no outputs in the micro passes | Son Ho | 2022-02-04 | 1 | -46/+66 |
* | Make a minor modification | Son Ho | 2022-02-03 | 1 | -1/+0 |
* | Make a minor improvement in printing | Son Ho | 2022-02-03 | 2 | -4/+13 |
* | Make mor modifications | Son Ho | 2022-02-03 | 2 | -1/+13 |
* | Fix a small issue with the unit type | Son Ho | 2022-02-03 | 2 | -5/+12 |
* | Update the .gitignore | Son Ho | 2022-02-03 | 1 | -1/+3 |
* | Fix an issue with the assumed box functions being considered as monadic | Son Ho | 2022-02-03 | 2 | -6/+17 |
* | Make minor modifications | Son Ho | 2022-02-03 | 3 | -3/+7 |
* | Rename Assumed.fst to Primitives.fst and make progress on that | Son Ho | 2022-02-03 | 4 | -118/+241 |
* | Start working on Assumed.fst | Son Ho | 2022-02-03 | 2 | -0/+154 |
* | Fix an issue with StringUtils.to_snake_case | Son Ho | 2022-02-03 | 1 | -3/+6 |
* | 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 | 5 | -67/+108 |
* | Cleanup a bit | Son Ho | 2022-02-03 | 5 | -14/+10 |
* | 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 | 3 | -81/+110 |
* | Implement extraction of `if ... then ... else ...` | Son Ho | 2022-02-03 | 2 | -1/+47 |
* | Implement extraction of function calls | Son Ho | 2022-02-03 | 4 | -86/+263 |
* | Make progress on extract_texpression | Son Ho | 2022-02-03 | 1 | -3/+37 |
* | Implement ExtractToFStar.extract_typed_rvalue | Son Ho | 2022-02-03 | 5 | -12/+96 |