summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-25Make the back_id field non optional in Values.absSon Ho3-12/+10
2022-01-25Make minor modificationsSon Ho1-9/+83
2022-01-25Add a SynthInputGivenBack case in Values.sv_kindSon Ho3-8/+16
2022-01-25Introduce lvalues and rvalues in Pure.mlSon Ho2-56/+91
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho6-52/+182
2022-01-25Replace BackwardFunctionId with RegionGroupIdSon Ho3-15/+12
2022-01-25Start working on translate_end_abstractionSon Ho3-6/+76
2022-01-25Implement the forgotten Tuple case in SymbolicToPure.translate_expansionSon Ho1-1/+3
2022-01-25Finish implementing SymbolicToPure.translate_expansionSon Ho1-1/+15
2022-01-25Make good progress on SymbolicToPure.translate_expansionSon Ho5-56/+210
2022-01-25Implement SymbolicToPure.translate_fun_sigSon Ho6-59/+344
2022-01-24Make minor modificationsSon Ho1-0/+3
2022-01-24Start working on translation of the type definitionsSon Ho3-1/+102
2022-01-24Start working on name generation for the synthesisSon Ho4-1/+315
2022-01-24Make minor modificationsSon Ho4-5/+14
2022-01-24Start working on printing for symbolic ASTSon Ho7-5/+165
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho8-123/+99
2022-01-21Start working on the generation of the symbolic ASTSon Ho10-52/+240
2022-01-21Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho2-6/+14
2022-01-21Make minor modifications for the invariants checksSon Ho2-14/+9
2022-01-21Implement more invariant checks for the symbolic valuesSon Ho1-3/+34
2022-01-21Update projections_intersect to write it in terms of a more genericSon Ho2-28/+79
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho7-167/+442
2022-01-20Add commentsSon Ho1-2/+7
2022-01-20Fix a minor issue in expand_symbolic_valueSon Ho3-17/+25
2022-01-20Update a commentSon Ho1-4/+15
2022-01-20Fix a commentSon Ho1-1/+1
2022-01-20Make minor modificationsSon Ho2-4/+34
2022-01-20Update InterpreterSon Ho3-23/+49
2022-01-20Cleanup a bit InterpreterStatements following compiler warningsSon Ho1-6/+4
2022-01-20Finish updating InterpreterStatementsSon Ho2-89/+101
2022-01-20Make various style modificationsSon Ho2-7/+25
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho5-453/+614
2022-01-20Make minor modifications in InterpreterExpressionsSon Ho1-6/+3
2022-01-20Add more utilities for bool and integer expansion inSon Ho2-16/+102
2022-01-20Finish updating InterpreterExpressionsSon Ho2-101/+115
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-29/+41
2022-01-20Cleanup a bit InterpreterBorrowsSon Ho1-22/+14
2022-01-20Add a unit test in Cps.mlSon Ho1-0/+8
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-99/+116
2022-01-20Make progress on converting InterpreterExpressions to CPSSon Ho2-102/+165
2022-01-19Make minor updates to InterpreterBorrows and InterpreterExpansionSon Ho2-29/+28
2022-01-19Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho3-171/+170
2022-01-19Update the return valuesSon Ho1-5/+7
2022-01-19Make minor modificationsSon Ho1-3/+2
2022-01-19Start updating the interpreter to make it CPSSon Ho3-115/+253
2022-01-19Start working on Pure.mlSon Ho2-0/+104
2022-01-19Make a minor modificationSon Ho1-1/+1
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho10-244/+306
2022-01-19Commit the forgotten Collections.mlSon Ho1-0/+143