summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-04Merge the switches over integers and the matches over enumerations inSon Ho6-97/+36
2022-02-04Register the names of the integer types and ops to detect name clashes inSon Ho2-37/+65
2022-02-04Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho4-32/+51
2022-02-04Fix a small issue with the types of tuple values inSon Ho2-14/+42
2022-02-04Filter the backward functions with no outputs in the micro passesSon Ho1-46/+66
2022-02-03Make a minor modificationSon Ho1-1/+0
2022-02-03Make a minor improvement in printingSon Ho2-4/+13
2022-02-03Make mor modificationsSon Ho1-1/+10
2022-02-03Fix a small issue with the unit typeSon Ho2-5/+12
2022-02-03Fix an issue with the assumed box functions being considered as monadicSon Ho1-2/+13
2022-02-03Make minor modificationsSon Ho1-0/+2
2022-02-03Rename Assumed.fst to Primitives.fst and make progress on thatSon Ho1-11/+17
2022-02-03Fix an issue with StringUtils.to_snake_caseSon Ho1-3/+6
2022-02-03Improve the extraction of `if ... then ... else ...`Son Ho1-1/+5
2022-02-03Fix more issuesSon Ho1-2/+8
2022-02-03Improve the way the matches/switches are extractedSon Ho1-5/+13
2022-02-03Start fixing extraction of functionsSon Ho1-5/+9
2022-02-03Implement a micro pass to filter the box functionsSon Ho5-67/+108
2022-02-03Cleanup a bitSon Ho5-14/+10
2022-02-03Implement the extraction of match over enumerationsSon Ho1-6/+41
2022-02-03Implement extraction of switch int and make extract_texpression returnSon Ho3-81/+110
2022-02-03Implement extraction of `if ... then ... else ...`Son Ho2-1/+47
2022-02-03Implement extraction of function callsSon Ho4-86/+263
2022-02-03Make progress on extract_texpressionSon Ho1-3/+37
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho5-12/+96
2022-02-03Make more progress on implementing function extractionSon Ho4-53/+225
2022-02-03Make progress on function extractionSon Ho2-9/+101
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