All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.tools.nsc.interpreter.CommandLine.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
/* NSC -- new Scala compiler
 * Copyright 2005-2013 LAMP/EPFL
 * @author  Lex Spoon
 */

package scala.tools.nsc
package interpreter

/** A command line for the interpreter.
 */
class CommandLine(arguments: List[String], error: String => Unit) extends CompilerCommand(arguments, error) {
  override def cmdName = "scala"
  override lazy val fileEndings = List(".scalaint")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy