summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Write utilities for the scalarsSon Ho2021-11-231-4/+158
* Implement copy_valueSon Ho2021-11-231-0/+85
* Move some definitions to Contexts.ml and reactivate the warningsSon Ho2021-11-231-43/+1
* Define evaluation contextsSon Ho2021-11-231-0/+20
* Fix drop_borrows_at_placeSon Ho2021-11-231-48/+120
* Start implementing drop_borrows_at_placeSon Ho2021-11-231-0/+66
* Rename update_env_at_place to collect_borrows_at_placeSon Ho2021-11-231-4/+5
* Implement update_env_at_placeSon Ho2021-11-231-4/+75
* Implement update_env_along_write_placeSon Ho2021-11-231-0/+26
* Implement expand_bottom_valueSon Ho2021-11-231-2/+63
* Merge some functions togetherSon Ho2021-11-231-17/+16
* Cleanup a bitSon Ho2021-11-231-70/+76
* Start implementing update_env_along_read_placeSon Ho2021-11-231-0/+29
* Change the way exceptions are usedSon Ho2021-11-231-29/+30
* Implement write_placeSon Ho2021-11-231-43/+6
* Make progress on write_projectionSon Ho2021-11-221-1/+82
* Make minor modificationsSon Ho2021-11-221-4/+6
* Uncomment read_placeSon Ho2021-11-221-1/+1
* Make progress on {read,write}_pathSon Ho2021-11-221-31/+143
* Implement read_pathSon Ho2021-11-221-12/+108
* Implement activate_inactivated_mut_borrowSon Ho2021-11-221-2/+184
* Make a minor modification in Interpreter.mlSon Ho2021-11-221-5/+2
* Make good progress on end_borrowSon Ho2021-11-221-12/+164
* Implement end_borrow_get_borrow_in_envSon Ho2021-11-221-7/+20
* Start working on pretty-printingSon Ho2021-11-191-4/+4
* Start working on end_borrowSon Ho2021-11-181-0/+112