summaryrefslogtreecommitdiff
path: root/src/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the name registration for globalsSon Ho2022-09-221-3/+8
* Make minor cleanupSon Ho2022-09-221-28/+31
* Update src/Translate.mlSon HO2022-09-221-1/+1
* Register global names, one error remainingSidney Congard2022-08-081-1/+5
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-291-4/+17
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-181-9/+12
* Traduct globals body separately (WIP)Sidney Congard2022-06-301-3/+4
* concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-211-14/+22
* read globals from LLBC JSON into functionsSidney Congard2022-06-081-10/+11
* Use the core_unix package instead of coreSon Ho2022-05-101-1/+1
* Update the extraction to set the fuel to 1 in the Z3 optionsSon Ho2022-05-061-2/+2
* Update the translation so that we use a state only in the functionsSon Ho2022-05-051-14/+14
* Start implementing divergence, can_fail, statefullness analysesSon Ho2022-05-041-0/+3
* Make minor modificationsSon Ho2022-05-041-17/+15
* Fix various issues when using a stateSon Ho2022-05-041-7/+1
* Fix more issuesSon Ho2022-05-041-15/+3
* Fix some issues when using statesSon Ho2022-05-041-1/+3
* Make progress updating the codeSon Ho2022-05-041-17/+39
* Make minor updatesSon Ho2022-04-271-0/+1
* Fix minor issues for the translation of hashmap_on_diskSon Ho2022-03-041-8/+38
* Fix a minor issueSon Ho2022-03-041-6/+9
* Fix minor issues when using the state-error monadSon Ho2022-03-041-5/+44
* Fix minor issues with regards to extraction of opaque typesSon Ho2022-03-041-1/+1
* Fix minor mistakes with regards to extraction of external declarationsSon Ho2022-03-041-4/+8
* Update the code to create missing directories upon exportSon Ho2022-03-041-0/+6
* Change the extension of the serialized files to .llbcSon Ho2022-03-031-1/+1
* Fix minor issuesSon Ho2022-03-031-3/+3
* In fun_id rename the variant Local to RegularSon Ho2022-03-031-4/+4
* Update SymbolicToPure and TranslateSon Ho2022-03-031-88/+122
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-4/+4
* Rename CFIM to LLBCSon Ho2022-03-031-9/+9
* Finish updating Translate and ExtractToFStarSon Ho2022-03-031-3/+2
* 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