aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/pretty.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old pretty-printer from rustcBrian Anderson2011-03-071-87/+0
|
* Add a pretty-printerMarijn Haverbeke2011-03-071-0/+2
| | | | | Adds a -pp option to the compiler which will cause it to simply pretty-print the given file.
* Add pretty printing for expr_call, expr_path, and more literalsBrian Anderson2011-03-021-3/+37
|
* Begin an AST pretty-printerBrian Anderson2011-03-021-0/+51