summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the error messages furtherSon Ho2024-04-071-0/+12
|
* added Error and EError to expressions and propagated related changesEscherichia2024-04-031-1/+2
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-2/+5
|
* added file and line arg to craise and cassertEscherichia2024-03-291-12/+12
|
* formattingEscherichia2024-03-281-18/+25
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-8/+8
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-2/+2
| | | | 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-3/+3
| | | | assert to the norm_ctx one
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-8/+8
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-43/+44
| | | | 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-10/+10
|
* Update the generation of namesSon Ho2024-03-111-3/+3
|
* Fix some issuesSon Ho2024-03-081-0/+1
|
* Make progress on fixing the loopsSon Ho2024-03-081-5/+20
|
* Rename some definitionsSon Ho2023-12-181-4/+4
|
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-051-1/+1
|
* Update following changes in CharonSon Ho2023-12-051-2/+2
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-1/+1
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-122/+128
|
* Normalize the types when computing the regions hierarchiesSon Ho2023-11-131-0/+1
|
* Make minor modificationsSon Ho2023-11-131-7/+8
|
* Add RegionsHierarchy.mlSon Ho2023-11-131-8/+20
|
* Prefix variants related to types with "T"Son Ho2023-11-121-1/+1
|
* Rename some variantsSon Ho2023-11-121-1/+1
|
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+5
|
* Fix a small issueSon Ho2023-10-161-11/+53
|
* Normalize the function signatures before translation to pureSon Ho2023-09-171-38/+9
|
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-4/+8
|
* Fix some issuesSon Ho2023-09-131-14/+50
|
* Compute the normalized trait types maps and update InterpreterSon Ho2023-09-011-30/+58
|
* Start adding support for traitsSon Ho2023-08-311-57/+39
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-0/+10
|
* Update the code following a refactor on Charon's sideSon Ho2023-08-081-5/+11
|
* Make minor modificationsSon Ho2023-08-021-1/+1
|
* Make progress proapagating the changesSon Ho2023-08-021-15/+28
|
* Remove the symbolic interpreter testsSon Ho2023-06-041-30/+0
|
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-3/+2
|
* Add more loop examples and fix issuesSon Ho2023-02-031-37/+60
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+2
|
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-1/+1
|
* Fix a minor bug in Interpreter.mlSon Ho2023-02-031-8/+11
|
* Fix another bugSon Ho2023-02-031-10/+45
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-20/+24
|
* Make progress on Interpreter.mlSon Ho2023-02-031-33/+141
|
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-3/+8
|
* Make minor modificationsSon Ho2023-02-031-2/+2
|
* Implement [match_ctx_with_target]Son Ho2023-02-031-1/+3
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-2/+2
|
* Start implementing support for loopsSon Ho2023-02-031-3/+4
|