summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use short names for the structure fields in LeanSon Ho2023-07-061-0/+1
* Improve the generated commentsSon Ho2023-07-061-0/+4
* Start using namespaces in the Lean backendSon Ho2023-07-051-28/+52
* Fix minor issuesSon Ho2023-07-041-51/+115
* Reorganize the Lean testsSon Ho2023-07-041-35/+35
* Make progress on the HOL4 backendSon Ho2023-06-041-29/+46
* Make progress on extracting the HOL4 filesSon Ho2023-06-041-1/+1
* Make good progress on generating code for HOL4Son Ho2023-06-041-190/+276
* Make more updates for the Lean backendSon Ho2023-06-041-12/+16
* Make minor modificationsSon Ho2023-06-041-2/+14
* Improve the generation of variant names for LeanSon Ho2023-06-041-1/+5
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+9
* Don't create useless directories in LeanSon Ho2023-06-041-2/+4
* Update the extraction of Lean filesSon Ho2023-06-041-11/+23
* Automate the generation of the lakefile.lean filesSon Ho2023-06-041-119/+166
* Handle the "opaque_defs." prefix in a cleaner mannerSon Ho2023-06-041-2/+23
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-041-4/+6
* Update the generation of termination and decreases_by templates for LeanSon Ho2023-06-041-5/+9
* More commentsJonathan Protzenko2023-06-041-0/+8
* Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho2023-06-041-43/+60
* WIPJonathan Protzenko2023-06-041-2/+19
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-041-1/+4
* WIP lots of stuffJonathan Protzenko2023-06-041-3/+11
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-041-25/+37
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-22/+34
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-13/+13
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-031-0/+10
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+1
* Fix an issue in translate_forward_endSon Ho2023-02-031-0/+1
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-27/+58
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-0/+32
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-3/+1
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-61/+91
* Reorganize Translate.mlSon Ho2023-02-031-165/+183
* Add an SCC.ml file for strongly connected componentsSon Ho2023-02-031-0/+2
* Change the name of the generated Coq modulesSon Ho2022-11-161-1/+1
* Improve formattingSon Ho2022-11-161-4/+4
* 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