CompilerInterpAPIExtensions

final class CompilerInterpAPIExtensions(api: InterpAPI) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def configureCompiler(c: Compiler => Unit): Unit

Configures the current compiler, or if the compiler hasn't been initialized yet, registers the configuration callback and applies it to the compiler when it ends up being initialized later

Configures the current compiler, or if the compiler hasn't been initialized yet, registers the configuration callback and applies it to the compiler when it ends up being initialized later

def preConfigureCompiler(c: FreshContext => Unit): Unit

Pre-configures the next compiler context. Useful for tuning options that are used during parsing.

Pre-configures the next compiler context. Useful for tuning options that are used during parsing.