summaryrefslogtreecommitdiff
path: root/compiler/Config.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-03Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho1-1/+1
2023-02-03Make progress on the fixed point computationSon Ho1-1/+1
2023-02-03Start implementing support for loopsSon Ho1-3/+15
2022-11-16Generate record field projectors for CoqSon Ho1-5/+3
2022-11-14Add a `-use-fuel` optionSon Ho1-1/+5
2022-11-14Implement a pass to decompose nested patterns in let-bindingsSon Ho1-2/+19
2022-11-14Make good progress on the Coq backendSon Ho1-3/+64
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-2/+3
2022-11-11Fix some issues with the commentsSon Ho1-7/+7
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-0/+192