Companion
Functions
Link copied to clipboard
fun create( resolvedName: ResolvedModuleName, runtime: AvailRuntime, textInterface: TextInterface, pollForAbort: () -> Boolean, reporter: CompilerProgressReporter, afterFail: () -> Unit, problemHandler: ProblemHandler, succeed: (AvailCompiler) -> Unit)
Content copied to clipboard
Asynchronously construct a suitable AvailCompiler to parse the specified module name.
Link copied to clipboard