summaryrefslogtreecommitdiff
path: root/src/Translate.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | extracting (non-mutually) recursive functions
* 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
| | | | `monadic` boolean field to `Let`
* 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
|
* Add more printing facilities and fix minor bugsSon Ho2022-01-271-0/+22
|
* Add some printing facilities to SymbolicToPureSon Ho2022-01-271-2/+3
|
* Fix a mistake with the input symbolic values not being linked to theSon Ho2022-01-271-10/+29
| | | | input variables when translating ASTs from symbolic to pure
* Make minor modifications and add commentsSon Ho2022-01-271-5/+12
|
* Cleanup a bit by removing useless `open`Son Ho2022-01-271-2/+0
|
* Change the signatures of several functions in Interpreter.mlSon Ho2022-01-271-14/+9
|
* Implement Translate.translate_module_to_pureSon Ho2022-01-271-5/+17
|
* Implement Translate.translate_functionSon Ho2022-01-271-13/+145
|
* Start working on TranslateSon Ho2022-01-271-33/+24
|
* Make progress on translationSon Ho2022-01-261-8/+18
|
* Make progress on translationSon Ho2022-01-261-0/+46