summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make a minor improvement in printingSon Ho2022-02-032-4/+13
|
* Make mor modificationsSon Ho2022-02-032-1/+13
|
* Fix a small issue with the unit typeSon Ho2022-02-032-5/+12
|
* Update the .gitignoreSon Ho2022-02-031-1/+3
|
* Fix an issue with the assumed box functions being considered as monadicSon Ho2022-02-032-6/+17
|
* Make minor modificationsSon Ho2022-02-033-3/+7
|
* Rename Assumed.fst to Primitives.fst and make progress on thatSon Ho2022-02-034-118/+241
|
* Start working on Assumed.fstSon Ho2022-02-032-0/+154
|
* Fix an issue with StringUtils.to_snake_caseSon Ho2022-02-031-3/+6
|
* 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-035-67/+108
|
* Cleanup a bitSon Ho2022-02-035-14/+10
|
* Implement the extraction of match over enumerationsSon Ho2022-02-031-6/+41
|
* Implement extraction of switch int and make extract_texpression returnSon Ho2022-02-033-81/+110
| | | | unit instead of [extraction_ctx]
* Implement extraction of `if ... then ... else ...`Son Ho2022-02-032-1/+47
|
* Implement extraction of function callsSon Ho2022-02-034-86/+263
|
* Make progress on extract_texpressionSon Ho2022-02-031-3/+37
|
* Implement ExtractToFStar.extract_typed_rvalueSon Ho2022-02-035-12/+96
|
* Make more progress on implementing function extractionSon Ho2022-02-034-53/+225
|
* Make progress on function extractionSon Ho2022-02-032-9/+101
|
* Add some TODOsSon Ho2022-02-031-0/+4
|
* Update PureUtils.functions_not_mutually_recursiveSon Ho2022-02-021-9/+9
|
* Implement detection of non-recursive forward/backward functions groups whenSon Ho2022-02-023-11/+77
| | | | extracting (non-mutually) recursive functions
* Start working on function extractionSon Ho2022-02-022-6/+40
|
* Make minor modifications to extract mutually recursive typesSon Ho2022-02-023-46/+122
|
* Update a commentSon Ho2022-02-021-2/+10
|
* Improve formatting even moreSon Ho2022-02-022-4/+8
|
* Work on formattingSon Ho2022-02-021-5/+7
|
* Make minor improvementsSon Ho2022-02-022-1/+6
|
* Improve formattingSon Ho2022-02-021-7/+4
|
* Fix more issues when extracting types to F*Son Ho2022-02-024-40/+44
|
* Start working on fixing the extraction of type definitionsSon Ho2022-02-022-9/+43
|
* Start generating code for type definitionsSon Ho2022-02-024-9/+144
|
* Make a minor modification to ExtractToFStar.extract_type_def_enum_bodySon Ho2022-02-011-0/+4
|
* Implement ExtractToFStar.mk_name_formatterSon Ho2022-02-012-54/+160
|
* Introduce a small optimizationSon Ho2022-02-011-1/+21
|
* Make a minor modificationSon Ho2022-01-291-1/+1
|
* Make progress on ExtractToFStar.mk_name_formatterSon Ho2022-01-292-16/+47
|
* Implement StringUtils.to_camel_caseSon Ho2022-01-291-14/+11
|
* Start working on StringUtilsSon Ho2022-01-292-0/+113
|
* Cleanup a bitSon Ho2022-01-292-19/+21
|
* Make the field names optional and make progress on ExtractToFStarSon Ho2022-01-297-25/+45
|
* Make progress on ExtractToFStarSon Ho2022-01-293-48/+187
|
* Update the MakefileSon Ho2022-01-291-4/+3
|
* Remove tests/trace_reference.txtSon Ho2022-01-291-135234/+0
|
* Rename ExtractToFstar to ExtractToFStarSon Ho2022-01-292-1/+1
|
* Make progress on ExtractToFstarSon Ho2022-01-292-11/+43
|