Skip to content

Instantly share code, notes, and snippets.

@FrancescoBonizzi
Last active April 21, 2021 05:22
Show Gist options
  • Save FrancescoBonizzi/a29060d0780da60f7636e533a7809918 to your computer and use it in GitHub Desktop.
Save FrancescoBonizzi/a29060d0780da60f7636e533a7809918 to your computer and use it in GitHub Desktop.
expr: factor((and | or) factor)*
factor: (not)* factor | boolean | LPAR expr RPAR
boolean: true | false | 0 | 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment