summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-21Make minor modificationsSon Ho1-1/+5
2022-04-21Cleanup and update commentsSon Ho5-130/+75
2022-04-21Improve the generation of names for given back valuesSon Ho15-72/+236
2022-04-21Work on pretty namesSon Ho9-101/+152
2022-04-20Add commentsSon Ho1-0/+7
2022-04-20Introduce mdplace to link meta information about the given back valuesSon Ho8-114/+212
2022-04-20Improve the generation of pretty names by correctly using theSon Ho4-23/+30
2022-04-20Improve PrintPure.mlSon Ho1-6/+7
2022-04-20Update the evaluation of matches for the cases where the scrutinee is aSon Ho2-13/+32
2022-03-04Fix minor issues for the translation of hashmap_on_diskSon Ho2-12/+60
2022-03-04Make minor modifications to the variable names generationSon Ho2-3/+12
2022-03-04Fix a minor issue with external function declarationsSon Ho1-0/+21
2022-03-04Fix a small issue with PureMicroPasses.get_body_min_var_counterSon Ho3-19/+21
2022-03-04Fix a minor issueSon Ho1-6/+9
2022-03-04Fix minor issues when using the state-error monadSon Ho2-7/+85
2022-03-04Fix minor issues with regards to extraction of opaque typesSon Ho2-15/+21
2022-03-04Fix minor mistakes with regards to extraction of external declarationsSon Ho5-45/+68
2022-03-04Update the code to create missing directories upon exportSon Ho2-1/+8
2022-03-03Change the extension of the serialized files to .llbcSon Ho2-2/+2
2022-03-03Fix minor issuesSon Ho2-4/+8
2022-03-03In fun_id rename the variant Local to RegularSon Ho12-26/+27
2022-03-03Update SymbolicToPure and TranslateSon Ho2-89/+123
2022-03-03Make good progress on adding support for external and opaqueSon Ho15-354/+475
2022-03-03Rename CfimOfJson to LlbcOfJsonSon Ho4-3/+16
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