aboutsummaryrefslogblamecommitdiff
path: root/compiler/src/dotty/tools/dotc/Main.scala
blob: a6844fbbc4c00cae9f35e24e78ee8a2c191639e2 (plain) (tree)
1
2
3
4
5
6
7
8
9




                            
                                               
                            
                                                                          
 
package dotty.tools
package dotc

import core.Contexts.Context

/** Main class of the `dotc` batch compiler. */
object Main extends Driver {
  override def newCompiler(implicit ctx: Context): Compiler = new Compiler
}