summaryrefslogtreecommitdiff
path: root/src/PrintPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho2022-01-281-3/+0
| | | | the Assignment variant
* Generate meta-information for the assignmentsSon Ho2022-01-281-0/+21
|
* Fix some issues with the naming of input variablesSon Ho2022-01-271-1/+1
|
* Make minor modifications and create PureMicroPasses.mlSon Ho2022-01-271-1/+1
|
* Add mplace information in Pure.mlSon Ho2022-01-271-8/+21
|
* Add meta information for the variable names in SymbolicAstSon Ho2022-01-271-2/+2
|
* Make minor modificationsSon Ho2022-01-271-1/+1
|
* Fix some mistakesSon Ho2022-01-271-1/+1
|
* Add more printing facilities and fix minor bugsSon Ho2022-01-271-16/+38
|
* 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-271-43/+72
|
* Implement PrintPure.typed_lvalue_to_stringSon Ho2022-01-271-0/+61
|
* Make more progress on PrintPureSon Ho2022-01-271-16/+59
|
* Start working on PrintPure.mlSon Ho2022-01-271-0/+115