summaryrefslogtreecommitdiff
path: root/src/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-22Update the name registration for globalsSon Ho1-3/+8
2022-09-22Make minor cleanupSon Ho1-28/+31
2022-09-22Update src/Translate.mlSon HO1-1/+1
2022-08-08Register global names, one error remainingSidney Congard1-1/+5
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-4/+17
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-9/+12
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-3/+4
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-14/+22
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-10/+11
2022-05-10Use the core_unix package instead of coreSon Ho1-1/+1
2022-05-06Update the extraction to set the fuel to 1 in the Z3 optionsSon Ho1-2/+2
2022-05-05Update the translation so that we use a state only in the functionsSon Ho1-14/+14
2022-05-04Start implementing divergence, can_fail, statefullness analysesSon Ho1-0/+3
2022-05-04Make minor modificationsSon Ho1-17/+15
2022-05-04Fix various issues when using a stateSon Ho1-7/+1
2022-05-04Fix more issuesSon Ho1-15/+3
2022-05-04Fix some issues when using statesSon Ho1-1/+3
2022-05-04Make progress updating the codeSon Ho1-17/+39
2022-04-27Make minor updatesSon Ho1-0/+1
2022-03-04Fix minor issues for the translation of hashmap_on_diskSon Ho1-8/+38
2022-03-04Fix a minor issueSon Ho1-6/+9
2022-03-04Fix minor issues when using the state-error monadSon Ho1-5/+44
2022-03-04Fix minor issues with regards to extraction of opaque typesSon Ho1-1/+1
2022-03-04Fix minor mistakes with regards to extraction of external declarationsSon Ho1-4/+8
2022-03-04Update the code to create missing directories upon exportSon Ho1-0/+6
2022-03-03Change the extension of the serialized files to .llbcSon Ho1-1/+1
2022-03-03Fix minor issuesSon Ho1-3/+3
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-4/+4
2022-03-03Update SymbolicToPure and TranslateSon Ho1-88/+122
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-4/+4
2022-03-03Rename CFIM to LLBCSon Ho1-9/+9
2022-03-03Finish updating Translate and ExtractToFStarSon Ho1-3/+2
2022-03-03Make good progress updating TranslateSon Ho1-6/+87
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-43/+43
2022-02-24Update the way function names are handledSon Ho1-2/+4
2022-02-23Start working on generating code which uses a state-error monadSon Ho1-6/+0
2022-02-23Add an option to control the translation to error monad or state-errorSon Ho1-1/+7
2022-02-10Print the generated file headers with Printf rather than the formatterSon Ho1-32/+19
2022-02-09Cleanup a bitSon Ho1-21/+23
2022-02-09Make a minor modificationSon Ho1-1/+1
2022-02-09Implement extration to different filesSon Ho1-41/+121
2022-02-09Implement generation of template decrease clausesSon Ho1-0/+9
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho1-7/+19
2022-02-09Start implementing selection of the extracted definitionsSon Ho1-37/+49
2022-02-09Add more command line arguments for the decrease clausesSon Ho1-0/+10
2022-02-09Start working on making the extraction more modular in order to generateSon Ho1-85/+120
2022-02-09Add logging informationSon Ho1-4/+9
2022-02-09Start working on the generation of decrease clausesSon Ho1-1/+16
2022-02-09Introduce a translation config in Translate.mlSon Ho1-14/+19
2022-02-09Make minor improvements to the generated filesSon Ho1-2/+5