summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make progress updating the codeSon Ho2022-05-041-3/+2
* Do more cleanupSon Ho2022-05-011-2/+2
* CleanupSon Ho2022-05-011-3/+3
* Perform more renamingsSon Ho2022-05-011-1/+1
* Perform some renamingsSon Ho2022-05-011-4/+3
* Rename "lvalue" to "pattern"Son Ho2022-05-011-19/+19
* Fix a minor issue when extracting filesSon Ho2022-05-011-6/+6
* Make a minor modificationSon Ho2022-05-011-1/+1
* Make more progress propagating the changesSon Ho2022-04-291-96/+139
* Fix a minor issueSon Ho2022-04-271-1/+2
* Fix various bugs when extracting with a state monadSon Ho2022-04-271-7/+15
* Make minor modificationsSon Ho2022-04-271-4/+5
* Update formattingSon Ho2022-04-271-12/+6
* Make minor modifications to formattingSon Ho2022-04-271-37/+35
* Update ExtractToFStarSon Ho2022-04-271-114/+188
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-261-1/+1
* Fix minor issues for the translation of hashmap_on_diskSon Ho2022-03-041-4/+22
* Make minor modifications to the variable names generationSon Ho2022-03-041-3/+7
* Fix a minor issue with external function declarationsSon Ho2022-03-041-0/+21
* Fix minor issues when using the state-error monadSon Ho2022-03-041-2/+41
* Fix minor issues with regards to extraction of opaque typesSon Ho2022-03-041-14/+20
* Fix minor mistakes with regards to extraction of external declarationsSon Ho2022-03-041-40/+51
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-20/+30
* Finish updating Translate and ExtractToFStarSon Ho2022-03-031-18/+34
* Make good progress updating TranslateSon Ho2022-03-031-3/+7
* Update the name definition to use path_elemSon Ho2022-03-031-5/+6
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-23/+23
* Update the way function names are handledSon Ho2022-02-241-9/+11
* Start working on generating code which uses a state-error monadSon Ho2022-02-231-3/+4
* Add the `State` assumed type in Pure.mlSon Ho2022-02-231-4/+11
* Improve variable name generationSon Ho2022-02-231-3/+15
* Inline more let-bindings and improve formattingSon Ho2022-02-231-15/+32
* Make more improvements to formattingSon Ho2022-02-101-6/+18
* Make more improvements to formattingSon Ho2022-02-101-12/+14
* Make slight improvements to formattingSon Ho2022-02-101-2/+2
* Improve slightly more the formattingSon Ho2022-02-101-3/+6
* Slightly improve formattingSon Ho2022-02-101-1/+9
* Make minor modifications and cleanupSon Ho2022-02-091-0/+3
* Cleanup a bitSon Ho2022-02-091-43/+14
* Implement generation of template decrease clausesSon Ho2022-02-091-5/+99
* Implement the generation of `decreases` clauses in the definitionSon Ho2022-02-091-8/+60
* Start working on the generation of decrease clausesSon Ho2022-02-091-1/+16
* Improve a bit the quality of the generated code by adjusting theSon Ho2022-02-091-5/+7
* Make minor modifications with regards to unit testsSon Ho2022-02-091-3/+4
* Fix a few more mistakesSon Ho2022-02-081-9/+15
* Fix some issuesSon Ho2022-02-081-2/+8
* Make progress on implementing support for types and functions likeSon Ho2022-02-081-1/+3
* Start adding more assumed types and functionsSon Ho2022-02-081-3/+22
* Make a minor modification to account a change in function namings fromSon Ho2022-02-071-1/+1
* Work on decomposition of monadic let-bindings for F*Son Ho2022-02-041-2/+10