Content deleted Content added
m link data interchange using Find link |
HeyElliott (talk | contribs) m MOS:NOTE |
||
Line 43:
DIGIT = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9"
</syntaxhighlight>
[[Red (programming language)]] Parse Dialect:
Line 55:
digit: ["0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"]
</syntaxhighlight>
One possible syntax diagram for the example grammars is below.
[[Image:Syntax-diagram-example.png|"Railroad" syntax diagram]]
|