summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup one primitive that is not assumed to be monadicJonathan Protzenko2023-06-042-8/+8
* Fix a syntax errorJonathan Protzenko2023-06-042-12/+11
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-043-42/+116
* More cosmetic improvementsJonathan Protzenko2023-06-044-101/+106
* Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2023-06-045-292/+358
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-0413-177/+197
* Write a tactic to discharge integer literal proof obligationsJonathan Protzenko2023-06-044-13/+51
* Add a sample test to illustrate potential project structureJonathan Protzenko2023-06-049-0/+751
* Facilitate development by having a local Makefile invoke duneJonathan Protzenko2023-06-042-0/+4
* Initial Lean backend, WIPJonathan Protzenko2023-06-0410-122/+406
* Merge pull request #16 from dconnolly/patch-1Son HO2023-03-311-4/+3
|\
| * Update README about Coq backend supportDeirdre Connolly2023-03-301-4/+3
|/
* Update the Nix flakeSon Ho2023-02-031-9/+9
* Do not unfold the monadic lets for the generated F* codeSon Ho2023-02-0317-3635/+1673
* Update the Nix flakeSon Ho2023-02-031-3/+3
* Update the Nix flakeSon Ho2023-02-031-15/+15
* Update the hashmap and regenerateSon Ho2023-02-039-62/+37
* Improve the pretty names generation for loopsSon Ho2023-02-0310-63/+106
* Make modifications to the MakefilesSon Ho2023-02-033-7/+27
* Update the nix flakesSon Ho2023-02-032-37/+55
* 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-0311-79/+399
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-0313-154/+186
* Improve the order of the loop input parametersSon Ho2023-02-0315-64/+103
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-0314-382/+451
* Add a comment for PrePasses.remove_shallow_borrowsSon Ho2023-02-031-2/+87
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-035-85/+66
* Regenerate the hashmap code and update the proofsSon Ho2023-02-0310-380/+681
* Fix a minor issueSon Ho2023-02-031-1/+6
* Implement a pass to filter shallow borrowsSon Ho2023-02-033-7/+85
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-0314-40/+451
* Fix the comments for ocamldocSon Ho2023-02-038-10/+11
* Fix an issue with the translation of loops::clearSon Ho2023-02-035-44/+78