summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Son Ho2023-02-031-3/+3
| | | | function
* 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