summaryrefslogtreecommitdiff
path: root/compiler/PureTypeCheck.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename meta into spanAymeric Fromherz2024-05-241-75/+75
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-5/+5
|\
| * Cleanup a bit and improve the error messagesSon Ho2024-04-071-5/+4
| * added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+1
* | Update the extractionSon Ho2024-04-041-1/+1
|/
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-4/+10
* added file and line arg to craise and cassertEscherichia2024-03-291-39/+39
* formattingEscherichia2024-03-281-11/+16
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-32/+32
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-75/+76
* Make good progress on adding generics to global constantsSon Ho2024-03-181-2/+2
* Fix the output type of the loops backward functionsSon Ho2023-12-221-6/+0
* Make progress on propagating the changesSon Ho2023-12-151-7/+1
* Make good progress on updating SymbolicToPureSon Ho2023-12-151-0/+6
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-1/+1
* Prefix variants related to types with "T"Son Ho2023-11-121-9/+9
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+6
* Update following the addition of raw pointersSon Ho2023-10-251-1/+1
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-12/+1
* Add support for the trait associated constantsSon Ho2023-09-101-0/+1
* Finish updating SymbolicToPure.mlSon Ho2023-08-311-0/+1
* Start adding support for traitsSon Ho2023-08-311-22/+24
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+5
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-26/+29
* Fix issuesSon Ho2023-08-031-5/+17
* Make progressSon Ho2023-08-021-1/+5
* Make progress proapagating the changesSon Ho2023-08-021-28/+22
* Start adding support for const genericsSon Ho2023-08-011-7/+7
* Add a special expression for structure creation/updateSon Ho2023-06-041-0/+24
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-1/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+5
* Add a `-use-fuel` optionSon Ho2022-11-141-2/+7
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-1/+7
* Update the way function names are handled in PureSon Ho2022-11-101-1/+1
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-5/+5
* Reorganize a bit the projectSon Ho2022-10-271-0/+178