summaryrefslogtreecommitdiff
path: root/src/SymbolicToPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement filtering of useless forward functionsSon Ho2022-02-091-40/+63
|
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-091-5/+1
| | | | generated F* file
* Fix some mistakes in the type conversion to pureSon Ho2022-02-081-11/+33
|
* Add type checking utilities for the pure ADTSon Ho2022-02-081-61/+92
|
* Start adding more assumed types and functionsSon Ho2022-02-081-13/+37
|
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-041-7/+14
| | | | the pure AST
* Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho2022-02-041-24/+21
| | | | field
* Fix a small issue with the types of tuple values inSon Ho2022-02-041-14/+39
| | | | typed_avalue_to_{given_back,consumed}
* Fix an issue with the assumed box functions being considered as monadicSon Ho2022-02-031-2/+13
|
* Introduce a small optimizationSon Ho2022-02-011-1/+21
|
* 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
|