class REPL
extends Driver

A compiler which stays resident between runs. Usage:

scala dotty.tools.dotc.Resident

dotc> "more options and files to compile"

...

dotc> :reset // reset all options to the ones passed on the command line

...

dotc> :q // quit

Constructors

REPL ( )

Members

lazy val config : Config
override def doCompile ( compiler: Compiler , fileNames: List [ String ] ) ( implicit ctx: Context ) : Reporter
override def newCompiler ( implicit ctx: Context ) : Compiler
override def setup ( args: Array [ String ] , rootCtx: Context ) : ( List [ String ], Context )
override def sourcesRequired : Boolean