Syntax diagram: Difference between revisions

Content deleted Content added
Clarify and normalize some text.
m Fix typo in ABNF range example.
Line 42:
DIGIT = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9"
</syntaxhighlight>
Note that ABNF also supports ranges, e.g. '''DIGIT = %30x30-39''', but it is not used here for consistency with the other examples.
 
[[Red_(programming_language)]] Parse Dialect:
Line 61:
 
Note that while the syntax for the text-based grammars differs, the syntax diagram for all of them can be the same.
 
 
==See also==