aboutsummaryrefslogtreecommitdiff
path: root/src/comp/pretty/pprust.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add ty_obj case to pretty printerMarijn Haverbeke2011-03-091-16/+37
| |
* | Have the pretty-printer take a writer stream as argumentMarijn Haverbeke2011-03-091-2/+8
| | | | | | | | | | It now uses a string writer to also fill in for middle.ty.ast_ty_to_str
* | Add partial pretty-printing for syntax extensionsBrian Anderson2011-03-071-1/+10
| |
* | Add missing alt arm to expr_if pretty-printerBrian Anderson2011-03-071-0/+1
|/
* Add a pretty-printerMarijn Haverbeke2011-03-071-0/+716
Adds a -pp option to the compiler which will cause it to simply pretty-print the given file.