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

kingscross.common.Expr.scala Maven / Gradle / Ivy

The newest version!
package kingscross.common

import kingscross._

/**
 * @author Tongfei Chen
 */
trait Expr[L <: Interpreter] { self: L#Expr =>

  val lang: L

  def expr: String

  def !! : lang.Ref = lang newRef expr

  def ! = lang exec expr

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy