summaryrefslogtreecommitdiff
path: root/src/SymbolicToPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make progress on PureToExtractSon Ho2022-01-291-18/+0
|
* Make the pure expressions typedSon Ho2022-01-281-58/+97
|
* Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho2022-01-281-10/+11
|
* Add an input_lvs field to Pure.fun_defSon Ho2022-01-281-1/+4
|
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-281-103/+6
|
* 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
| | | | extension of the typed_lvalue visitors
* 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
| | | | `monadic` boolean field to `Let`
* Change the type of [Pure.call.args] to [expression list] rather thanSon Ho2022-01-281-2/+10
| | | | [typed_rvalue list]
* 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
| | | | the Assignment variant
* 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
| | | | ending shared aborrows
* 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
| | | | functions
* 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
| | | | given to backward functions
* 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
|