Skip to content

Instantly share code, notes, and snippets.

@stoffeastrom
Forked from refs/EBNF-cheatsheet.md
Created May 21, 2022 12:22
Show Gist options
  • Save stoffeastrom/a5fc1817e2fe7c3799a0bc62f6f2593a to your computer and use it in GitHub Desktop.
Save stoffeastrom/a5fc1817e2fe7c3799a0bc62f6f2593a to your computer and use it in GitHub Desktop.
Extended Backus-Naur Form Cheatsheet

Symbols

Usage Notation
definition =
concatenation ,
termination ;
alternation |
optional [ ... ]
repetition { ... }
grouping ( ... )
terminal string " ... "
terminal string ' ... '
comment (* ... *)
special sequence ? ... ?
exception -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment