summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-181-2/+9
|
* Apply small changes from the PRSidney Congard2022-07-131-4/+4
|
* Traduct globals body separately (WIP)Sidney Congard2022-06-301-12/+117
|
* concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-211-2/+1
|
* crude generation working - missing unit tests & special constants handlingSidney Congard2022-06-131-1/+4
|
* read globals from LLBC JSON into functionsSidney Congard2022-06-081-0/+1
|
* Fix an issue when extracting assumed valuesSon Ho2022-05-161-1/+1
|
* Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho2022-05-151-1/+5
|
* Treat integer casts in a general mannerSon Ho2022-05-151-7/+26
|
* Don't use the Rust disambiguators when generating names at extractionSon Ho2022-05-061-3/+5
|
* Make minor modificationsSon Ho2022-05-041-1/+1
|
* Fix various issues when using a stateSon Ho2022-05-041-23/+11
|
* 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
| | | | declarations
* 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
|