summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 fun...Son Ho2023-02-031-2/+9
* 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 opt...Son Ho2022-11-101-11/+24
* 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