summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup a bitSon Ho2022-02-031-3/+4
* Implement the extraction of match over enumerationsSon Ho2022-02-031-6/+41
* Implement extraction of switch int and make extract_texpression returnSon Ho2022-02-031-71/+103
* Implement extraction of `if ... then ... else ...`Son Ho2022-02-031-1/+36
* Implement extraction of function callsSon Ho2022-02-031-18/+118
* Make progress on extract_texpressionSon Ho2022-02-031-3/+37
* Implement ExtractToFStar.extract_typed_rvalueSon Ho2022-02-031-4/+64
* Make more progress on implementing function extractionSon Ho2022-02-031-29/+108
* Make progress on function extractionSon Ho2022-02-031-5/+88
* Start working on function extractionSon Ho2022-02-021-0/+10
* Make minor modifications to extract mutually recursive typesSon Ho2022-02-021-41/+77
* Update a commentSon Ho2022-02-021-2/+10
* Improve formatting even moreSon Ho2022-02-021-4/+5
* Work on formattingSon Ho2022-02-021-5/+7
* Make minor improvementsSon Ho2022-02-021-1/+2
* Improve formattingSon Ho2022-02-021-7/+4
* Fix more issues when extracting types to F*Son Ho2022-02-021-36/+36
* Start working on fixing the extraction of type definitionsSon Ho2022-02-021-3/+25
* Start generating code for type definitionsSon Ho2022-02-021-4/+46