summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-4/+17
|
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-141-30/+140
|
* Make good progress on the Coq backendSon Ho2022-11-141-0/+1
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-1/+1
|
* Fix some issues with the commentsSon Ho2022-11-111-1/+1
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-74/+15
|
* Update the way function names are handled in PureSon Ho2022-11-101-16/+17
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
|
* Take care of some TODOsSon Ho2022-10-281-1/+1
|
* Move some files to the Charon projectSon Ho2022-10-281-13/+13
|
* Fix some comment referencesSon Ho2022-10-271-1/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+1375