summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor cleaningSon Ho2022-01-292-9/+8
|
* Make progress on PureToExtractSon Ho2022-01-295-120/+116
|
* Make progress on PureToExtractSon Ho2022-01-295-95/+245
|
* Start working on ExtractAstSon Ho2022-01-283-7/+63
|
* Implement unfold_monadic_let_bindingsSon Ho2022-01-281-28/+24
|
* Make the pure expressions typedSon Ho2022-01-285-128/+196
|
* Make minor modificationsSon Ho2022-01-281-16/+25
|
* Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho2022-01-284-21/+25
|
* Make minor modificationsSon Ho2022-01-282-9/+35
|
* Make administrative modificationsSon Ho2022-01-282-14/+61
|
* Make minor modificationsSon Ho2022-01-282-12/+13
|
* Finish implementing filter_unused_assignmentsSon Ho2022-01-283-7/+123
|
* Make more progress on filter_unused_assignmentsSon Ho2022-01-281-4/+21
|
* Make good progress on PureMicroPasses.filter_unused_assignmentsSon Ho2022-01-281-7/+84
|
* Add some mapreduce visitors to PureSon Ho2022-01-281-11/+64
|
* Make minor modifications to the use of reduce inSon Ho2022-01-282-9/+59
| | | | get_expression_min_var_counter
* Cleanup a bitSon Ho2022-01-284-14/+15
|
* Implement inline_useless_var_reassignmentsSon Ho2022-01-281-6/+60
|
* Implement the unit_vars_to_unit passSon Ho2022-01-281-3/+23
|
* Add an input_lvs field to Pure.fun_defSon Ho2022-01-282-1/+7
|
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-284-111/+104
|
* 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-281-21/+42
|
* 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
|