summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finish implementing to_monadicSon Ho2022-01-283-13/+48
|
* Add a commentSon Ho2022-01-281-0/+1
|
* Implement get_expression_min_var_counterSon Ho2022-01-283-9/+40
|
* Start working on to_monadic and make the expression visitors anSon Ho2022-01-283-34/+121
| | | | extension of the typed_lvalue visitors
* Make various modifications to improve the name prettyficationSon Ho2022-01-282-21/+46
|
* Remove the Return and Fail variants from Pure.expression and add aSon Ho2022-01-285-81/+178
| | | | `monadic` boolean field to `Let`
* Change the type of [Pure.call.args] to [expression list] rather thanSon Ho2022-01-284-57/+44
| | | | [typed_rvalue list]
* Make minor modificationsSon Ho2022-01-281-1/+8
|
* Simplify the let-bindings in the pure ASTSon Ho2022-01-284-122/+158
|
* Make substantial simplifications to the pure ASTSon Ho2022-01-284-232/+275
|
* Make minor modificationsSon Ho2022-01-282-32/+34
|
* Apply the micro-passes to the pure ASTsSon Ho2022-01-284-12/+33
|
* Make a lot of small modificationsSon Ho2022-01-287-42/+70
|
* Finish the function PureMicroPasses.compute_pretty_namesSon Ho2022-01-281-2/+14
|
* Make more progress on PureMicroPassesSon Ho2022-01-281-14/+65
|
* Make good progress on PureMicroPasses.compute_pretty_namesSon Ho2022-01-281-3/+140
|
* Make a minor cleaningSon Ho2022-01-281-8/+0
|
* Implement visitors for Pure.expression and make minor modificationsSon Ho2022-01-282-17/+121
|
* Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho2022-01-286-24/+3
| | | | the Assignment variant
* Generate meta-information for the assignmentsSon Ho2022-01-285-17/+69
|
* Generate meta-information for assignments in the symbolic ASTSon Ho2022-01-273-17/+29
|
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-278-41/+65
|
* Fix some issues with the naming of input variablesSon Ho2022-01-274-19/+34
|
* Make minor modifications and create PureMicroPasses.mlSon Ho2022-01-273-1/+45
|
* 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-274-6/+45
|
* 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
|