summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+14
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-1/+2
* Add more loop examples and fix issuesSon Ho2023-02-031-1/+1
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-031-23/+35
* Fix another bugSon Ho2023-02-031-4/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+15
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-3/+3
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-7/+20
* Add a `-use-fuel` optionSon Ho2022-11-141-4/+25
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-4/+17
* Update the way function names are handled in PureSon Ho2022-11-101-25/+32
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+1
* Make minor modificationsSon Ho2022-10-281-1/+1
* Move some files to the Charon projectSon Ho2022-10-281-1/+1
* Reorganize Print.mlSon Ho2022-10-271-6/+6
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-2/+2
* Reorganize a bit the projectSon Ho2022-10-271-0/+594