aboutsummaryrefslogtreecommitdiff
path: root/test/test/parseFile.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
|
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
|
* Refactored Printing architecture.Martin Odersky2013-05-171-0/+13
Split printers into several files. Added refined printing of trees. Changed Showable and generalized printing under a precedence.