summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some definitions from SymbolicToPure to PureToExtractSon Ho2022-01-274-88/+108
|
* Add name information upon initializing some variables in SymbolicToPureSon Ho2022-01-273-26/+118
|
* Add mplace information in Pure.mlSon Ho2022-01-273-32/+99
|
* Make a modification in InterpreterPathSon Ho2022-01-271-8/+16
|
* Add meta information for the variable names in SymbolicAstSon Ho2022-01-277-58/+150
|
* Add a "basename" field in Pure.varSon Ho2022-01-272-8/+11
|
* Make minor modificationsSon Ho2022-01-273-3/+8
|
* Fix some mistakesSon Ho2022-01-272-2/+22
|
* Add more printing facilities and fix minor bugsSon Ho2022-01-276-23/+120
|
* Implement PrintPure.let_to_stringSon Ho2022-01-271-3/+74
|
* Implement PrintPure.switch_to_stringSon Ho2022-01-271-0/+68
|
* Implement inst_fun_sig_to_stringSon Ho2022-01-271-0/+13
|
* Implement PrintPure.fun_sig_to_stringSon Ho2022-01-271-6/+24
|
* Implement PrintPure.typed_rvalue_to_stringSon Ho2022-01-272-44/+79
|
* Implement PrintPure.typed_lvalue_to_stringSon Ho2022-01-272-1/+64
|
* Make more progress on PrintPureSon Ho2022-01-271-16/+59
|
* Start working on PrintPure.mlSon Ho2022-01-273-1/+117
|
* Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho2022-01-276-13/+21
| | | | ending shared aborrows
* Add some printing facilities to SymbolicToPureSon Ho2022-01-273-4/+70
|
* Fix a small issue in translate_back_tySon Ho2022-01-272-50/+28
|
* Fix a mistake with the input symbolic values not being linked to theSon Ho2022-01-272-16/+49
| | | | input variables when translating ASTs from symbolic to pure
* Make minor modifications and add commentsSon Ho2022-01-273-6/+38
|
* Start testing translation to pureSon Ho2022-01-271-3/+7
|
* Cleanup a bit by removing useless `open`Son Ho2022-01-274-7/+0
|
* Change the signatures of several functions in Interpreter.mlSon Ho2022-01-272-32/+29
|
* Implement Translate.translate_module_to_pureSon Ho2022-01-271-5/+17
|
* Implement Translate.translate_functionSon Ho2022-01-276-29/+178
|
* Introduce Contexts.fun_contextSon Ho2022-01-272-7/+15
|
* Start working on TranslateSon Ho2022-01-272-37/+27
|
* Add a list of input variables to Pure.fun_defSon Ho2022-01-272-3/+24
|
* Implement the backward case of translate_returnSon Ho2022-01-272-10/+17
|
* Implement the SynthInput case of translate_end_abstractionSon Ho2022-01-271-2/+53
|
* Make give_back_symbolic_value fail in case we need to reinsert inside anSon Ho2022-01-271-2/+14
| | | | AProjLoans: there is something wrong
* Cleanup a bitSon Ho2022-01-271-2/+0
|
* Implement the borrow_content case of end_abstraction_borrowsSon Ho2022-01-272-6/+32
|
* Fix a small issue in end_abstraction_loans: the loan_content case wasSon Ho2022-01-261-0/+13
| | | | not implemented
* Make minor modificationsSon Ho2022-01-261-1/+1
|
* Fix a bug in the end borrows/abs loop detectionSon Ho2022-01-261-4/+4
|
* Fix various issuesSon Ho2022-01-264-5/+15
|
* Start actually generating symbolic ASTs for the backward functionsSon Ho2022-01-262-6/+18
|
* Make more progress on generating the symbolic AST for the backwardSon Ho2022-01-263-11/+25
| | | | functions
* Make good progress on generating the symbolic AST for the backwardSon Ho2022-01-262-40/+146
| | | | functions
* Test the generation of the symbolic ASTSon Ho2022-01-261-1/+1
|
* Make progress on translationSon Ho2022-01-265-75/+147
|
* Make progress on translationSon Ho2022-01-265-112/+224
|
* Do a minor cleanupSon Ho2022-01-261-11/+0
|
* Cleanup a bitSon Ho2022-01-262-8/+7
|
* Add a comment in Assumed.mlSon Ho2022-01-261-1/+8
|
* Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho2022-01-262-69/+14
| | | | functions which return instantiated signatures for the assumed functions
* Start working on signatures for the assumed functionsSon Ho2022-01-263-2/+54
|