aboutsummaryrefslogtreecommitdiff
path: root/src/comp/pretty
Commit message (Collapse)AuthorAgeFilesLines
* 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-072-0/+923
Adds a -pp option to the compiler which will cause it to simply pretty-print the given file.