summaryrefslogtreecommitdiff
path: root/compiler/Config.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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