summaryrefslogtreecommitdiff
path: root/compiler/Config.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-141-2/+61
|
* Update Pure.fun_sig_infoSon Ho2023-12-131-0/+4
|
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-1/+17
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-1/+1
|
* Update a commentSon Ho2023-11-271-1/+2
|
* Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-271-4/+4
|
* Reorganize the "Extract" filesSon Ho2023-11-211-0/+27
|
* 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