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

com.seanshubin.devon.parser.RuleLookup.scala Maven / Gradle / Ivy

The newest version!
package com.seanshubin.devon.parser

trait RuleLookup[A] {
  def lookupRuleByName(name: String): Rule[A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy