summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start implementing support for loopsSon Ho2023-02-031-25/+31
|
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-161-4/+26
|
* Automatically generate the Makefile and _CoqProject files in the tests ↵Son Ho2022-11-161-0/+2
| | | | subdirectories
* Add a `-use-fuel` optionSon Ho2022-11-141-21/+152
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-3/+5
|
* Make good progress on the Coq backendSon Ho2022-11-141-7/+21
|
* Fix some issues with the commentsSon Ho2022-11-111-4/+1
|
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-5/+8
|
* Make a minor cleanupSon Ho2022-11-101-3/+15
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-103/+55
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-142/+241
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-101-6/+6
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+13
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-071-3/+3
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-7/+12
|
* Make minor modificationsSon Ho2022-10-281-2/+2
|
* Take care of some TODOsSon Ho2022-10-281-3/+3
|
* Reorganize Print.mlSon Ho2022-10-271-1/+1
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-5/+5
|
* Update the README and a commentSon Ho2022-10-271-2/+3
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+1824