summaryrefslogtreecommitdiff
path: root/src/ExtractToFStar.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize a bit the projectSon Ho2022-10-271-1638/+0
* Update the code documentation to fix links and syntax issuesSon Ho2022-10-261-140/+140
* Add some commentsSon Ho2022-09-221-0/+3
* Make minor cleanupSon Ho2022-09-221-3/+3
* Make minor modificationsSon Ho2022-09-221-30/+26
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+0
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
* Correct last PR remarksSidney Congard2022-08-111-16/+8
* Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard2022-08-101-1/+1
* Register global names, one error remainingSidney Congard2022-08-081-0/+5
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-291-29/+35
* 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