summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 fun...Son Ho2023-02-031-3/+4
* 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