dc10.scala.compiler.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-scala_native0.5_3 Show documentation
Show all versions of dc10-scala_native0.5_3 Show documentation
A definitional compiler for generating Scala code.
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