summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename meta into spanAymeric Fromherz2024-05-241-37/+37
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-172/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Reformat some filesSon Ho2024-04-221-11/+20
|
* item_metaNadrieril2024-04-181-28/+28
|
* 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
|