summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for builtin trait implementationsSon Ho2023-10-241-1/+16
* Fix various issues with the builtinsSon Ho2023-10-241-68/+90
* Make progress on handling the builtinsSon Ho2023-10-231-2/+7
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-42/+65
* Start updating to handle function pointersSon Ho2023-10-201-5/+5
* Make minor modificationsSon Ho2023-09-171-4/+1
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-62/+17
* Fix more issues with the extractionSon Ho2023-09-171-7/+33
* Add a strict_names_map in the extraction_ctxSon Ho2023-09-161-0/+14
* Map some globals like u32::MAX to standard definitionsSon Ho2023-09-071-18/+18
* Do more cleanupSon Ho2023-09-031-3/+1
* Add the keep_fwd field in TranslateCore.pure_fun_translationSon Ho2023-09-031-18/+16
* Update TranslateCore.pure_fun_translationSon Ho2023-09-031-21/+19
* Update the type TranslateCore.fun_and_loopsSon Ho2023-09-031-23/+23
* Make progress on extracting trait decls and merge gen_ctx and extraction_ctxSon Ho2023-09-031-93/+70
* Make more progressSon Ho2023-09-031-18/+52
* Make progress on the extractionSon Ho2023-09-031-0/+1
* Make progress on the extractionSon Ho2023-09-031-16/+93
* Start adding support for traitsSon Ho2023-08-311-3/+1
* Update the code following a refactor on Charon's sideSon Ho2023-08-081-4/+7
* Add an option to not override Hashmap.leanSon Ho2023-08-041-2/+1
* Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-041-0/+2
* Make a minor formatting modification for LeanSon Ho2023-08-031-1/+1
* 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