summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-08Update the code following a refactor on Charon's sideSon Ho1-4/+7
2023-08-04Add an option to not override Hashmap.leanSon Ho1-2/+1
2023-08-04Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho1-0/+2
2023-08-03Make a minor formatting modification for LeanSon Ho1-1/+1
2023-07-06Use short names for the structure fields in LeanSon Ho1-0/+1
2023-07-06Improve the generated commentsSon Ho1-0/+4
2023-07-05Start using namespaces in the Lean backendSon Ho1-28/+52
2023-07-04Fix minor issuesSon Ho1-51/+115
2023-07-04Reorganize the Lean testsSon Ho1-35/+35
2023-06-04Make progress on the HOL4 backendSon Ho1-29/+46
2023-06-04Make progress on extracting the HOL4 filesSon Ho1-1/+1
2023-06-04Make good progress on generating code for HOL4Son Ho1-190/+276
2023-06-04Make more updates for the Lean backendSon Ho1-12/+16
2023-06-04Make minor modificationsSon Ho1-2/+14
2023-06-04Improve the generation of variant names for LeanSon Ho1-1/+5
2023-06-04Add a special expression for structure creation/updateSon Ho1-1/+9
2023-06-04Don't create useless directories in LeanSon Ho1-2/+4
2023-06-04Update the extraction of Lean filesSon Ho1-11/+23
2023-06-04Automate the generation of the lakefile.lean filesSon Ho1-119/+166
2023-06-04Handle the "opaque_defs." prefix in a cleaner mannerSon Ho1-2/+23
2023-06-04Consistently use the names TerminationMeasure and DecreasesProofSon Ho1-4/+6
2023-06-04Update the generation of termination and decreases_by templates for LeanSon Ho1-5/+9
2023-06-04More commentsJonathan Protzenko1-0/+8
2023-06-04Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho1-43/+60
2023-06-04WIPJonathan Protzenko1-2/+19
2023-06-04Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko1-1/+4
2023-06-04WIP lots of stuffJonathan Protzenko1-3/+11
2023-06-04New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko1-25/+37
2023-06-04Initial Lean backend, WIPJonathan Protzenko1-22/+34
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho1-13/+13
2023-02-03Fix an issue with the names of the loop decreases clausesSon Ho1-0/+10
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-0/+1
2023-02-03Fix an issue in translate_forward_endSon Ho1-0/+1
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-27/+58
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-0/+32
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-3/+1
2023-02-03Compute the SCCs of the functions to extract in Translate.mlSon Ho1-61/+91
2023-02-03Reorganize Translate.mlSon Ho1-165/+183
2023-02-03Add an SCC.ml file for strongly connected componentsSon Ho1-0/+2
2022-11-16Change the name of the generated Coq modulesSon Ho1-1/+1
2022-11-16Improve formattingSon Ho1-4/+4
2022-11-14Add a `-use-fuel` optionSon Ho1-1/+7
2022-11-14Make good progress on the Coq backendSon Ho1-73/+151
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-23/+23
2022-11-11Make a minor modificationSon Ho1-1/+1
2022-11-11Move the fstar files to the new backends directorySon Ho1-1/+1
2022-11-11Add a `bin` folderSon Ho1-3/+5
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-41/+21
2022-11-10Make a minor cleanupSon Ho1-16/+4
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-117/+34