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

dc10.scala.ctx.CompilerError.scala Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package dc10.scala.ctx

import dc10.scala.{Statement, Symbol}

type ErrorF[A] = Either[List[CompilerError], A]

sealed trait CompilerError
case class IdentifierStatementExpected(butFound: Statement) extends CompilerError
case class IdentifierSymbolExpected(butFound: Symbol) extends CompilerError




© 2015 - 2025 Weber Informatics LLC | Privacy Policy