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

dotty.tools.dotc.fromtasty.TASTYRun.scala Maven / Gradle / Ivy

The newest version!
package dotty.tools
package dotc
package fromtasty

import core.Contexts._

class TASTYRun(comp: Compiler, ictx: Context) extends Run(comp, ictx) {
  override def compile(classNames: List[String]): Unit = {
    val units = classNames.map(new TASTYCompilationUnit(_))
    compileUnits(units)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy