about summary refs log tree commit diff
path: root/src/comp/pretty/pprust.rs
AgeCommit message (Collapse)AuthorLines
2011-03-07Add missing alt arm to expr_if pretty-printerBrian Anderson-0/+1
2011-03-07Merge branch 'master' into recursive-elseifBrian Anderson-0/+708
Conflicts: src/Makefile src/comp/front/ast.rs src/comp/front/parser.rs src/comp/middle/fold.rs src/comp/middle/trans.rs
2011-03-07Add a pretty-printerMarijn Haverbeke-0/+716
Adds a -pp option to the compiler which will cause it to simply pretty-print the given file.