summaryrefslogtreecommitdiff
path: root/src/interactive/scala/tools/nsc/interactive/Lexer.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
| | | | | This commit corrects many typos found in scaladocs and comments. There's also fixed the name of a private method in ICodeCheckers.
* Move some code from s.t.n.io to s.t.n.interactiveSimon Ochsenreither2013-06-271-0/+299
The only usages of scala.tools.nsc.io.{Lexer,Pickler,PrettyWriter, Replayer} can be found in scala.tools.nsc.interactive. Let's move those files closer to their dependencies.