summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a `-use-fuel` optionSon Ho2022-11-141-1/+7
* Make good progress on the Coq backendSon Ho2022-11-141-73/+151
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-23/+23
* Make a minor modificationSon Ho2022-11-111-1/+1
* Move the fstar files to the new backends directorySon Ho2022-11-111-1/+1
* Add a `bin` folderSon Ho2022-11-111-3/+5
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-41/+21
* Make a minor cleanupSon Ho2022-11-101-16/+4
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-117/+34
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-12/+51
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-4/+7
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-7/+6
* Make minor updates to account for Charon's changesSon Ho2022-10-281-10/+10
* Reorganize a bit the projectSon Ho2022-10-271-0/+871