Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Last active December 20, 2015 23:48
Show Gist options
  • Select an option

  • Save rmzelle/6214997 to your computer and use it in GitHub Desktop.

Select an option

Save rmzelle/6214997 to your computer and use it in GitHub Desktop.
grammar {
start =
element wrap { (a|b)|(a&b) }
a = element a {empty}
b = element b {empty}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment