summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | unit instead of [extraction_ctx]
* 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
|
* Make a minor modification to ExtractToFStar.extract_type_def_enum_bodySon Ho2022-02-011-0/+4
|
* Implement ExtractToFStar.mk_name_formatterSon Ho2022-02-011-48/+152
|
* Make progress on ExtractToFStar.mk_name_formatterSon Ho2022-01-291-15/+45
|
* Start working on StringUtilsSon Ho2022-01-291-0/+17
|
* Cleanup a bitSon Ho2022-01-291-19/+4
|
* Make the field names optional and make progress on ExtractToFStarSon Ho2022-01-291-11/+11
|
* Make progress on ExtractToFStarSon Ho2022-01-291-20/+122
|
* Rename ExtractToFstar to ExtractToFStarSon Ho2022-01-291-0/+120