summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a `-use-fuel` optionSon Ho2022-11-141-4/+12
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-5/+27
* Improve the formatting of the generated codeSon Ho2022-11-141-0/+9
* Make good progress on the Coq backendSon Ho2022-11-141-2/+2
* 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 the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-0/+6
* Update the way function names are handled in PureSon Ho2022-11-101-16/+19
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+4
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-1/+1
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
* Reformat the codeSon Ho2022-10-271-1/+2
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-5/+5
* Reorganize a bit the projectSon Ho2022-10-271-0/+450