summaryrefslogtreecommitdiff
path: root/src/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make good progress updating TranslateSon Ho2022-03-031-6/+87
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-43/+43
* Update the way function names are handledSon Ho2022-02-241-2/+4
* Start working on generating code which uses a state-error monadSon Ho2022-02-231-6/+0
* Add an option to control the translation to error monad or state-errorSon Ho2022-02-231-1/+7
* Print the generated file headers with Printf rather than the formatterSon Ho2022-02-101-32/+19
* Cleanup a bitSon Ho2022-02-091-21/+23
* Make a minor modificationSon Ho2022-02-091-1/+1
* Implement extration to different filesSon Ho2022-02-091-41/+121
* Implement generation of template decrease clausesSon Ho2022-02-091-0/+9
* Implement the generation of `decreases` clauses in the definitionSon Ho2022-02-091-7/+19
* Start implementing selection of the extracted definitionsSon Ho2022-02-091-37/+49
* Add more command line arguments for the decrease clausesSon Ho2022-02-091-0/+10
* Start working on making the extraction more modular in order to generateSon Ho2022-02-091-85/+120
* Add logging informationSon Ho2022-02-091-4/+9
* Start working on the generation of decrease clausesSon Ho2022-02-091-1/+16
* Introduce a translation config in Translate.mlSon Ho2022-02-091-14/+19
* Make minor improvements to the generated filesSon Ho2022-02-091-2/+5
* Improve a bit the quality of the generated code by adjusting theSon Ho2022-02-091-2/+2
* Make minor modificationsSon Ho2022-02-091-1/+1
* Implement filtering of useless forward functionsSon Ho2022-02-091-13/+29
* Add a check to detect if forward/backward translations are mutuallySon Ho2022-02-091-1/+10
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-091-2/+2
* Add type checking utilities for the pure ADTSon Ho2022-02-081-2/+12
* Improve the command line argumentsSon Ho2022-02-041-6/+5
* Make the micro passes config a parameter of Translate.translate_moduleSon Ho2022-02-041-11/+8
* Add generation of unit tests for the synthesized functionsSon Ho2022-02-041-24/+33
* Remove the `open FStar.Mul` line from the generated filesSon Ho2022-02-041-2/+0
* Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho2022-02-041-1/+1
* Make minor modificationsSon Ho2022-02-031-0/+2
* Implement ExtractToFStar.extract_typed_rvalueSon Ho2022-02-031-1/+1
* Make more progress on implementing function extractionSon Ho2022-02-031-1/+1
* Implement detection of non-recursive forward/backward functions groups whenSon Ho2022-02-021-9/+20
* Start working on function extractionSon Ho2022-02-021-6/+30
* Make minor modifications to extract mutually recursive typesSon Ho2022-02-021-5/+19
* Improve formatting even moreSon Ho2022-02-021-0/+3
* Make minor improvementsSon Ho2022-02-021-0/+4
* Fix more issues when extracting types to F*Son Ho2022-02-021-1/+2
* Start working on fixing the extraction of type definitionsSon Ho2022-02-021-6/+18
* Start generating code for type definitionsSon Ho2022-02-021-2/+84
* Make progress on PureToExtractSon Ho2022-01-291-3/+1
* Make administrative modificationsSon Ho2022-01-281-4/+11
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-281-1/+2
* Remove the Return and Fail variants from Pure.expression and add aSon Ho2022-01-281-2/+20
* Apply the micro-passes to the pure ASTsSon Ho2022-01-281-11/+14
* Make a lot of small modificationsSon Ho2022-01-281-35/+7
* Make a minor cleaningSon Ho2022-01-281-8/+0
* Fix some issues with the naming of input variablesSon Ho2022-01-271-15/+15
* Make minor modifications and create PureMicroPasses.mlSon Ho2022-01-271-0/+1
* Add name information upon initializing some variables in SymbolicToPureSon Ho2022-01-271-7/+42