Files
regorus/docs/diagram/default-rule.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

68 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="385" height="37">
<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 17 1 13 1 21"/>
<polygon points="17 17 9 13 9 21"/>
<rect x="31" y="3" width="68" height="32" rx="10"/>
<rect x="29"
y="1"
width="68"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="39" y="21">default</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#rule-ref"
xlink:title="rule-ref">
<rect x="119" y="3" width="66" height="32"/>
<rect x="117" y="1" width="66" height="32" class="nonterminal"/>
<text class="nonterminal" x="127" y="21">rule-ref</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#assign-op"
xlink:title="assign-op">
<rect x="205" y="3" width="82" height="32"/>
<rect x="203" y="1" width="82" height="32" class="nonterminal"/>
<text class="nonterminal" x="213" y="21">assign-op</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#term"
xlink:title="term">
<rect x="307" y="3" width="50" height="32"/>
<rect x="305" y="1" width="50" height="32" class="nonterminal"/>
<text class="nonterminal" x="315" y="21">term</text>
</a>
<path class="line"
d="m17 17 h2 m0 0 h10 m68 0 h10 m0 0 h10 m66 0 h10 m0 0 h10 m82 0 h10 m0 0 h10 m50 0 h10 m3 0 h-3"/>
<polygon points="375 17 383 13 383 21"/>
<polygon points="375 17 367 13 367 21"/>
</svg>