summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make minor modifications to formattingSon Ho2022-04-271-37/+35
* Update ExtractToFStarSon Ho2022-04-271-114/+188
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-261-1/+1
* Fix minor issues for the translation of hashmap_on_diskSon Ho2022-03-041-4/+22
* Make minor modifications to the variable names generationSon Ho2022-03-041-3/+7
* Fix a minor issue with external function declarationsSon Ho2022-03-041-0/+21
* Fix minor issues when using the state-error monadSon Ho2022-03-041-2/+41
* Fix minor issues with regards to extraction of opaque typesSon Ho2022-03-041-14/+20
* Fix minor mistakes with regards to extraction of external declarationsSon Ho2022-03-041-40/+51
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-20/+30
* Finish updating Translate and ExtractToFStarSon Ho2022-03-031-18/+34
* Make good progress updating TranslateSon Ho2022-03-031-3/+7
* Update the name definition to use path_elemSon Ho2022-03-031-5/+6
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-23/+23
* Update the way function names are handledSon Ho2022-02-241-9/+11
* Start working on generating code which uses a state-error monadSon Ho2022-02-231-3/+4
* Add the `State` assumed type in Pure.mlSon Ho2022-02-231-4/+11
* Improve variable name generationSon Ho2022-02-231-3/+15
* Inline more let-bindings and improve formattingSon Ho2022-02-231-15/+32
* Make more improvements to formattingSon Ho2022-02-101-6/+18
* Make more improvements to formattingSon Ho2022-02-101-12/+14
* Make slight improvements to formattingSon Ho2022-02-101-2/+2
* Improve slightly more the formattingSon Ho2022-02-101-3/+6
* Slightly improve formattingSon Ho2022-02-101-1/+9
* Make minor modifications and cleanupSon Ho2022-02-091-0/+3
* Cleanup a bitSon Ho2022-02-091-43/+14
* Implement generation of template decrease clausesSon Ho2022-02-091-5/+99
* Implement the generation of `decreases` clauses in the definitionSon Ho2022-02-091-8/+60
* Start working on the generation of decrease clausesSon Ho2022-02-091-1/+16
* Improve a bit the quality of the generated code by adjusting theSon Ho2022-02-091-5/+7
* Make minor modifications with regards to unit testsSon Ho2022-02-091-3/+4
* Fix a few more mistakesSon Ho2022-02-081-9/+15
* Fix some issuesSon Ho2022-02-081-2/+8
* Make progress on implementing support for types and functions likeSon Ho2022-02-081-1/+3
* Start adding more assumed types and functionsSon Ho2022-02-081-3/+22
* Make a minor modification to account a change in function namings fromSon Ho2022-02-071-1/+1
* Work on decomposition of monadic let-bindings for F*Son Ho2022-02-041-2/+10
* Add generation of unit tests for the synthesized functionsSon Ho2022-02-041-0/+51
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-041-50/+3
* Register the names of the integer types and ops to detect name clashes inSon Ho2022-02-041-35/+60
* Make a minor modificationSon Ho2022-02-031-1/+0
* Make a minor improvement in printingSon Ho2022-02-031-4/+12
* Make mor modificationsSon Ho2022-02-031-1/+10
* Fix a small issue with the unit typeSon Ho2022-02-031-4/+9
* Rename Assumed.fst to Primitives.fst and make progress on thatSon Ho2022-02-031-11/+17
* 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-031-0/+1