summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-041-9/+34
|
* More cosmetic improvementsJonathan Protzenko2023-06-041-12/+20
|
* Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2023-06-041-9/+30
|
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-041-12/+11
|
* Write a tactic to discharge integer literal proof obligationsJonathan Protzenko2023-06-041-1/+1
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-91/+197
|
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-031-3/+4
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-11/+18
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+3
|
* Introduce new loop ids in Pure and keep track of the number of loops in a ↵Son Ho2023-02-031-3/+4
| | | | function
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-4/+10
|
* Generate record field projectors for CoqSon Ho2022-11-161-71/+228
|
* Improve formattingSon Ho2022-11-161-95/+116
|
* Make minor modifications to the extractionSon Ho2022-11-161-4/+13
|
* Extract the Polonius examples in CoqSon Ho2022-11-141-13/+16
|
* Add a `-use-fuel` optionSon Ho2022-11-141-7/+22
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-1/+12
|
* Improve the formatting of [if then else] expressionsSon Ho2022-11-141-15/+24
|
* Improve the formatting of the generated codeSon Ho2022-11-141-33/+47
|
* Make good progress on the Coq backendSon Ho2022-11-141-0/+2001