compiler

dc10.sbt.compiler$package.compiler
object compiler extends Compiler[ErrorF, List, Error, ProjectDef, FileDef]

Attributes

Graph
Supertypes
trait Compiler[ErrorF, List, Error, ProjectDef, FileDef]
class Object
trait Matchable
class Any
Self type
compiler.type

Members list

Type members

Types

type Ctx[F[_], L, A] = StateT[F, L, A]

Extensions

Extensions

extension [C, D](ast: StateT[ErrorF, List[D], C])
def compile: ErrorF[List[D]]
extension (res: ErrorF[List[ProjectDef]])
def toString[V](using R: Renderer[V, Error, List[ProjectDef]]): String
extension (res: ErrorF[List[ProjectDef]])
def toStringOrError[V](using R: Renderer[V, Error, List[ProjectDef]]): ErrorF[String]
extension (res: ErrorF[List[FileDef]])
def toVirtualFile[V](using R: Renderer[V, Error, List[ProjectDef]]): ErrorF[List[VirtualFile]]