Skip to content

Instantly share code, notes, and snippets.

@AndyG
Last active February 24, 2018 00:16
Show Gist options
  • Save AndyG/358821103ac6148fea0ad4575596e440 to your computer and use it in GitHub Desktop.
Save AndyG/358821103ac6148fea0ad4575596e440 to your computer and use it in GitHub Desktop.
Basic Rule
abstract class Rule(val pattern: Pattern) {
abstract fun parse(matcher: Matcher, parser: Parser): Node
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment