summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename meta into spanAymeric Fromherz2024-05-241-214/+214
* Rename span into raw_spanAymeric Fromherz2024-05-241-7/+7
* Start adding integer functions to the Lean librarySon Ho2024-04-121-4/+9
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-2/+16
|\
| * Cleanup a bit and improve the error messagesSon Ho2024-04-071-1/+2
| * resolved commentsEscherichia2024-04-051-91/+93
| * error catching should now be able to tell when code couldn't be generatedEscherichia2024-04-051-89/+92
| * added extract_ty_errors and extract_texpression_errors to deal with the error...Escherichia2024-04-031-2/+2
| * added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+8
* | Update the extractionSon Ho2024-04-041-3/+3
|/
* Cleanup and fix a mistakeSon Ho2024-03-291-7/+5
* Add some missing error messagesSon Ho2024-03-291-5/+2
* Improve the error messagesSon Ho2024-03-291-1/+4
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-4/+11
* added file and line arg to craise and cassertEscherichia2024-03-291-25/+25
* formattingEscherichia2024-03-281-111/+185
* changes after git rebase mainEscherichia2024-03-281-6/+8
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-19/+18
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-2/+2
* changes to extract_ty and related functions to use the right metaEscherichia2024-03-281-29/+29
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-2/+2
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-183/+187
* Update extract_trait_implSon Ho2024-03-181-7/+23
* Fix the extraction of trait constantsSon Ho2024-03-181-3/+5
* Make good progress on adding generics to global constantsSon Ho2024-03-181-24/+83
* Update following changes in CharonSon Ho2024-03-171-5/+1
* Update the generation of namesSon Ho2024-03-111-2/+2
* Update the name generation and add CLI to print external pat namesSon Ho2024-03-101-16/+44
* Make progress on propagating the changesSon Ho2024-03-081-287/+157
* Update the code generated for tuple projectorsSon Ho2024-03-081-18/+39
* Fix tuple indexing for Lean backendZyad Hassan2024-03-081-4/+33
* Update the generation of constant bodies for LeanSon Ho2024-03-081-2/+1
* Start fixing the testsSon Ho2024-02-021-1/+1
* Fix an issue when deconstructing tuples in CoqSon Ho2023-12-231-2/+8
* Annotate the bound vars in the lambdas for CoqSon Ho2023-12-221-20/+36
* Fix a minor extraction issueSon Ho2023-12-221-1/+1
* Slightly update the formatting of the do blocksSon Ho2023-12-221-24/+26
* Update the formatting of commentsSon Ho2023-12-211-8/+6
* Remove some asserts which are now uselessSon Ho2023-12-211-4/+0
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-1/+3
* Do not register the names of the back funs if they are merged with the fwd funsSon Ho2023-12-181-3/+8
* Make progress on propagating the changesSon Ho2023-12-151-4/+4
* Make progress on generalizing the signature informationSon Ho2023-12-151-4/+4
* Update Pure.fun_sig_infoSon Ho2023-12-131-2/+6
* Fix minor issues when extracting a structure with one field as a tupleSon Ho2023-12-071-21/+34
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-26/+48
* Make a minor fixSon Ho2023-11-241-1/+1
* Update some assumed type names/variantsSon Ho2023-11-241-6/+1
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-7/+26
* Reorganize the "Extract" filesSon Ho2023-11-211-24/+23