Returns the compiler.
public function getCompiler() : Compiler { return $this->compiler ??= new Compiler(); }