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

me.scf37.hottie.impl.CompilerBridge.scala Maven / Gradle / Ivy

The newest version!
package me.scf37.hottie.impl

import scala.tools.nsc.Main

private[impl] object CompilerBridge {
  def compile(args: Array[String]): Boolean = Main.process(args)
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy