Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1 KB

ebnf_like.md

File metadata and controls

14 lines (12 loc) · 1 KB

Syntax Diagrams

A short summary of the elements used in syntax diagrams.

Syntax symbol Description
:= production rule ("non-terminal can be expanded to ...")
{ ... } 0..N occurrences ("*")
[ ... ] 0..1 occurrences ("?")
( ... ) grouping
... ** ** ... alternative
' ... ' literal
( ... ) placeholder for literal
? ... ? comment