summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make minor modificationsSon Ho2022-04-211-1/+5
* Cleanup and update commentsSon Ho2022-04-215-130/+75
* Improve the generation of names for given back valuesSon Ho2022-04-2115-72/+236
* Work on pretty namesSon Ho2022-04-219-101/+152
* Add commentsSon Ho2022-04-201-0/+7
* Introduce mdplace to link meta information about the given back valuesSon Ho2022-04-208-114/+212
* Improve the generation of pretty names by correctly using theSon Ho2022-04-204-23/+30
* Improve PrintPure.mlSon Ho2022-04-201-6/+7
* Update the evaluation of matches for the cases where the scrutinee is aSon Ho2022-04-202-13/+32
* Fix minor issues for the translation of hashmap_on_diskSon Ho2022-03-042-12/+60
* Make minor modifications to the variable names generationSon Ho2022-03-042-3/+12
* Fix a minor issue with external function declarationsSon Ho2022-03-041-0/+21
* Fix a small issue with PureMicroPasses.get_body_min_var_counterSon Ho2022-03-043-19/+21
* Fix a minor issueSon Ho2022-03-041-6/+9
* Fix minor issues when using the state-error monadSon Ho2022-03-042-7/+85
* Fix minor issues with regards to extraction of opaque typesSon Ho2022-03-042-15/+21
* Fix minor mistakes with regards to extraction of external declarationsSon Ho2022-03-045-45/+68
* Update the code to create missing directories upon exportSon Ho2022-03-042-1/+8
* Change the extension of the serialized files to .llbcSon Ho2022-03-032-2/+2
* Fix minor issuesSon Ho2022-03-032-4/+8
* In fun_id rename the variant Local to RegularSon Ho2022-03-0312-26/+27
* Update SymbolicToPure and TranslateSon Ho2022-03-032-89/+123
* Make good progress on adding support for external and opaqueSon Ho2022-03-0315-354/+475
* Rename CfimOfJson to LlbcOfJsonSon Ho2022-03-034-3/+16
* Rename CFIM to LLBCSon Ho2022-03-0325-74/+74
* Finish updating Translate and ExtractToFStarSon Ho2022-03-032-21/+36
* Make good progress updating TranslateSon Ho2022-03-032-9/+94
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-0311-35/+60
* Cleanup a bitSon Ho2022-03-031-31/+0
* Update the name definition to use path_elemSon Ho2022-03-035-57/+114
* Move the names from Identifiers to NamesSon Ho2022-03-0310-54/+63
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-0329-459/+463
* Update a commentSon Ho2022-03-031-1/+1
* Fix minor issues due to updates in CharonSon Ho2022-02-281-1/+1
* Update the way function names are handledSon Ho2022-02-2416-36/+91
* Finish writing the code which generates the state-error monadSon Ho2022-02-243-1/+40
* Start working on generating code which uses a state-error monadSon Ho2022-02-236-36/+154
* Add an option to control the translation to error monad or state-errorSon Ho2022-02-232-5/+16
* Add the `State` assumed type in Pure.mlSon Ho2022-02-235-9/+35
* Make a minor modificationSon Ho2022-02-231-2/+3
* Improve variable name generationSon Ho2022-02-231-3/+15
* Add a commentSon Ho2022-02-231-1/+18
* Inline more let-bindings and improve formattingSon Ho2022-02-232-16/+46
* Improve the code generation by inlining more let-bindingsSon Ho2022-02-232-38/+114
* Improve pretty-printing of environments by filtering and grouping valuesSon Ho2022-02-233-4/+68
* Add commentsSon Ho2022-02-231-0/+2
* Update some commentsSon Ho2022-02-221-21/+8
* Make the interpreter pop the frame after executing a function body (forSon Ho2022-02-222-12/+15
* Add support for "fused" match branchesSon Ho2022-02-224-9/+26
* Print the generated file headers with Printf rather than the formatterSon Ho2022-02-101-32/+19