summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-1/+1
|
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-031-9/+23
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-4/+6
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-8/+13
|
* Introduce new loop ids in Pure and keep track of the number of loops in a ↵Son Ho2023-02-031-25/+46
| | | | function
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-9/+18
|
* Add a `-use-fuel` optionSon Ho2022-11-141-8/+8
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-2/+7
|
* Make good progress on the Coq backendSon Ho2022-11-141-0/+811