summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-08Implement pre-passes to update the AST before executing the interpreterSon Ho4-3/+7
2022-02-08Make a minor modification to `drop_value`Son Ho1-2/+5
2022-02-08Make minor modificationsSon Ho2-2/+8
2022-02-08Update the Makefile to add hashmap as a test and fix some issuesSon Ho2-5/+19
2022-02-08Make a minor modifications to Makefile and main.mlSon Ho1-2/+2
2022-02-08Fix some issuesSon Ho8-88/+124
2022-02-08Make progress on implementing support for types and functions likeSon Ho8-30/+74
2022-02-08Make a minor update in InterpreterExpansionSon Ho1-0/+3
2022-02-08Start adding more assumed types and functionsSon Ho14-116/+416
2022-02-07Make a minor modification to account a change in function namings fromSon Ho1-1/+1
2022-02-07Implement printing of debugging messages in case of name clashesSon Ho1-22/+116
2022-02-04Improve the command line argumentsSon Ho2-27/+62
2022-02-04Make a minor modificationSon Ho1-2/+2
2022-02-04Work on decomposition of monadic let-bindings for F*Son Ho4-6/+104
2022-02-04Make the micro passes config a parameter of Translate.translate_moduleSon Ho2-12/+17
2022-02-04Add generation of unit tests for the synthesized functionsSon Ho3-25/+86
2022-02-04Make minor modifications with regards to loggingSon Ho1-0/+1
2022-02-04Deactivate some logsSon Ho1-4/+4
2022-02-04Remove the `open FStar.Mul` line from the generated filesSon Ho1-2/+0
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