summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-23Improve variable name generationSon Ho1-3/+15
2022-02-23Inline more let-bindings and improve formattingSon Ho1-15/+32
2022-02-10Make more improvements to formattingSon Ho1-6/+18
2022-02-10Make more improvements to formattingSon Ho1-12/+14
2022-02-10Make slight improvements to formattingSon Ho1-2/+2
2022-02-10Improve slightly more the formattingSon Ho1-3/+6
2022-02-10Slightly improve formattingSon Ho1-1/+9
2022-02-09Make minor modifications and cleanupSon Ho1-0/+3
2022-02-09Cleanup a bitSon Ho1-43/+14
2022-02-09Implement generation of template decrease clausesSon Ho1-5/+99
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho1-8/+60
2022-02-09Start working on the generation of decrease clausesSon Ho1-1/+16
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho1-5/+7
2022-02-09Make minor modifications with regards to unit testsSon Ho1-3/+4
2022-02-08Fix a few more mistakesSon Ho1-9/+15
2022-02-08Fix some issuesSon Ho1-2/+8
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-1/+3
2022-02-08Start adding more assumed types and functionsSon Ho1-3/+22
2022-02-07Make a minor modification to account a change in function namings fromSon Ho1-1/+1
2022-02-04Work on decomposition of monadic let-bindings for F*Son Ho1-2/+10
2022-02-04Add generation of unit tests for the synthesized functionsSon Ho1-0/+51
2022-02-04Merge the switches over integers and the matches over enumerations inSon Ho1-50/+3
2022-02-04Register the names of the integer types and ops to detect name clashes inSon Ho1-35/+60
2022-02-03Make a minor modificationSon Ho1-1/+0
2022-02-03Make a minor improvement in printingSon Ho1-4/+12
2022-02-03Make mor modificationsSon Ho1-1/+10
2022-02-03Fix a small issue with the unit typeSon Ho1-4/+9
2022-02-03Rename Assumed.fst to Primitives.fst and make progress on thatSon Ho1-11/+17
2022-02-03Improve the extraction of `if ... then ... else ...`Son Ho1-1/+5
2022-02-03Fix more issuesSon Ho1-2/+8
2022-02-03Improve the way the matches/switches are extractedSon Ho1-5/+13
2022-02-03Start fixing extraction of functionsSon Ho1-5/+9
2022-02-03Implement a micro pass to filter the box functionsSon Ho1-0/+1
2022-02-03Cleanup a bitSon Ho1-3/+4
2022-02-03Implement the extraction of match over enumerationsSon Ho1-6/+41
2022-02-03Implement extraction of switch int and make extract_texpression returnSon Ho1-71/+103
2022-02-03Implement extraction of `if ... then ... else ...`Son Ho1-1/+36
2022-02-03Implement extraction of function callsSon Ho1-18/+118
2022-02-03Make progress on extract_texpressionSon Ho1-3/+37
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho1-4/+64
2022-02-03Make more progress on implementing function extractionSon Ho1-29/+108
2022-02-03Make progress on function extractionSon Ho1-5/+88
2022-02-02Start working on function extractionSon Ho1-0/+10
2022-02-02Make minor modifications to extract mutually recursive typesSon Ho1-41/+77
2022-02-02Update a commentSon Ho1-2/+10
2022-02-02Improve formatting even moreSon Ho1-4/+5
2022-02-02Work on formattingSon Ho1-5/+7
2022-02-02Make minor improvementsSon Ho1-1/+2
2022-02-02Improve formattingSon Ho1-7/+4
2022-02-02Fix more issues when extracting types to F*Son Ho1-36/+36