summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 t...Son Ho2023-06-0438-358/+5661
* 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
* WIPJonathan Protzenko2023-06-0410-71/+286
* Fix runaway indentationJonathan Protzenko2023-06-042-455/+444
* Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko2023-06-044-16/+69
* Remove last sorry in PrimitivesJonathan Protzenko2023-06-042-14/+107
* Fill out Primitives.leanJonathan Protzenko2023-06-042-10/+110
* Don't need extra variables for the decreases clausesJonathan Protzenko2023-06-042-14/+24
* WIP printing proper clausesJonathan Protzenko2023-06-042-38/+107
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-046-465/+697
* WIP lots of stuffJonathan Protzenko2023-06-048-56/+150