Skip to content

Instantly share code, notes, and snippets.

@balazsgrill
Created January 14, 2014 19:56
Show Gist options
  • Save balazsgrill/8424588 to your computer and use it in GitHub Desktop.
Save balazsgrill/8424588 to your computer and use it in GitHub Desktop.
/*
* Optional rule
*/
pattern NonTerm(first: Token, next: Token){
first == next;
}or{
//Rule body
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment