add comment diagram

master
Jordan Orelli 10 years ago
parent 76bb79412f
commit 151096793b

@ -5,6 +5,7 @@ Variable ::= "@" Identifier
Bare_String ::= (GraphicChar | ("\" Char)) + Bare_String ::= (GraphicChar | ("\" Char)) +
Quoted_String ::= '"' ([^"\] | "\" Char) * '"' Quoted_String ::= '"' ([^"\] | "\" Char) * '"'
| "'" ([^'\] | "\" Char) * "'" | "'" ([^'\] | "\" Char) * "'"
Comment ::= '#' PrintChar +
Integer ::= [+-] ? Digit + Integer ::= [+-] ? Digit +
Hex ::= [+-] ? "0" [xX] (Digit | [a-fA-F]) + Hex ::= [+-] ? "0" [xX] (Digit | [a-fA-F]) +

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -256,6 +256,16 @@
</p> </p>
<p>no references</p><br><p style="font-size: 14px; font-weight:bold"><a name="Comment">Comment:</a></p>
<img border="0" src="diagram/Comment.png" height="52" width="226" usemap="#Comment.map"><map name="Comment.map">
<area shape="rect" coords="99,17,177,49" href="#PrintChar" title="PrintChar"></map>
<p>
<div class="ebnf"><pre><a href="#Comment" title="Comment" shape="rect">Comment</a> ::= '#' <a href="#PrintChar" title="PrintChar" shape="rect">PrintChar</a>+</pre></div>
</p>
<p>no references</p><br><p style="font-size: 14px; font-weight:bold"><a name="Integer">Integer:</a></p> <p>no references</p><br><p style="font-size: 14px; font-weight:bold"><a name="Integer">Integer:</a></p>
<img border="0" src="diagram/Integer.png" height="112" width="236" usemap="#Integer.map"><map name="Integer.map"> <img border="0" src="diagram/Integer.png" height="112" width="236" usemap="#Integer.map"><map name="Integer.map">
<area shape="rect" coords="139,17,187,49" href="#Digit" title="Digit"></map> <area shape="rect" coords="139,17,187,49" href="#Digit" title="Digit"></map>
@ -619,6 +629,8 @@
<ul> <ul>
<li><a href="#Comment" title="Comment">Comment</a></li>
<li><a href="#GraphicChar" title="GraphicChar">GraphicChar</a></li> <li><a href="#GraphicChar" title="GraphicChar">GraphicChar</a></li>
<li><a href="#Identifier" title="Identifier">Identifier</a></li> <li><a href="#Identifier" title="Identifier">Identifier</a></li>

Loading…
Cancel
Save