summaryrefslogtreecommitdiff
path: root/src/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Finish implementing to_monadicSon Ho2022-01-281-0/+2
* Start working on to_monadic and make the expression visitors anSon Ho2022-01-281-0/+7
* Make various modifications to improve the name prettyficationSon Ho2022-01-281-21/+42
* Remove the Return and Fail variants from Pure.expression and add aSon Ho2022-01-281-23/+77
* Change the type of [Pure.call.args] to [expression list] rather thanSon Ho2022-01-281-2/+10
* Simplify the let-bindings in the pure ASTSon Ho2022-01-281-14/+14
* Make substantial simplifications to the pure ASTSon Ho2022-01-281-28/+41
* Make a lot of small modificationsSon Ho2022-01-281-7/+2
* Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho2022-01-281-4/+0
* Generate meta-information for the assignmentsSon Ho2022-01-281-3/+17
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-3/+3
* Fix some issues with the naming of input variablesSon Ho2022-01-271-3/+14
* Move some definitions from SymbolicToPure to PureToExtractSon Ho2022-01-271-87/+1
* Add name information upon initializing some variables in SymbolicToPureSon Ho2022-01-271-19/+73
* Add mplace information in Pure.mlSon Ho2022-01-271-20/+62
* 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