summaryrefslogtreecommitdiff
path: root/src/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-10Print the generated file headers with Printf rather than the formatterSon Ho1-32/+19
2022-02-09Cleanup a bitSon Ho1-21/+23
2022-02-09Make a minor modificationSon Ho1-1/+1
2022-02-09Implement extration to different filesSon Ho1-41/+121
2022-02-09Implement generation of template decrease clausesSon Ho1-0/+9
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho1-7/+19
2022-02-09Start implementing selection of the extracted definitionsSon Ho1-37/+49
2022-02-09Add more command line arguments for the decrease clausesSon Ho1-0/+10
2022-02-09Start working on making the extraction more modular in order to generateSon Ho1-85/+120
2022-02-09Add logging informationSon Ho1-4/+9
2022-02-09Start working on the generation of decrease clausesSon Ho1-1/+16
2022-02-09Introduce a translation config in Translate.mlSon Ho1-14/+19
2022-02-09Make minor improvements to the generated filesSon Ho1-2/+5
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho1-2/+2
2022-02-09Make minor modificationsSon Ho1-1/+1
2022-02-09Implement filtering of useless forward functionsSon Ho1-13/+29
2022-02-09Add a check to detect if forward/backward translations are mutuallySon Ho1-1/+10
2022-02-09Add definitions to Primitives.fst and start on improving/fixing theSon Ho1-2/+2
2022-02-08Add type checking utilities for the pure ADTSon Ho1-2/+12
2022-02-04Improve the command line argumentsSon Ho1-6/+5
2022-02-04Make the micro passes config a parameter of Translate.translate_moduleSon Ho1-11/+8
2022-02-04Add generation of unit tests for the synthesized functionsSon Ho1-24/+33
2022-02-04Remove the `open FStar.Mul` line from the generated filesSon Ho1-2/+0
2022-02-04Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho1-1/+1
2022-02-03Make minor modificationsSon Ho1-0/+2
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho1-1/+1
2022-02-03Make more progress on implementing function extractionSon Ho1-1/+1
2022-02-02Implement detection of non-recursive forward/backward functions groups whenSon Ho1-9/+20
2022-02-02Start working on function extractionSon Ho1-6/+30
2022-02-02Make minor modifications to extract mutually recursive typesSon Ho1-5/+19
2022-02-02Improve formatting even moreSon Ho1-0/+3
2022-02-02Make minor improvementsSon Ho1-0/+4
2022-02-02Fix more issues when extracting types to F*Son Ho1-1/+2
2022-02-02Start working on fixing the extraction of type definitionsSon Ho1-6/+18
2022-02-02Start generating code for type definitionsSon Ho1-2/+84
2022-01-29Make progress on PureToExtractSon Ho1-3/+1
2022-01-28Make administrative modificationsSon Ho1-4/+11
2022-01-28Move some definitions to a new PureUtils.ml fileSon Ho1-1/+2
2022-01-28Remove the Return and Fail variants from Pure.expression and add aSon Ho1-2/+20
2022-01-28Apply the micro-passes to the pure ASTsSon Ho1-11/+14
2022-01-28Make a lot of small modificationsSon Ho1-35/+7
2022-01-28Make a minor cleaningSon Ho1-8/+0
2022-01-27Fix some issues with the naming of input variablesSon Ho1-15/+15
2022-01-27Make minor modifications and create PureMicroPasses.mlSon Ho1-0/+1
2022-01-27Add name information upon initializing some variables in SymbolicToPureSon Ho1-7/+42
2022-01-27Add more printing facilities and fix minor bugsSon Ho1-0/+22
2022-01-27Add some printing facilities to SymbolicToPureSon Ho1-2/+3
2022-01-27Fix a mistake with the input symbolic values not being linked to theSon Ho1-10/+29
2022-01-27Make minor modifications and add commentsSon Ho1-5/+12
2022-01-27Cleanup a bit by removing useless `open`Son Ho1-2/+0