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

dotty.tools.repl.Main.scala Maven / Gradle / Ivy

The newest version!
package dotty.tools.repl

/** Main entry point to the REPL */
object Main {
  def main(args: Array[String]): Unit =
    new ReplDriver(args).runUntilQuit()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy