summaryrefslogtreecommitdiff
path: root/compiler/InterpreterUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: basic handling for `RValue::Len`, following AeneasVerif/charon#209Lucas Franceschino2024-06-031-1/+1
|
* Rename meta into spanAymeric Fromherz2024-05-241-28/+28
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+6
|
* added file and line arg to craise and cassertEscherichia2024-03-291-9/+9
|
* formattingEscherichia2024-03-281-16/+25
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-11/+11
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-1/+1
| | | | checks related cassert to these helpers to have a proper error message
* added a meta option field to norm_ctx and changed the meta used by some ↵Escherichia2024-03-281-1/+1
| | | | assert to the norm_ctx one
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-25/+26
| | | | we need to see how translate_crate can give meta to the functions it calls
* Make minor updatesSon Ho2024-03-171-0/+2
|
* Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-081-0/+2
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-10/+20
|
* Rename some definitionsSon Ho2023-12-181-13/+13
|
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-20/+12
|
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-2/+2
|
* Update following changes in CharonSon Ho2023-12-051-2/+6
|
* Fix the issues with the cross-references for OCaml docSon Ho2023-11-271-2/+2
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-188/+179
|
* Make minor modificationsSon Ho2023-11-131-6/+2
|
* Add RegionsHierarchy.mlSon Ho2023-11-131-2/+7
|
* Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-4/+4
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-45/+38
|
* Start updating to handle function pointersSon Ho2023-10-201-0/+5
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+105
|
* Fix some issuesSon Ho2023-09-131-0/+2
|
* Make minor modificationsSon Ho2023-09-131-1/+5
|
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-0/+3
|
* Add support for the trait associated constantsSon Ho2023-09-101-1/+1
|
* Start adding support for traitsSon Ho2023-08-311-1/+1
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-1/+2
|
* Fix issuesSon Ho2023-08-031-1/+1
|
* Improve the order of the loop input parametersSon Ho2023-02-031-0/+3
|
* Add more loop examples and fix issuesSon Ho2023-02-031-3/+20
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+14
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-14/+32
|
* Make progress on Interpreter.mlSon Ho2023-02-031-0/+1
|
* Make minor modificationsSon Ho2023-02-031-6/+5
|
* Implement [match_ctx_with_target]Son Ho2023-02-031-5/+20
|
* Make some fixesSon Ho2023-02-031-0/+4
|
* Make progress on checking that two environments are equivalentSon Ho2023-02-031-0/+70
|
* Make progress on environment matches and joinsSon Ho2023-02-031-2/+11
|
* Start implementing support for loopsSon Ho2023-02-031-3/+10
|
* Add ids to the dummy variablesSon Ho2022-11-071-1/+4
|
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-281-1/+1
|
* Move some files to the Charon projectSon Ho2022-10-281-3/+3
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+245