summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make more progress propagating the changesSon Ho2022-04-295-112/+151
|
* Add ConstStrings.mlSon Ho2022-04-291-0/+7
|
* Make progress on PureMicroPassesSon Ho2022-04-292-169/+143
|
* Make good progress updating the codeSon Ho2022-04-294-155/+186
|
* Merge the rvalues with the expressionsSon Ho2022-04-295-371/+497
|
* Make minor modificationsSon Ho2022-04-272-3/+73
|
* Make a minor modificationSon Ho2022-04-271-1/+3
|
* Fix a minor issueSon Ho2022-04-271-1/+2
|
* Fix various bugs when extracting with a state monadSon Ho2022-04-275-52/+146
|
* Make minor modificationsSon Ho2022-04-271-4/+5
|
* Update formattingSon Ho2022-04-271-12/+6
|
* Make minor modifications to formattingSon Ho2022-04-271-37/+35
|
* Fix the filtering of useless backward functionsSon Ho2022-04-271-1/+6
|
* Make minor updatesSon Ho2022-04-272-1/+1
|
* Update ExtractToFStarSon Ho2022-04-272-138/+209
|
* Make more progressSon Ho2022-04-272-14/+42
|
* Make progress on the updatesSon Ho2022-04-261-54/+11
|
* Introduce the Abs expression and continue updating the codeSon Ho2022-04-2610-194/+249
|
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-2610-124/+218
|
* 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
| | | | to the information about the input arguments
* Improve the generation of pretty names by correctly using theSon Ho2022-04-204-23/+30
| | | | left constraints
* 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
| | | | shared loan
* 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
| | | | declarations
* 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
|