Files
regorus/docs/diagram/path-ref.svg
Anand Krishnamoorthi aabf329088 Update READEME.md with current status, grammar etc. (#102)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-01-11 13:12:15 -08:00

98 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="535" height="113">
<defs>
<style type="text/css">
@namespace "http://www.w3.org/2000/svg";
.line {fill: none; stroke: #332900; stroke-width: 1;}
.bold-line {stroke: #141000; shape-rendering: crispEdges; stroke-width: 2;}
.thin-line {stroke: #1F1800; shape-rendering: crispEdges}
.filled {fill: #332900; stroke: none;}
text.terminal {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #141000;
font-weight: bold;
}
text.nonterminal {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #1A1400;
font-weight: normal;
}
text.regexp {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #1F1800;
font-weight: normal;
}
rect, circle, polygon {fill: #332900; stroke: #332900;}
rect.terminal {fill: #FFDB4D; stroke: #332900; stroke-width: 1;}
rect.nonterminal {fill: #FFEC9E; stroke: #332900; stroke-width: 1;}
rect.text {fill: none; stroke: none;}
polygon.regexp {fill: #FFF4C7; stroke: #332900; stroke-width: 1;}
</style>
</defs>
<polygon points="9 33 1 29 1 37"/>
<polygon points="17 33 9 29 9 37"/>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#IDENT"
xlink:title="IDENT">
<rect x="31" y="19" width="58" height="32"/>
<rect x="29" y="17" width="58" height="32" class="nonterminal"/>
<text class="nonterminal" x="39" y="37">IDENT</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#NO_WS"
xlink:title="NO_WS">
<rect x="149" y="19" width="68" height="32"/>
<rect x="147" y="17" width="68" height="32" class="nonterminal"/>
<text class="nonterminal" x="157" y="37">NO_WS</text>
</a>
<rect x="257" y="19" width="24" height="32" rx="10"/>
<rect x="255"
y="17"
width="24"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="265" y="37">.</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#NO_WS"
xlink:title="NO_WS">
<rect x="301" y="19" width="68" height="32"/>
<rect x="299" y="17" width="68" height="32" class="nonterminal"/>
<text class="nonterminal" x="309" y="37">NO_WS</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#IDENT"
xlink:title="IDENT">
<rect x="389" y="19" width="58" height="32"/>
<rect x="387" y="17" width="58" height="32" class="nonterminal"/>
<text class="nonterminal" x="397" y="37">IDENT</text>
</a>
<rect x="257" y="63" width="26" height="32" rx="10"/>
<rect x="255"
y="61"
width="26"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="265" y="81">[</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#STRING"
xlink:title="STRING">
<rect x="303" y="63" width="66" height="32"/>
<rect x="301" y="61" width="66" height="32" class="nonterminal"/>
<text class="nonterminal" x="311" y="81">STRING</text>
</a>
<rect x="389" y="63" width="26" height="32" rx="10"/>
<rect x="387"
y="61"
width="26"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="397" y="81">]</text>
<path class="line"
d="m17 33 h2 m0 0 h10 m58 0 h10 m40 0 h10 m68 0 h10 m20 0 h10 m24 0 h10 m0 0 h10 m68 0 h10 m0 0 h10 m58 0 h10 m-230 0 h20 m210 0 h20 m-250 0 q10 0 10 10 m230 0 q0 -10 10 -10 m-240 10 v24 m230 0 v-24 m-230 24 q0 10 10 10 m210 0 q10 0 10 -10 m-220 10 h10 m26 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m26 0 h10 m0 0 h32 m-338 -44 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m338 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-338 0 h10 m0 0 h328 m-378 32 h20 m378 0 h20 m-418 0 q10 0 10 10 m398 0 q0 -10 10 -10 m-408 10 v58 m398 0 v-58 m-398 58 q0 10 10 10 m378 0 q10 0 10 -10 m-388 10 h10 m0 0 h368 m23 -78 h-3"/>
<polygon points="525 33 533 29 533 37"/>
<polygon points="525 33 517 29 517 37"/>
</svg>