summaryrefslogtreecommitdiff
path: root/src/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a "basename" field in Pure.varSon Ho2022-01-271-2/+2
* Make minor modificationsSon Ho2022-01-271-1/+1
* Fix some mistakesSon Ho2022-01-271-1/+21
* Add more printing facilities and fix minor bugsSon Ho2022-01-271-4/+49
* Start working on PrintPure.mlSon Ho2022-01-271-0/+1
* Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho2022-01-271-2/+2
* Add some printing facilities to SymbolicToPureSon Ho2022-01-271-2/+17
* Fix a small issue in translate_back_tySon Ho2022-01-271-50/+26
* Implement Translate.translate_functionSon Ho2022-01-271-15/+27
* Add a list of input variables to Pure.fun_defSon Ho2022-01-271-3/+23
* Implement the backward case of translate_returnSon Ho2022-01-271-1/+17
* Implement the SynthInput case of translate_end_abstractionSon Ho2022-01-271-2/+53
* Make more progress on generating the symbolic AST for the backwardSon Ho2022-01-261-4/+16
* Make progress on translationSon Ho2022-01-261-45/+15
* Make progress on translationSon Ho2022-01-261-27/+82
* Implement sanity checks to check the types of the input/output argumentsSon Ho2022-01-261-9/+93
* Add some sanity checks and commentsSon Ho2022-01-261-2/+9
* Cleanup a bitSon Ho2022-01-261-3/+3
* Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalueSon Ho2022-01-261-6/+4
* Cleanup a bitSon Ho2022-01-261-35/+14
* Add some commentsSon Ho2022-01-261-0/+34
* Implement SymbolicToPure.typed_avalue_to_given_backSon Ho2022-01-261-6/+88
* Implement the ADT case of typed_avalue_to_consumedSon Ho2022-01-251-11/+25
* Make good progress on typed_avalue_to_consumedSon Ho2022-01-251-21/+49
* Start working on typed_avalue_to_consumedSon Ho2022-01-251-1/+44
* Make progress on translate_typed_value_to_rvalueSon Ho2022-01-251-5/+11
* Start working on translate_typed_value_to_rvalueSon Ho2022-01-251-3/+28
* Implement some utilities in SymbolicToPureSon Ho2022-01-251-17/+33
* Finish implementing SymbolicToPure.translate_end_abstractionSon Ho2022-01-251-4/+24
* Make the back_id field non optional in Values.absSon Ho2022-01-251-5/+3
* Make minor modificationsSon Ho2022-01-251-9/+83
* Introduce lvalues and rvalues in Pure.mlSon Ho2022-01-251-33/+61
* Make progress on SymbolicToPure.translate_end_abstractionSon Ho2022-01-251-40/+152
* Replace BackwardFunctionId with RegionGroupIdSon Ho2022-01-251-10/+9
* Start working on translate_end_abstractionSon Ho2022-01-251-1/+69
* Implement the forgotten Tuple case in SymbolicToPure.translate_expansionSon Ho2022-01-251-1/+3
* Finish implementing SymbolicToPure.translate_expansionSon Ho2022-01-251-1/+15
* Make good progress on SymbolicToPure.translate_expansionSon Ho2022-01-251-21/+151
* Implement SymbolicToPure.translate_fun_sigSon Ho2022-01-251-35/+225
* Make minor modificationsSon Ho2022-01-241-0/+3
* Start working on translation of the type definitionsSon Ho2022-01-241-0/+82
* Start working on name generation for the synthesisSon Ho2022-01-241-0/+91