summaryrefslogtreecommitdiff
path: root/src/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho1-2/+2
2022-02-09Make minor modificationsSon Ho1-1/+1
2022-02-09Implement filtering of useless forward functionsSon Ho1-13/+29
2022-02-09Add a check to detect if forward/backward translations are mutuallySon Ho1-1/+10
2022-02-09Add definitions to Primitives.fst and start on improving/fixing theSon Ho1-2/+2
2022-02-08Add type checking utilities for the pure ADTSon Ho1-2/+12
2022-02-04Improve the command line argumentsSon Ho1-6/+5
2022-02-04Make the micro passes config a parameter of Translate.translate_moduleSon Ho1-11/+8
2022-02-04Add generation of unit tests for the synthesized functionsSon Ho1-24/+33
2022-02-04Remove the `open FStar.Mul` line from the generated filesSon Ho1-2/+0
2022-02-04Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho1-1/+1
2022-02-03Make minor modificationsSon Ho1-0/+2
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho1-1/+1
2022-02-03Make more progress on implementing function extractionSon Ho1-1/+1
2022-02-02Implement detection of non-recursive forward/backward functions groups whenSon Ho1-9/+20
2022-02-02Start working on function extractionSon Ho1-6/+30
2022-02-02Make minor modifications to extract mutually recursive typesSon Ho1-5/+19
2022-02-02Improve formatting even moreSon Ho1-0/+3
2022-02-02Make minor improvementsSon Ho1-0/+4