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