summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issuesSon Ho2023-08-0310-57/+139
|
* Make minor modificationsSon Ho2023-08-023-16/+29
|
* Add the function signatures in Assumed.mlSon Ho2023-08-021-0/+143
|
* Make more progressSon Ho2023-08-022-75/+186
|
* Make progressSon Ho2023-08-025-53/+80
|
* Make progressSon Ho2023-08-0214-76/+178
|
* Make progressSon Ho2023-08-027-164/+232
|
* Make progress proapagating the changesSon Ho2023-08-0225-273/+407
|
* Start adding support for const genericsSon Ho2023-08-0111-226/+246
|
* Make the `by inlit` implicitSon Ho2023-07-121-1/+1
|
* Use short names for the structure fields in LeanSon Ho2023-07-065-19/+78
|
* Improve the generated commentsSon Ho2023-07-063-24/+102
|
* Simplify the names used in Primitives.leanSon Ho2023-07-051-16/+33
|
* Simplify the generated names for the types in LeanSon Ho2023-07-051-5/+12
|
* Start using namespaces in the Lean backendSon Ho2023-07-055-45/+84
|
* Fix minor issuesSon Ho2023-07-042-55/+125
|
* Fix some issues with the extraction to LeanSon Ho2023-07-041-48/+86
|
* Reorganize the Lean testsSon Ho2023-07-045-43/+62
|
* Make progress on the HOL4 backendSon Ho2023-06-042-39/+80
|
* Make progress on extracting the HOL4 filesSon Ho2023-06-043-16/+103
|
* Make the unfolding theorems collection from evalLib persistentSon Ho2023-06-041-9/+13
|
* Make good progress on generating code for HOL4Son Ho2023-06-048-487/+1217
|
* Use dune 3.7 and update the flake.lockSon Ho2023-06-043-5/+5
|
* Add a sanity check in Driver.mlSon Ho2023-06-041-0/+13
|
* Make more updates for the Lean backendSon Ho2023-06-042-26/+43
|
* Make minor modificationsSon Ho2023-06-042-3/+23
|
* Update Extract.mlSon Ho2023-06-041-15/+35
|
* Make extract_adt_cons call extract_adt_g_valueSon Ho2023-06-041-54/+15
|
* Make a minor fixSon Ho2023-06-041-7/+1
|
* Improve the generation of variant names for LeanSon Ho2023-06-043-15/+33
|
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-042-3/+48
|
* Start updating simplify_aggregatesSon Ho2023-06-041-2/+43
|
* Add a special expression for structure creation/updateSon Ho2023-06-049-182/+451
|
* Don't create useless directories in LeanSon Ho2023-06-041-2/+4
|
* Update the extraction of Lean filesSon Ho2023-06-042-25/+51
|
* Reorganize the Lean tests and extract the Polonius tests to LeanSon Ho2023-06-041-1/+1
|
* Remove the symbolic interpreter testsSon Ho2023-06-042-35/+0
|
* Automate the generation of the lakefile.lean filesSon Ho2023-06-042-120/+167
|
* 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-042-28/+39
|
* Add more checks in Driver.mlSon Ho2023-06-042-3/+8
|
* Print warnings for the Lean backend and loopsSon Ho2023-06-041-8/+13
|
* WIPJonathan Protzenko2023-06-041-3/+6
|
* More commentsJonathan Protzenko2023-06-041-0/+8
|
* Idiomatic naming conventionsJonathan Protzenko2023-06-041-2/+7
|
* Improve formatting further by removing useless spacesSon Ho2023-06-041-15/+22
|
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-042-43/+55
|