summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make progress on extracting the HOL4 filesSon Ho2023-06-041-0/+24
* Make good progress on generating code for HOL4Son Ho2023-06-041-1/+1
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+1
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-041-2/+7
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-7/+19
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-0/+6
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-0/+5
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-0/+36
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-0/+15
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-1/+1
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+6
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-49/+0
* 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