All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dc10.scala.compiler.scala Maven / Gradle / Ivy

The newest version!
package dc10.scala

import dc10.Compiler

type ErrorF[A] = Either[List[Error], A]
case class Error(msg: String)

case class LibDep(org: String, nme: String, ver: String)

given compiler: Compiler[Statement, LibDep, Error] =
  Compiler.impl[Statement, LibDep, Error]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy