aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util/Chars.scala
Commit message (Collapse)AuthorAgeFilesLines
* Direct access to symbol in TermRefMartin Odersky2013-09-261-1/+1
| | | | If symbol was given explicitly, return it directly rather than going through denot.
* Scanners added.Martin Odersky2013-04-171-0/+96
Moving Positions, Chars to new packages. Added Source positions. Added untyped trees module. Factored out behavior between typed and untyped trees.