summaryrefslogtreecommitdiff
path: root/src/Print.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-261-1/+1
* Start working on printing for symbolic ASTSon Ho2022-01-241-2/+2
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-211-6/+17
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-4/+7
* Update type_context to have to have a type info field, use maps insteadSon Ho2022-01-181-20/+23
* Use the new collectionsSon Ho2022-01-151-5/+5
* Start working on Collections.mlSon Ho2022-01-151-1/+1
* Improve printing of symbolic values in abstractionsSon Ho2022-01-141-18/+16
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-10/+9
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-9/+9
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-2/+6
* Introduce "AIgnore" for the avaluesSon Ho2022-01-131-0/+1
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-131-0/+2
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-121-0/+19
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-121-1/+3
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-2/+15
* Improve logging and introduce eval_operands_prepareSon Ho2022-01-071-1/+7
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-8/+4
* Fix some bugsSon Ho2022-01-061-0/+4
* Make minor improvements to printingSon Ho2022-01-061-8/+13
* Fix some printing issuesSon Ho2022-01-061-2/+2
* Make good progress on implementing utilities to test symbolic executionSon Ho2022-01-061-1/+1
* Introduce the type_context definitionSon Ho2022-01-051-4/+6
* Replace AProjSharedLoan with AIgnoredSharedLoanSon Ho2022-01-031-4/+2
* Cleanup a bit to remove warningsSon Ho2022-01-031-5/+3
* Rename AIgnoredShared{Borrow,Loan} to AProjShared{Borrow,Loan}Son Ho2021-12-171-2/+2
* Change the definition of abstract_shared_borrowsSon Ho2021-12-171-7/+9
* Use RegionVarId and RegionId in a more consistent mannerSon Ho2021-12-171-17/+55
* Implement the avalue cases of give_back_valueSon Ho2021-12-171-1/+1
* Rename env_value to env_elemSon Ho2021-12-081-3/+2
* Add a commentSon Ho2021-12-081-0/+4
* Remove g_value, g_typed_value, etc. to make values and abstract valuesSon Ho2021-12-081-52/+59
* Fix Print.mlSon Ho2021-12-071-6/+6
* Make minor cleanupSon Ho2021-12-031-3/+2
* Merge the ADTs, tuples and assumed types in the type and valueSon Ho2021-12-011-49/+50
* Merge value and avalueSon Ho2021-12-011-48/+58
* Simplify the adt_value typeSon Ho2021-12-011-3/+8
* Cleanup a bitSon Ho2021-12-011-5/+0
* Factorize type_var and region_varSon Ho2021-12-011-6/+6
* Move some definitions to new filesSon Ho2021-12-011-3/+4
* Move the var definitionSon Ho2021-12-011-6/+6
* Merge statements and expressions into statementsSon Ho2021-12-011-36/+28
* Make minor cleanupSon Ho2021-11-301-6/+1
* Introduce [binder] and use them in place of [var] in the environmentsSon Ho2021-11-301-3/+8
* Remove the vector type for the Id moduleSon Ho2021-11-301-40/+26
* Debug box_freeSon Ho2021-11-301-2/+3
* Fix more bugsSon Ho2021-11-301-0/+4
* Add more debugging facilitiesSon Ho2021-11-301-0/+16
* Debug some issues in the interpreterSon Ho2021-11-301-12/+26
* Cleanup a bitSon Ho2021-11-291-77/+0