summaryrefslogtreecommitdiff
path: root/compiler/Config.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modify some options and update the MakefileSon Ho2023-11-091-2/+2
* Fix a small issue in AssociatedTypesSon Ho2023-11-091-3/+3
* Remove the possibility of generating opaque module signaturesSon Ho2023-10-241-7/+0
* Make progress on the extractionSon Ho2023-09-141-0/+4
* Fix more issuesSon Ho2023-09-131-0/+8
* Make progress on Extract and ExtractBaseSon Ho2023-08-311-0/+8
* Add an option to not override Hashmap.leanSon Ho2023-08-041-0/+8
* Use short names for the structure fields in LeanSon Ho2023-07-061-0/+11
* Start using namespaces in the Lean backendSon Ho2023-07-051-0/+7
* Reorganize the Lean testsSon Ho2023-07-041-0/+5
* Make good progress on generating code for HOL4Son Ho2023-06-041-2/+3
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+0
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-041-7/+16
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-3/+3
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-1/+1
* Make progress on the fixed point computationSon Ho2023-02-031-1/+1
* Start implementing support for loopsSon Ho2023-02-031-3/+15
* Generate record field projectors for CoqSon Ho2022-11-161-5/+3
* Add a `-use-fuel` optionSon Ho2022-11-141-1/+5
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-141-2/+19
* Make good progress on the Coq backendSon Ho2022-11-141-3/+64
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-2/+3
* Fix some issues with the commentsSon Ho2022-11-111-7/+7
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-0/+192