summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-03Rename CFIM to LLBCSon Ho25-74/+74
2022-03-03Finish updating Translate and ExtractToFStarSon Ho2-21/+36
2022-03-03Make good progress updating TranslateSon Ho2-9/+94
2022-03-03Add an Opaque variant to type_decl_kind and start updating the codeSon Ho11-35/+60
2022-03-03Cleanup a bitSon Ho1-31/+0
2022-03-03Update the name definition to use path_elemSon Ho5-57/+114
2022-03-03Move the names from Identifiers to NamesSon Ho10-54/+63
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho29-459/+463
2022-03-03Update a commentSon Ho1-1/+1
2022-02-28Fix minor issues due to updates in CharonSon Ho1-1/+1
2022-02-24Update the way function names are handledSon Ho16-36/+91
2022-02-24Finish writing the code which generates the state-error monadSon Ho3-1/+40
2022-02-23Start working on generating code which uses a state-error monadSon Ho6-36/+154
2022-02-23Add an option to control the translation to error monad or state-errorSon Ho2-5/+16
2022-02-23Add the `State` assumed type in Pure.mlSon Ho5-9/+35
2022-02-23Make a minor modificationSon Ho1-2/+3
2022-02-23Improve variable name generationSon Ho1-3/+15
2022-02-23Add a commentSon Ho1-1/+18
2022-02-23Inline more let-bindings and improve formattingSon Ho2-16/+46
2022-02-23Improve the code generation by inlining more let-bindingsSon Ho2-38/+114
2022-02-23Improve pretty-printing of environments by filtering and grouping valuesSon Ho3-4/+68
2022-02-23Add commentsSon Ho1-0/+2
2022-02-22Update some commentsSon Ho1-21/+8
2022-02-22Make the interpreter pop the frame after executing a function body (forSon Ho2-12/+15
2022-02-22Add support for "fused" match branchesSon Ho4-9/+26
2022-02-10Print the generated file headers with Printf rather than the formatterSon Ho1-32/+19
2022-02-10Make more improvements to formattingSon Ho1-6/+18
2022-02-10Make more improvements to formattingSon Ho1-12/+14
2022-02-10Make slight improvements to formattingSon Ho1-2/+2
2022-02-10Improve slightly more the formattingSon Ho1-3/+6
2022-02-10Slightly improve formattingSon Ho1-1/+9
2022-02-10Add an option to deactivate the invariant checksSon Ho1-6/+10
2022-02-10Make minor updates to deserializationSon Ho3-13/+22
2022-02-09Add a commentSon Ho1-1/+2
2022-02-09Make minor modifications and cleanupSon Ho2-3/+9
2022-02-09Add a commentSon Ho1-0/+1
2022-02-09Cleanup a bitSon Ho4-84/+57
2022-02-09Make a minor modificationSon Ho1-1/+1
2022-02-09Implement extration to different filesSon Ho2-41/+127
2022-02-09Implement generation of template decrease clausesSon Ho2-5/+108
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho5-20/+93
2022-02-09Start implementing selection of the extracted definitionsSon Ho1-37/+49
2022-02-09Add more command line arguments for the decrease clausesSon Ho2-0/+26
2022-02-09Start working on making the extraction more modular in order to generateSon Ho1-85/+120
2022-02-09Add logging informationSon Ho2-20/+26
2022-02-09Start working on the generation of decrease clausesSon Ho3-2/+63
2022-02-09Introduce a translation config in Translate.mlSon Ho2-19/+30
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 Ho3-45/+34
2022-02-09Make minor modifications in InterpreterStatementsSon Ho1-4/+11