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

axle.ast.Rule.scala Maven / Gradle / Ivy

The newest version!

package axle.ast

case class Rule(name: String, statement: Statement) {

  // precedenceLevel: Option[Int]
  // associativity: Option[String]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy