summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Do more cleanupSon Ho2023-09-031-3/+3
* Add the keep_fwd field in TranslateCore.pure_fun_translationSon Ho2023-09-031-1/+1
* Update TranslateCore.pure_fun_translationSon Ho2023-09-031-1/+1
* Make progress on extracting trait decls and merge gen_ctx and extraction_ctxSon Ho2023-09-031-0/+4
* Register the names for the trait declsSon Ho2023-09-031-8/+70
* Make more progressSon Ho2023-09-031-0/+2
* Make progress on the extractionSon Ho2023-09-031-8/+55
* Make progress on the extractionSon Ho2023-09-031-10/+47
* Improve the collision detectionSon Ho2023-09-031-16/+54
* Make good progress on Extract.mlSon Ho2023-09-011-3/+44
* Make progress on Extract and ExtractBaseSon Ho2023-08-311-11/+22
* Make more progressSon Ho2023-08-021-0/+14
* Make progressSon Ho2023-08-021-0/+23
* Make progressSon Ho2023-08-021-6/+7
* Use short names for the structure fields in LeanSon Ho2023-07-061-14/+54
* Improve the generated commentsSon Ho2023-07-061-5/+33
* Start using namespaces in the Lean backendSon Ho2023-07-051-1/+3
* Reorganize the Lean testsSon Ho2023-07-041-0/+10
* Make good progress on generating code for HOL4Son Ho2023-06-041-2/+20
* Improve the generation of variant names for LeanSon Ho2023-06-041-0/+7
* Handle the "opaque_defs." prefix in a cleaner mannerSon Ho2023-06-041-62/+160
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-041-23/+40
* Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho2023-06-041-10/+8
* All of the generated code is syntactically correctJonathan Protzenko2023-06-041-4/+14
* WIPJonathan Protzenko2023-06-041-1/+3
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-041-0/+46
* Fix a couple bugs here and there, improve Lean code-gen, still WIPJonathan Protzenko2023-06-041-17/+17
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-041-1/+1
* 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 fun...Son Ho2023-02-031-25/+46
* 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