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

67 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="173" height="169">
<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"/>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#some"
xlink:title="some">
<rect x="51" y="3" width="54" height="32"/>
<rect x="49" y="1" width="54" height="32" class="nonterminal"/>
<text class="nonterminal" x="59" y="21">some</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#every"
xlink:title="every">
<rect x="51" y="47" width="54" height="32"/>
<rect x="49" y="45" width="54" height="32" class="nonterminal"/>
<text class="nonterminal" x="59" y="65">every</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#expr"
xlink:title="expr">
<rect x="51" y="91" width="48" height="32"/>
<rect x="49" y="89" width="48" height="32" class="nonterminal"/>
<text class="nonterminal" x="59" y="109">expr</text>
</a>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#not-expr"
xlink:title="not-expr">
<rect x="51" y="135" width="74" height="32"/>
<rect x="49" y="133" width="74" height="32" class="nonterminal"/>
<text class="nonterminal" x="59" y="153">not-expr</text>
</a>
<path class="line"
d="m17 17 h2 m20 0 h10 m54 0 h10 m0 0 h20 m-114 0 h20 m94 0 h20 m-134 0 q10 0 10 10 m114 0 q0 -10 10 -10 m-124 10 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m54 0 h10 m0 0 h20 m-104 -10 v20 m114 0 v-20 m-114 20 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m48 0 h10 m0 0 h26 m-104 -10 v20 m114 0 v-20 m-114 20 v24 m114 0 v-24 m-114 24 q0 10 10 10 m94 0 q10 0 10 -10 m-104 10 h10 m74 0 h10 m23 -132 h-3"/>
<polygon points="163 17 171 13 171 21"/>
<polygon points="163 17 155 13 155 21"/>
</svg>