summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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