summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-27Start working on PrintPure.mlSon Ho3-1/+117
2022-01-27Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho6-13/+21
2022-01-27Add some printing facilities to SymbolicToPureSon Ho3-4/+70
2022-01-27Fix a small issue in translate_back_tySon Ho2-50/+28
2022-01-27Fix a mistake with the input symbolic values not being linked to theSon Ho2-16/+49
2022-01-27Make minor modifications and add commentsSon Ho3-6/+38
2022-01-27Start testing translation to pureSon Ho1-3/+7
2022-01-27Cleanup a bit by removing useless `open`Son Ho4-7/+0
2022-01-27Change the signatures of several functions in Interpreter.mlSon Ho2-32/+29
2022-01-27Implement Translate.translate_module_to_pureSon Ho1-5/+17
2022-01-27Implement Translate.translate_functionSon Ho6-29/+178
2022-01-27Introduce Contexts.fun_contextSon Ho2-7/+15
2022-01-27Start working on TranslateSon Ho2-37/+27
2022-01-27Add a list of input variables to Pure.fun_defSon Ho2-3/+24
2022-01-27Implement the backward case of translate_returnSon Ho2-10/+17
2022-01-27Implement the SynthInput case of translate_end_abstractionSon Ho1-2/+53
2022-01-27Make give_back_symbolic_value fail in case we need to reinsert inside anSon Ho1-2/+14
2022-01-27Cleanup a bitSon Ho1-2/+0
2022-01-27Implement the borrow_content case of end_abstraction_borrowsSon Ho2-6/+32
2022-01-26Fix a small issue in end_abstraction_loans: the loan_content case wasSon Ho1-0/+13
2022-01-26Make minor modificationsSon Ho1-1/+1
2022-01-26Fix a bug in the end borrows/abs loop detectionSon Ho1-4/+4
2022-01-26Fix various issuesSon Ho4-5/+15
2022-01-26Start actually generating symbolic ASTs for the backward functionsSon Ho2-6/+18
2022-01-26Make more progress on generating the symbolic AST for the backwardSon Ho3-11/+25
2022-01-26Make good progress on generating the symbolic AST for the backwardSon Ho2-40/+146
2022-01-26Test the generation of the symbolic ASTSon Ho1-1/+1
2022-01-26Make progress on translationSon Ho5-75/+147
2022-01-26Make progress on translationSon Ho5-112/+224
2022-01-26Do a minor cleanupSon Ho1-11/+0
2022-01-26Cleanup a bitSon Ho2-8/+7
2022-01-26Add a comment in Assumed.mlSon Ho1-1/+8
2022-01-26Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho2-69/+14
2022-01-26Start working on signatures for the assumed functionsSon Ho3-2/+54
2022-01-26Implement sanity checks to check the types of the input/output argumentsSon Ho3-13/+125
2022-01-26Add some sanity checks and commentsSon Ho2-4/+11
2022-01-26Cleanup a bitSon Ho1-3/+3
2022-01-26Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalueSon Ho1-6/+4
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho9-53/+78
2022-01-26Fix a typoSon Ho1-1/+1
2022-01-26Remove SymbolicAstUtils.mlSon Ho3-96/+0
2022-01-26Cleanup a bitSon Ho2-39/+18
2022-01-26Add some commentsSon Ho1-0/+34
2022-01-26Implement SymbolicToPure.typed_avalue_to_given_backSon Ho2-7/+90
2022-01-26Replace other occurrences of mvalue with msymbolic_valueSon Ho3-7/+16
2022-01-25Implement the ADT case of typed_avalue_to_consumedSon Ho1-11/+25
2022-01-25Make good progress on typed_avalue_to_consumedSon Ho1-21/+49
2022-01-25Make minor modificationsSon Ho1-2/+2
2022-01-25Replace another occurrence of mvalue with msymbolic_valueSon Ho3-5/+3
2022-01-25Use msymbolic_value instead of mvalue in some places in Values.aprojSon Ho4-12/+8