summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a special expression for structure creation/updateSon Ho2023-06-041-10/+91
|
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-041-11/+11
|
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+1
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-1/+5
|
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-2/+9
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+3
|
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
|
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-0/+1
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-1/+4
|
* Fix some bugsSon Ho2023-02-031-2/+36
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-1/+1
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+34
|
* Introduce new loop ids in Pure and keep track of the number of loops in a ↵Son Ho2023-02-031-2/+9
| | | | function
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-1/+6
|
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-161-0/+2
|
* Add a `-use-fuel` optionSon Ho2022-11-141-5/+23
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-2/+5
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-1/+1
|
* Fix some issues with the commentsSon Ho2022-11-111-4/+4
|
* Make a minor cleanupSon Ho2022-11-101-14/+19
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-11/+24
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-101-13/+21
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-2/+5
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-2/+2
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-18/+18
|
* Move some files to the Charon projectSon Ho2022-10-281-3/+3
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-9/+13
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+581