summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-1/+1
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-0/+4
* Add span information to the generated codeSon Ho2023-11-211-2/+4
* Add an `is_local` field to declarationsSon Ho2023-11-211-0/+2
* Use the name matcher implemented in CharonSon Ho2023-11-201-1/+1
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-3/+5
* Prefix variants related to types with "T"Son Ho2023-11-121-29/+29
* Rename some variantsSon Ho2023-11-121-1/+1
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-28/+28
* Progress on making the traits work for F*Son Ho2023-11-091-0/+35
* Make progress on correctly extracting trait method callsSon Ho2023-09-171-0/+17
* Start adding support for traitsSon Ho2023-08-311-44/+88
* Add tests which use const generics as valuesSon Ho2023-08-181-0/+3
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
* Make progress proapagating the changesSon Ho2023-08-021-37/+55
* Start adding support for const genericsSon Ho2023-08-011-5/+3
* 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