summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Start adding more assumed types and functionsSon Ho2022-02-0815-124/+426
|
* Make a minor modification to account a change in function namings fromSon Ho2022-02-071-1/+1
| | | | Charon
* Add a Makefile in examples/miscSon Ho2022-02-071-0/+15
|
* Make minor modifications to the testsSon Ho2022-02-071-0/+4
|
* Add tests for the hashmapSon Ho2022-02-072-3/+16
|
* Start working on a hashmap example in RustSon Ho2022-02-073-0/+184
|
* Implement printing of debugging messages in case of name clashesSon Ho2022-02-071-22/+116
|
* Make more minor modificationsSon Ho2022-02-071-1/+3
|
* Make minor modifications to Primitives.fstSon Ho2022-02-071-1/+2
|
* Update the MakefileSon Ho2022-02-041-10/+12
|
* Improve the command line argumentsSon Ho2022-02-042-27/+62
|
* Make a minor modificationSon Ho2022-02-041-2/+2
|
* Work on decomposition of monadic let-bindings for F*Son Ho2022-02-045-6/+114
|
* Make the micro passes config a parameter of Translate.translate_moduleSon Ho2022-02-042-12/+17
|
* Add generation of unit tests for the synthesized functionsSon Ho2022-02-043-25/+86
|
* Make minor modifications with regards to loggingSon Ho2022-02-041-0/+1
|
* Deactivate some logsSon Ho2022-02-041-4/+4
|
* Remove the `open FStar.Mul` line from the generated filesSon Ho2022-02-041-2/+0
|
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-046-97/+36
| | | | the pure AST
* Register the names of the integer types and ops to detect name clashes inSon Ho2022-02-042-37/+65
| | | | ExtractToFStar
* Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho2022-02-045-32/+57
| | | | field
* Fix a small issue with the types of tuple values inSon Ho2022-02-042-14/+42
| | | | typed_avalue_to_{given_back,consumed}
* Filter the backward functions with no outputs in the micro passesSon Ho2022-02-041-46/+66
|
* Make a minor modificationSon Ho2022-02-031-1/+0
|
* Make a minor improvement in printingSon Ho2022-02-032-4/+13
|
* Make mor modificationsSon Ho2022-02-032-1/+13
|
* Fix a small issue with the unit typeSon Ho2022-02-032-5/+12
|
* Update the .gitignoreSon Ho2022-02-031-1/+3
|
* Fix an issue with the assumed box functions being considered as monadicSon Ho2022-02-032-6/+17
|
* Make minor modificationsSon Ho2022-02-033-3/+7
|
* Rename Assumed.fst to Primitives.fst and make progress on thatSon Ho2022-02-034-118/+241
|
* Start working on Assumed.fstSon Ho2022-02-032-0/+154
|
* Fix an issue with StringUtils.to_snake_caseSon Ho2022-02-031-3/+6
|
* Improve the extraction of `if ... then ... else ...`Son Ho2022-02-031-1/+5
|
* Fix more issuesSon Ho2022-02-031-2/+8
|
* Improve the way the matches/switches are extractedSon Ho2022-02-031-5/+13
|
* Start fixing extraction of functionsSon Ho2022-02-031-5/+9
|
* Implement a micro pass to filter the box functionsSon Ho2022-02-035-67/+108
|
* Cleanup a bitSon Ho2022-02-035-14/+10
|
* Implement the extraction of match over enumerationsSon Ho2022-02-031-6/+41
|
* Implement extraction of switch int and make extract_texpression returnSon Ho2022-02-033-81/+110
| | | | unit instead of [extraction_ctx]
* Implement extraction of `if ... then ... else ...`Son Ho2022-02-032-1/+47
|
* Implement extraction of function callsSon Ho2022-02-034-86/+263
|
* Make progress on extract_texpressionSon Ho2022-02-031-3/+37
|
* Implement ExtractToFStar.extract_typed_rvalueSon Ho2022-02-035-12/+96
|
* Make more progress on implementing function extractionSon Ho2022-02-034-53/+225
|
* Make progress on function extractionSon Ho2022-02-032-9/+101
|
* Add some TODOsSon Ho2022-02-031-0/+4
|
* Update PureUtils.functions_not_mutually_recursiveSon Ho2022-02-021-9/+9
|
* Implement detection of non-recursive forward/backward functions groups whenSon Ho2022-02-023-11/+77
| | | | extracting (non-mutually) recursive functions