summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-02Update PureUtils.functions_not_mutually_recursiveSon Ho1-9/+9
2022-02-02Implement detection of non-recursive forward/backward functions groups whenSon Ho3-11/+77
2022-02-02Start working on function extractionSon Ho2-6/+40
2022-02-02Make minor modifications to extract mutually recursive typesSon Ho3-46/+122
2022-02-02Update a commentSon Ho1-2/+10
2022-02-02Improve formatting even moreSon Ho2-4/+8
2022-02-02Work on formattingSon Ho1-5/+7
2022-02-02Make minor improvementsSon Ho2-1/+6
2022-02-02Improve formattingSon Ho1-7/+4
2022-02-02Fix more issues when extracting types to F*Son Ho4-40/+44
2022-02-02Start working on fixing the extraction of type definitionsSon Ho2-9/+43
2022-02-02Start generating code for type definitionsSon Ho4-9/+144
2022-02-01Make a minor modification to ExtractToFStar.extract_type_def_enum_bodySon Ho1-0/+4
2022-02-01Implement ExtractToFStar.mk_name_formatterSon Ho2-54/+160
2022-02-01Introduce a small optimizationSon Ho1-1/+21
2022-01-29Make a minor modificationSon Ho1-1/+1
2022-01-29Make progress on ExtractToFStar.mk_name_formatterSon Ho2-16/+47
2022-01-29Implement StringUtils.to_camel_caseSon Ho1-14/+11
2022-01-29Start working on StringUtilsSon Ho2-0/+113
2022-01-29Cleanup a bitSon Ho2-19/+21
2022-01-29Make the field names optional and make progress on ExtractToFStarSon Ho7-25/+45
2022-01-29Make progress on ExtractToFStarSon Ho2-48/+184
2022-01-29Rename ExtractToFstar to ExtractToFStarSon Ho2-1/+1
2022-01-29Make progress on ExtractToFstarSon Ho2-11/+43
2022-01-29Start working on extraction to F*Son Ho3-19/+210
2022-01-29Add a "name" field in ModuleSon Ho2-1/+4
2022-01-29Make more cleanupSon Ho1-8/+28
2022-01-29Make minor cleaningSon Ho2-9/+8
2022-01-29Make progress on PureToExtractSon Ho5-120/+116
2022-01-29Make progress on PureToExtractSon Ho5-95/+245
2022-01-28Start working on ExtractAstSon Ho3-7/+63
2022-01-28Implement unfold_monadic_let_bindingsSon Ho1-28/+24
2022-01-28Make the pure expressions typedSon Ho5-128/+196
2022-01-28Make minor modificationsSon Ho1-16/+25
2022-01-28Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho4-21/+25
2022-01-28Make minor modificationsSon Ho2-9/+35
2022-01-28Make administrative modificationsSon Ho2-14/+61
2022-01-28Make minor modificationsSon Ho2-12/+13
2022-01-28Finish implementing filter_unused_assignmentsSon Ho3-7/+123
2022-01-28Make more progress on filter_unused_assignmentsSon Ho1-4/+21
2022-01-28Make good progress on PureMicroPasses.filter_unused_assignmentsSon Ho1-7/+84
2022-01-28Add some mapreduce visitors to PureSon Ho1-11/+64
2022-01-28Make minor modifications to the use of reduce inSon Ho2-9/+59
2022-01-28Cleanup a bitSon Ho4-14/+15
2022-01-28Implement inline_useless_var_reassignmentsSon Ho1-6/+60
2022-01-28Implement the unit_vars_to_unit passSon Ho1-3/+23
2022-01-28Add an input_lvs field to Pure.fun_defSon Ho2-1/+7
2022-01-28Move some definitions to a new PureUtils.ml fileSon Ho4-111/+104
2022-01-28Finish implementing to_monadicSon Ho3-13/+48
2022-01-28Add a commentSon Ho1-0/+1