summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement [assume_bounds_for_all_int_vars] to improve the proof experienceSon Ho2023-06-041-80/+145
|
* Start making tests in HOL4Son Ho2023-06-041-0/+825
|
* Add a commentSon Ho2023-06-041-1/+1
|
* Update the flake.lockSon Ho2023-06-041-15/+15
|
* Use dune 3.7 and update the flake.lockSon Ho2023-06-046-51/+73
|
* Add a sanity check in Driver.mlSon Ho2023-06-041-0/+13
|
* Add Result_Inhabited to Primitives.leanSon Ho2023-06-049-0/+27
|
* Start adding Lean to the Nix flakeSon Ho2023-06-043-19/+388
|
* Regenerate the translated files for LeanSon Ho2023-06-0437-4931/+4452
|
* Make more updates for the Lean backendSon Ho2023-06-044-61/+113
|
* Make minor modificationsSon Ho2023-06-042-3/+23
|
* Update Extract.mlSon Ho2023-06-041-15/+35
|
* Update Primitives.leanSon Ho2023-06-041-90/+58
|
* Update Primitives.leanSon Ho2023-06-041-194/+390
|
* Add backends/lean/lakefile.leanSon Ho2023-06-043-0/+39
|
* Make extract_adt_cons call extract_adt_g_valueSon Ho2023-06-041-54/+15
|
* Make a minor modification to flake.nixSon Ho2023-06-041-3/+3
|
* Make a minor fixSon Ho2023-06-045-46/+33
|
* Improve the generation of variant names for LeanSon Ho2023-06-0414-466/+452
|
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-049-317/+127
|
* Start updating simplify_aggregatesSon Ho2023-06-0415-294/+632
|
* Add a special expression for structure creation/updateSon Ho2023-06-049-182/+451
|
* Make minor modifications to the Lean filesSon Ho2023-06-043-15/+14
|
* Don't create useless directories in LeanSon Ho2023-06-041-2/+4
|
* Update the extraction of Lean filesSon Ho2023-06-0444-164/+415
|
* Reorganize the Lean tests and extract the Polonius tests to LeanSon Ho2023-06-0431-8/+2365
|
* Update the Nix flakeSon Ho2023-06-041-30/+51
|
* Remove the symbolic interpreter testsSon Ho2023-06-042-35/+0
|
* Remove the tests/lean/hashmap_on_disk/Main.lean fileSon Ho2023-06-041-10/+0
|
* Generate all the lakefile.lean filesSon Ho2023-06-046-0/+108
|
* Automate the generation of the lakefile.lean filesSon Ho2023-06-043-127/+170
|
* Add a check in Driver.mlSon Ho2023-06-041-0/+12
|
* Handle the "opaque_defs." prefix in a cleaner mannerSon Ho2023-06-043-95/+253
|
* Make minor modificationsSon Ho2023-06-041-41/+89
|
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-045-61/+108
|
* Update the generation of termination and decreases_by templates for LeanSon Ho2023-06-045-65/+76
|
* Add more checks in Driver.mlSon Ho2023-06-042-3/+8
|
* Make minor modifications and regenerate the Lean filesSon Ho2023-06-0421-1489/+1600
|
* Print warnings for the Lean backend and loopsSon Ho2023-06-041-8/+13
|
* WIPJonathan Protzenko2023-06-044-271/+268
|
* More commentsJonathan Protzenko2023-06-043-40/+69
|
* Some proseJonathan Protzenko2023-06-041-40/+45
|
* Idiomatic naming conventionsJonathan Protzenko2023-06-047-319/+350
|
* Improve formatting further by removing useless spacesSon Ho2023-06-046-105/+55
|
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-0425-377/+446
|
* Improve formatting of the termination_by clausesSon Ho2023-06-044-86/+60
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-0438-358/+5661
| | | | test suite
* Rename primitives.lean to Primitives.leanSon Ho2023-06-041-0/+0
|
* Make sure Main runs some codeJonathan Protzenko2023-06-041-2/+7
|
* All of the generated code is syntactically correctJonathan Protzenko2023-06-044-11/+22
|