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

dc10.scala.error.CompileError.scala Maven / Gradle / Ivy

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

import dc10.scala.ast.{Statement, Symbol}

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy