summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the "Extract" filesSon Ho2023-11-211-15/+4
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-11/+14
|
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-81/+78
|
* Add RegionsHierarchy.mlSon Ho2023-11-131-2/+5
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+6
|
* Make the traits work for CoqSon Ho2023-11-091-6/+16
|
* Make progress on fixing the extraction for LeanSon Ho2023-10-261-18/+3
|
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-0/+1
|
* Fix some issues at extraction and add builtinsSon Ho2023-10-251-4/+6
|
* Filter some type arguments for the builtin types/functionsSon Ho2023-10-241-0/+2
|
* Remove the possibility of generating opaque module signaturesSon Ho2023-10-241-32/+2
|
* 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
|