summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make progress on the HOL4 backendSon Ho2023-06-041-10/+34
|
* Make progress on extracting the HOL4 filesSon Ho2023-06-041-15/+78
|
* Make the unfolding theorems collection from evalLib persistentSon Ho2023-06-041-9/+13
|
* Make good progress on generating code for HOL4Son Ho2023-06-041-291/+906
|
* Make more updates for the Lean backendSon Ho2023-06-041-14/+27
|
* Make minor modificationsSon Ho2023-06-041-1/+9
|
* Update Extract.mlSon Ho2023-06-041-15/+35
|
* Make extract_adt_cons call extract_adt_g_valueSon Ho2023-06-041-54/+15
|
* Make a minor fixSon Ho2023-06-041-7/+1
|
* Improve the generation of variant names for LeanSon Ho2023-06-041-14/+21
|
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-041-1/+7
|
* Add a special expression for structure creation/updateSon Ho2023-06-041-51/+54
|
* Update the extraction of Lean filesSon Ho2023-06-041-14/+28
|
* Reorganize the Lean tests and extract the Polonius tests to LeanSon Ho2023-06-041-1/+1
|
* Handle the "opaque_defs." prefix in a cleaner mannerSon Ho2023-06-041-31/+70
|
* Make minor modificationsSon Ho2023-06-041-41/+89
|
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-041-16/+33
|
* Update the generation of termination and decreases_by templates for LeanSon Ho2023-06-041-23/+30
|
* WIPJonathan Protzenko2023-06-041-3/+6
|
* Idiomatic naming conventionsJonathan Protzenko2023-06-041-2/+7
|
* Improve formatting further by removing useless spacesSon Ho2023-06-041-15/+22
|
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-041-41/+48
|
* Improve formatting of the termination_by clausesSon Ho2023-06-041-2/+8
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-041-124/+135
| | | | test suite
* All of the generated code is syntactically correctJonathan Protzenko2023-06-041-4/+5
|
* WIPJonathan Protzenko2023-06-041-2/+8
|
* Fix runaway indentationJonathan Protzenko2023-06-041-4/+4
|
* Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko2023-06-041-10/+15
|
* Don't need extra variables for the decreases clausesJonathan Protzenko2023-06-041-3/+9
|
* WIP printing proper clausesJonathan Protzenko2023-06-041-3/+58
|
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-041-15/+136
|
* WIP lots of stuffJonathan Protzenko2023-06-041-9/+17
|
* Fix a syntax errorJonathan Protzenko2023-06-041-2/+6
|
* 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
|