summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start working on extraction to F*Son Ho2022-01-293-19/+210
* Add a "name" field in ModuleSon Ho2022-01-292-1/+4
* Make more cleanupSon Ho2022-01-291-8/+28
* Make minor cleaningSon Ho2022-01-293-9/+10
* Make progress on PureToExtractSon Ho2022-01-295-120/+116
* Make progress on PureToExtractSon Ho2022-01-295-95/+245
* Start working on ExtractAstSon Ho2022-01-284-7/+65
* Implement unfold_monadic_let_bindingsSon Ho2022-01-281-28/+24
* Make the pure expressions typedSon Ho2022-01-285-128/+196
* Make minor modificationsSon Ho2022-01-281-16/+25
* Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho2022-01-284-21/+25
* Make minor modificationsSon Ho2022-01-282-9/+35
* Make administrative modificationsSon Ho2022-01-282-14/+61
* Make minor modificationsSon Ho2022-01-282-12/+13
* Finish implementing filter_unused_assignmentsSon Ho2022-01-283-7/+123
* Make more progress on filter_unused_assignmentsSon Ho2022-01-281-4/+21
* Make good progress on PureMicroPasses.filter_unused_assignmentsSon Ho2022-01-281-7/+84
* Add some mapreduce visitors to PureSon Ho2022-01-281-11/+64
* Make minor modifications to the use of reduce inSon Ho2022-01-282-9/+59
* Cleanup a bitSon Ho2022-01-284-14/+15
* Implement inline_useless_var_reassignmentsSon Ho2022-01-281-6/+60
* Implement the unit_vars_to_unit passSon Ho2022-01-281-3/+23
* Add an input_lvs field to Pure.fun_defSon Ho2022-01-282-1/+7
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-284-111/+104
* Finish implementing to_monadicSon Ho2022-01-283-13/+48
* Add a commentSon Ho2022-01-281-0/+1