
kingscross.common.Unmarshaller.scala Maven / Gradle / Ivy
The newest version!
package kingscross.common
import kingscross._
/**
* @author Tongfei Chen
*/
trait Unmarshaller[L <: Interpreter, T] {
val lang: L
def unmarshall(x: lang.Expr): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy