Compiler

abstract class Compiler
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def compile(src: Array[Byte], printer: Printer, importsLen: Int, userCodeNestingLevel: Int, fileName: String): Option[Output]
def preprocessor(fileName: String, markGeneratedSections: Boolean): Preprocessor