summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve formatting of the termination_by clausesSon Ho2023-06-041-2/+8
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-043-177/+203
| | | | test suite
* All of the generated code is syntactically correctJonathan Protzenko2023-06-042-8/+19
|
* WIPJonathan Protzenko2023-06-043-5/+30
|
* Fix runaway indentationJonathan Protzenko2023-06-041-4/+4
|
* Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko2023-06-041-10/+15
|
* Don't need extra variables for the decreases clausesJonathan Protzenko2023-06-041-3/+9
|
* WIP printing proper clausesJonathan Protzenko2023-06-041-3/+58
|
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-043-16/+186
|
* WIP lots of stuffJonathan Protzenko2023-06-043-27/+47
|
* Fix a syntax errorJonathan Protzenko2023-06-041-2/+6
|
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-042-20/+45
|
* More cosmetic improvementsJonathan Protzenko2023-06-041-12/+20
|
* Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2023-06-042-26/+47
|
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-043-38/+49
|
* Write a tactic to discharge integer literal proof obligationsJonathan Protzenko2023-06-041-1/+1
|
* Facilitate development by having a local Makefile invoke duneJonathan Protzenko2023-06-042-0/+4
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-047-118/+240
|
* Do not unfold the monadic lets for the generated F* codeSon Ho2023-02-031-2/+3
|
* Improve the pretty names generation for loopsSon Ho2023-02-034-16/+59
|
* Add a commentSon Ho2023-02-031-0/+33
|
* Split InterpreterLoops into several filesSon Ho2023-02-0312-4098/+4329
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-037-48/+377
|
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-033-12/+37
|