summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Relax more checks for borrow-checkingSon Ho2024-06-051-1/+2
|
* Relax some constraints in the symbolic execution when borrow-checkingSon Ho2024-06-051-8/+18
|
* Merge branch 'main' into son/clean-synthesisSon Ho2024-06-051-74/+38
|\
| * Fix an issue with the type of the values given back by loopsSon Ho2024-06-031-4/+5
| |
| * Change the order in which we merge abstractionsSon Ho2024-06-031-3/+15
| |
| * Factor out some code and update some commentsSon Ho2024-06-031-68/+8
| |
| * Split collapse into collapse and reduce, rename accordinglyAymeric Fromherz2024-05-271-1/+1
| |
| * Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-11/+22
| |
* | Remove the options from the functions synthesizing the symbolic ASTSon Ho2024-05-301-13/+7
|/
* Expand debug output in loops fixed pointsAymeric Fromherz2024-05-241-1/+16
|
* Rename meta into spanAymeric Fromherz2024-05-241-73/+73
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-103/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com>
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-6/+15
|
* added file and line arg to craise and cassertEscherichia2024-03-291-28/+28
|
* formattingEscherichia2024-03-281-29/+45
|
* changes after git rebase mainEscherichia2024-03-281-7/+7
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-22/+22
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-4/+4
| | | | checks related cassert to these helpers to have a proper error message
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-5/+5
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-31/+31
| | | | we need to see how translate_crate can give meta to the functions it calls
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-2/+2
|
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-42/+43
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-081-1/+118
|
* Make progress on fixing the loopsSon Ho2024-03-081-5/+17
|
* Add logging informationSon Ho2024-03-081-0/+16
|
* Rename some definitionsSon Ho2023-12-181-9/+9
|
* Update following changes in CharonSon Ho2023-12-051-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-156/+145
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-9/+9
|
* Prefix variants related to types with "T"Son Ho2023-11-121-1/+1
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-8/+8
|
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-1/+1
|
* Make progress proapagating the changesSon Ho2023-08-021-0/+1
|
* Split InterpreterLoops into several filesSon Ho2023-02-031-0/+965