The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Index of sample files created by GraphViz2::Marpa</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="pragma" content="no-cache">
	<link rel="stylesheet" type="text/css" href="/assets/css/graphviz2/marpa/default.css">
	<link rel="stylesheet" type="text/css" href="/assets/css/graphviz2/marpa/fancy.table.css">
</head>
<body>

<h1>Index of sample files created by <a href="http://metacpan.org/release/GraphViz2-Marpa">GraphViz2::Marpa</a> V 1.12.</h1>

<p>All scripts, input files and output files required to generate these examples are shipped in the GraphViz2::Marpa distro.</p>

<p>Some sample data is deliberately faulty, and so does not produce an image, or produces a faulty one (e.g. data/42.*.gv)</p>

<p>The files with names like 90.*.gv are copies of the corresponding files *.gv from the <a href="http://www.graphviz.org/content/dot-language">Graphviz</a> distro.</p>

<table border = "1">
<tr>
  <td>Result of GraphViz2::Marpa processing *.gv</td><td>Result of dot processing the same file</td>
</tr>
<tr>
  <td>
	Input file 1: data/01.gv (0 bytes). Lex result: Error:<br />
  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 2: data/02.gv (1 byte). Lex result: Error:<br /> 
  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 3: data/03.gv (7 bytes). Lex result: Error:<br />strict

  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 4: data/04.gv (8 bytes). Lex result: Error:<br />digraph

  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 5: data/05.gv (6 bytes). Lex result: Error:<br />graph

  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 6: data/06.gv (3 bytes). Lex result: Error:<br />{}

  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 7: data/07.gv (10 bytes). Lex result: OK:<br />graph
<br />{
<br />}

  </td>
  <td>
<object data = "./07.svg"></object><br />
Output file 7: html/07.svg (567 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 8: data/08.gv (11 bytes). Lex result: Error:<br />strict
<br />{
<br />}

  </td>
  <td>
Dot result: Error.<br />
  </td>
</tr>
<tr>
  <td>
	Input file 9: data/09.gv (28 bytes). Lex result: OK:<br />strict digraph graph_09
<br />{
<br />}

  </td>
  <td>
<object data = "./09.svg"></object><br />
Output file 9: html/09.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 10: data/10.gv (21 bytes). Lex result: OK:<br />digraph graph_10
<br />{
<br />}

  </td>
  <td>
<object data = "./10.svg"></object><br />
Output file 10: html/10.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 11: data/11.gv (26 bytes). Lex result: OK:<br />strict graph graph_11
<br />{
<br />}

  </td>
  <td>
<object data = "./11.svg"></object><br />
Output file 11: html/11.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 12: data/12.gv (19 bytes). Lex result: OK:<br />graph graph_12
<br />{
<br />}

  </td>
  <td>
<object data = "./12.svg"></object><br />
Output file 12: html/12.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 13: data/13.gv (19 bytes). Lex result: OK:<br />strict digraph
<br />{
<br />}

  </td>
  <td>
<object data = "./13.svg"></object><br />
Output file 13: html/13.svg (567 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 14: data/14.gv (30 bytes). Lex result: OK:<br />digraph graph_14
<br />{
<br />	node_14
<br />}

  </td>
  <td>
<object data = "./14.svg"></object><br />
Output file 14: html/14.svg (839 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 15: data/15.gv (261 bytes). Lex result: OK:<br />digraph graph_15
<br />{
<br />	node
<br />	[
<br />		shape = &quot;record&quot;
<br />	]
<br />	edge
<br />	[
<br />		color = &quot;red&quot;
<br />		penwidth = 5
<br />	]
<br />	node_15_1
<br />	[
<br />		label = &quot;&lt;f0&gt; left|&lt;f1&gt; middle|&lt;f2&gt; right&quot;
<br />	]
<br />	node_15_2
<br />	[
<br />		label = &quot;&lt;f0&gt; one|&lt;f1&gt; two&quot;
<br />	]
<br />	node_15_1:f0 -&gt; node_15_2:f1
<br />	[
<br />		arrowhead = &quot;obox&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./15.svg"></object><br />
Output file 15: html/15.svg (1997 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 16: data/16.gv (267 bytes). Lex result: OK:<br />digraph graph_16
<br />{
<br />	node
<br />	[
<br />		shape = &quot;record&quot;
<br />	]
<br />	edge
<br />	[
<br />		color = &quot;green&quot;
<br />		penwidth = 5
<br />	]
<br />	node_16_1
<br />	[
<br />		label = &quot;&lt;f0&gt; left|&lt;f1&gt; middle|&lt;f2&gt; right&quot;
<br />	]
<br />	node_16_2
<br />	[
<br />		label = &quot;&lt;f0&gt; one|&lt;f1&gt; two&quot;
<br />	]
<br />	node_16_1:f0:n -&gt; node_16_2:f1:s
<br />	[
<br />		arrowhead = &quot;odot&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./16.svg"></object><br />
Output file 16: html/16.svg (2197 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 17: data/17.gv (264 bytes). Lex result: OK:<br />digraph graph_17
<br />{
<br />	node
<br />	[
<br />		shape = &quot;record&quot;
<br />	]
<br />	edge
<br />	[
<br />		color = &quot;blue&quot;
<br />		penwidth = 5
<br />	]
<br />	node_17_1
<br />	[
<br />		label = &quot;&lt;f0&gt; left|&lt;f1&gt; middle|&lt;f2&gt; right&quot;
<br />	]
<br />	node_17_2
<br />	[
<br />		label = &quot;&lt;f0&gt; one|&lt;f1&gt; two&quot;
<br />	]
<br />	node_17_1:n -&gt; node_17_2:s
<br />	[
<br />		arrowhead = &quot;odiamond&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./17.svg"></object><br />
Output file 17: html/17.svg (2190 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 18: data/18.gv (49 bytes). Lex result: OK:<br />digraph graph_18
<br />{
<br />	subgraph subgraph_18
<br />	{
<br />	}
<br />}

  </td>
  <td>
<object data = "./18.svg"></object><br />
Output file 18: html/18.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 19: data/19.gv (84 bytes). Lex result: OK:<br />digraph graph_19
<br />{
<br />	subgraph subgraph_19_1
<br />	{
<br />		subgraph subgraph_19_2
<br />		{
<br />		}
<br />	}
<br />}

  </td>
  <td>
<object data = "./19.svg"></object><br />
Output file 19: html/19.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 20: data/20.gv (45 bytes). Lex result: OK:<br />digraph graph_20
<br />{
<br />	node_20_1 -&gt; node_20_2
<br />}

  </td>
  <td>
<object data = "./20.svg"></object><br />
Output file 20: html/20.svg (1422 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 21: data/21.gv (46 bytes). Lex result: OK:<br />digraph graph_21
<br />{
<br />	attribute_21 = value_21
<br />}

  </td>
  <td>
<object data = "./21.svg"></object><br />
Output file 21: html/21.svg (579 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 22: data/22.gv (54 bytes). Lex result: OK:<br />digraph graph_22
<br />{
<br />	node_22
<br />	[
<br />		fillcolor = red
<br />	]
<br />}

  </td>
  <td>
<object data = "./22.svg"></object><br />
Output file 22: html/22.svg (839 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 23: data/23.gv (43 bytes). Lex result: OK:<br />digraph graph_23
<br />{
<br />	node_23_1
<br />	node_23_2
<br />}

  </td>
  <td>
<object data = "./23.svg"></object><br />
Output file 23: html/23.svg (1108 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 24: data/24.gv (85 bytes). Lex result: OK:<br />digraph graph_24
<br />{
<br />	node_24_1
<br />	[
<br />		color = red
<br />	]
<br />	node_24_2
<br />	[
<br />		color = green
<br />	]
<br />}

  </td>
  <td>
<object data = "./24.svg"></object><br />
Output file 24: html/24.svg (1106 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 25: data/25.gv (70 bytes). Lex result: OK:<br />digraph graph_25
<br />{
<br />	node_25
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />	]
<br />}

  </td>
  <td>
<object data = "./25.svg"></object><br />
Output file 25: html/25.svg (850 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 26: data/26.gv (71 bytes). Lex result: OK:<br />digraph graph_26
<br />{
<br />	node_26
<br />	[
<br />		color = red,
<br />		fontcolor = green
<br />	]
<br />}

  </td>
  <td>
<object data = "./26.svg"></object><br />
Output file 26: html/26.svg (850 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 27: data/27.gv (147 bytes). Lex result: OK:<br />digraph graph_27
<br />{
<br />	node_27_1
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />	]
<br />	node_27_2
<br />	[
<br />		color = green
<br />		fontcolor = red
<br />	]
<br />	node_27_1 -&gt; node_27_2
<br />}

  </td>
  <td>
<object data = "./27.svg"></object><br />
Output file 27: html/27.svg (1444 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 28: data/28.gv (172 bytes). Lex result: OK:<br />digraph graph_28
<br />{
<br />	edge
<br />	[
<br />		dir = both
<br />	]
<br />	node_28_1
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />	]
<br />	node_28_2
<br />	[
<br />		color = green
<br />		fontcolor = red
<br />	]
<br />	node_28_1 -&gt; node_28_2
<br />}

  </td>
  <td>
<object data = "./28.svg"></object><br />
Output file 28: html/28.svg (1555 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 29: data/29.gv (110 bytes). Lex result: OK:<br />digraph graph_29
<br />{
<br />	subgraph subgraph_29_1
<br />	{
<br />		subgraph subgraph_29_2
<br />		{
<br />			node_29_1 -&gt; node_29_2
<br />		}
<br />	}
<br />}

  </td>
  <td>
<object data = "./29.svg"></object><br />
Output file 29: html/29.svg (1422 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 30: data/30.gv (132 bytes). Lex result: OK:<br />digraph graph_30
<br />{
<br />	node_30
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />}

  </td>
  <td>
<object data = "./30.svg"></object><br />
Output file 30: html/30.svg (1047 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 31: data/31.gv (189 bytes). Lex result: OK:<br />digraph graph_31
<br />{
<br />	node_31
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table border=&#39;0&#39;&gt;&lt;tr&gt;&lt;td&gt;html-style label with literal &amp;lt;br /&amp;gt; and no table border&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />}

  </td>
  <td>
<object data = "./31.svg"></object><br />
Output file 31: html/31.svg (920 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 32: data/32.gv (154 bytes). Lex result: OK:<br />digraph graph_32
<br />{
<br />	node_32
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label with literal &amp;lt;&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />}

  </td>
  <td>
<object data = "./32.svg"></object><br />
Output file 32: html/32.svg (1060 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 33: data/33.gv (374 bytes). Lex result: OK:<br />digraph graph_33
<br />{
<br />	node_33_1
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label for node_33_1&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />	node_33_2
<br />	[
<br />		color = green
<br />		fontcolor = red
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label for node_33_2&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />	node_33_1 -&gt; node_33_2
<br />	[
<br />		arrowhead = crow
<br />		arrowtail = diamond
<br />		color = blue
<br />		dir = both
<br />	]
<br />}

  </td>
  <td>
<object data = "./33.svg"></object><br />
Output file 33: html/33.svg (2035 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 34: data/34.gv (171 bytes). Lex result: OK:<br />digraph graph_34
<br />{
<br />	node_34
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label with &amp;lt;&amp;gt; embedded angle brackets&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	];
<br />}

  </td>
  <td>
<object data = "./34.svg"></object><br />
Output file 34: html/34.svg (1086 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 35: data/35.gv (377 bytes). Lex result: OK:<br />digraph graph_35
<br />{
<br />	node_35_1
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label for node_35_1&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	];
<br />	node_35_2
<br />	[
<br />		color = green
<br />		fontcolor = red
<br />		label = &lt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;html-style label for node_35_2&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	];
<br />	node_35_1 -&gt; node_35_2
<br />	[
<br />		arrowhead = crow
<br />		arrowtail = diamond
<br />		color = blue
<br />		dir = both
<br />	];
<br />}

  </td>
  <td>
<object data = "./35.svg"></object><br />
Output file 35: html/35.svg (2035 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 36: data/36.gv (93 bytes). Lex result: OK:<br />digraph graph_36
<br />{
<br />// C++-style comment.
<br />	node_36
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />	];
<br />}

  </td>
  <td>
<object data = "./36.svg"></object><br />
Output file 36: html/36.svg (850 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 37: data/37.gv (93 bytes). Lex result: OK:<br />digraph graph_37
<br />{
<br /># Bash-style comment.
<br />	node_37
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />	];
<br />}

  </td>
  <td>
<object data = "./37.svg"></object><br />
Output file 37: html/37.svg (850 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 38: data/38.gv (250 bytes). Lex result: OK:<br />digraph graph_38
<br />{
<br />	node_38
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &lt;&lt;table border=&#39;0&#39;&gt;&lt;tr&gt;&lt;td&gt;html-style label with 2 &lt;br align=&#39;center&#39; /&gt; &amp;lt;br /&amp;gt;s in the middle &lt;br align=&#39;center&#39; /&gt; and without a table border.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&gt;
<br />	]
<br />}

  </td>
  <td>
<object data = "./38.svg"></object><br />
Output file 38: html/38.svg (1157 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 39: data/39.gv (120 bytes). Lex result: OK:<br />digraph graph_39
<br />{
<br />	node_39
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		label = &quot;Quoted label with \n embedded newline&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./39.svg"></object><br />
Output file 39: html/39.svg (996 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 40: data/40.gv (83 bytes). Lex result: OK:<br />digraph &quot;graph_40&quot;
<br />{
<br />	&quot;node_40&quot;
<br />	[
<br />		&quot;color&quot; = &quot;red&quot;,
<br />		&quot;fontcolor&quot; = &quot;green&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./40.svg"></object><br />
Output file 40: html/40.svg (850 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 41: data/41.gv (88 bytes). Lex result: OK:<br />digraph
<br />{
<br />	node_41
<br />	[
<br />		color = red,
<br />		fontcolor = green
<br />		label = &quot;ID-less graph&quot;
<br />	]
<br />}

  </td>
  <td>
<object data = "./41.svg"></object><br />
Output file 41: html/41.svg (852 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 42: data/42.01.gv (42 bytes). Lex result: OK:<br />digraph graph_42_01
<br />{
<br />	node_42_01
<br />	[
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.01.svg"></object><br />
Output file 42: html/42.01.svg (858 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 43: data/42.02.gv (54 bytes). Lex result: OK:<br />digraph graph_42_02
<br />{
<br />	node_42_02
<br />	[
<br />		fixedsize
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.02.svg"></object><br />
Output file 43: html/42.02.svg (849 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 44: data/42.03.gv (61 bytes). Lex result: OK:<br />digraph graph_42_03
<br />{
<br />	node_42_03
<br />	[
<br />		fixedsize = true
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.03.svg"></object><br />
Output file 44: html/42.03.svg (849 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 45: data/42.04.gv (62 bytes). Lex result: OK:<br />digraph graph_42_04
<br />{
<br />	node_42_04
<br />	[
<br />		fixedsize
<br />		width
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.04.svg"></object><br />
Output file 45: html/42.04.svg (849 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 46: data/42.05.gv (66 bytes). Lex result: OK:<br />digraph graph_42_05
<br />{
<br />	node_42_05
<br />	[
<br />		fixedsize
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.05.svg"></object><br />
Output file 46: html/42.05.svg (853 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 47: data/42.06.gv (69 bytes). Lex result: OK:<br />digraph graph_42_06
<br />{
<br />	node_42_06
<br />	[
<br />		fixedsize = true
<br />		width
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.06.svg"></object><br />
Output file 47: html/42.06.svg (849 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 48: data/42.07.gv (73 bytes). Lex result: OK:<br />digraph graph_42_07
<br />{
<br />	node_42_07
<br />	[
<br />		fixedsize = true
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.07.svg"></object><br />
Output file 48: html/42.07.svg (853 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 49: data/42.08.gv (71 bytes). Lex result: OK:<br />digraph graph_42_08
<br />{
<br />	node_42_08
<br />	[
<br />		fixedsize
<br />		height
<br />		width
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.08.svg"></object><br />
Output file 49: html/42.08.svg (849 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 50: data/42.09.gv (75 bytes). Lex result: OK:<br />digraph graph_42_09
<br />{
<br />	node_42_09
<br />	[
<br />		fixedsize
<br />		height
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.09.svg"></object><br />
Output file 50: html/42.09.svg (853 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 51: data/42.10.gv (79 bytes). Lex result: OK:<br />digraph graph_42_10
<br />{
<br />	node_42_10
<br />	[
<br />		fixedsize
<br />		height = 2
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.10.svg"></object><br />
Output file 51: html/42.10.svg (858 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 52: data/42.11.gv (82 bytes). Lex result: OK:<br />digraph graph_42_11
<br />{
<br />	node_42_11
<br />	[
<br />		fixedsize = true
<br />		height
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.11.svg"></object><br />
Output file 52: html/42.11.svg (853 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 53: data/42.12.gv (75 bytes). Lex result: OK:<br />digraph graph_42_12
<br />{
<br />	node_42_12
<br />	[
<br />		fixedsize
<br />		height = 2
<br />		width
<br />	]
<br />}

  </td>
  <td>
<object data = "./42.12.svg"></object><br />
Output file 53: html/42.12.svg (854 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 54: data/43.gv (134 bytes). Lex result: OK:<br />digraph graph_43
<br />{
<br />	node_43_1
<br />	[
<br />		color = red
<br />		fontcolor = green
<br />		shape = box
<br />	]
<br />	node_43_2
<br />	[
<br />		fixedsize = true
<br />		width = 2
<br />	]
<br />}

  </td>
  <td>
<object data = "./43.svg"></object><br />
Output file 54: html/43.svg (1133 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 55: data/44.gv (76 bytes). Lex result: OK:<br />graph graph_44
<br />{
<br />	node
<br />	[
<br />		shape = box
<br />	]
<br />	course;
<br />	institute;
<br />	student;
<br />}

  </td>
  <td>
<object data = "./44.svg"></object><br />
Output file 55: html/44.svg (1388 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 56: data/45.gv (159 bytes). Lex result: OK:<br />graph graph_45
<br />{
<br />	node
<br />	[
<br />		shape = box
<br />	]
<br />	course;
<br />	institute;
<br />	student;
<br />	node
<br />	[
<br />		shape = ellipse
<br />	]
<br />	node
<br />	[
<br />		label = &quot;name&quot;
<br />	]
<br />	name0;
<br />	name1;
<br />	name2;
<br />}

  </td>
  <td>
<object data = "./45.svg"></object><br />
Output file 56: html/45.svg (2126 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 57: data/46.gv (172 bytes). Lex result: OK:<br />graph graph_46
<br />{
<br />	node
<br />	[
<br />		shape = box
<br />	]
<br />	course;
<br />	institute;
<br />	student;
<br />	node
<br />	[
<br />		shape = ellipse
<br />	]
<br />	{
<br />		node
<br />		[
<br />			label = &quot;name&quot;
<br />		]
<br />		name0;
<br />		name1;
<br />		name2;
<br />	}
<br />}

  </td>
  <td>
<object data = "./46.svg"></object><br />
Output file 57: html/46.svg (2126 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 58: data/47.gv (104 bytes). Lex result: OK:<br /># Oops. We can&#39;t handle this case yet.
<br />
<br />digraph graph_47
<br />{
<br />	big -&gt;
<br />	{
<br />		small
<br />		smaller
<br />		smallest
<br />	}
<br />}

  </td>
  <td>
<object data = "./47.svg"></object><br />
Output file 58: html/47.svg (2517 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 59: data/48.gv (187 bytes). Lex result: OK:<br />graph graph_49
<br />{
<br />	node
<br />	[
<br />		shape = box
<br />	]
<br />	course;
<br />	institute;
<br />	student;
<br />	node
<br />	[
<br />		shape = ellipse
<br />	]
<br />	{
<br />	}
<br />	code;
<br />	grade;
<br />	number;
<br />	name0 -- course;
<br />	code -- course;
<br />	fontsize = 20;
<br />}

  </td>
  <td>
<object data = "./48.svg"></object><br />
Output file 59: html/48.svg (2805 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 60: data/49.gv (247 bytes). Lex result: OK:<br />graph graph_49
<br />{
<br />	node
<br />	[
<br />		shape = box
<br />	]
<br />	course;
<br />	institute;
<br />	student;
<br />	node
<br />	[
<br />		shape = ellipse
<br />	]
<br />	{
<br />		node
<br />		[
<br />			label = &quot;name&quot;
<br />		]
<br />		name0;
<br />		name1;
<br />		name2;
<br />	}
<br />	code;
<br />	grade;
<br />	number;
<br />	name0 -- course;
<br />	code -- course;
<br />	fontsize = 20;
<br />}

  </td>
  <td>
<object data = "./49.svg"></object><br />
Output file 60: html/49.svg (3297 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 61: data/50.gv (63 bytes). Lex result: OK:<br />digraph graph_50
<br />{
<br /># A node whose name is 0. Can we cope?
<br />	0
<br />}

  </td>
  <td>
<object data = "./50.svg"></object><br />
Output file 61: html/50.svg (816 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 62: data/51.gv (177 bytes). Lex result: OK:<br />digraph graph_51
<br />{
<br />	edge [color = blue]
<br />
<br />	node [shape = Mdiamond]
<br />
<br />	node_51_01
<br />
<br />	node [shape = Msquare]
<br />
<br />	node_51_02
<br />
<br />	graph [label = &quot;Class Demo&quot;]
<br />
<br />	node_51_01 -&gt; node_51_02
<br />}

  </td>
  <td>
<object data = "./51.svg"></object><br />
Output file 62: html/51.svg (2223 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 63: data/52.gv (183 bytes). Lex result: OK:<br /># In V 1.04 this would output a node called &#39;node_52_2node_52_3&#39;.
<br /># This bug is fixed in V 1.05. See notes in the CHANGES file.
<br />
<br />digraph graph_52
<br />{
<br />node_52_1 -&gt; node_52_2
<br />node_52_3
<br />}

  </td>
  <td>
<object data = "./52.svg"></object><br />
Output file 63: html/52.svg (1681 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 64: data/53.gv (672 bytes). Lex result: OK:<br />strict digraph graph_53
<br />{
<br />	label   = &quot;Complex Syntax Test&quot;
<br />	rankdir = TB
<br />
<br />	A [shape = oval]
<br />
<br />	node [shape = house]
<br />	edge [color = purple]
<br />
<br />	{
<br />		rank = same
<br />		B
<br />		C
<br />		node [shape = oval]
<br />		D
<br />		ordering = out
<br />		A -&gt; B
<br />		C -&gt; D
<br />	}
<br />
<br />	node [color = green style = filled]
<br />	E
<br />	F
<br />	E -&gt; F [label = &quot;e-&gt;f&quot;, dir = both, arrowhead = dot, arrowtail = odot]
<br />
<br />	subgraph cluster_outer
<br />	{
<br />		G -&gt; H
<br />		node [shape = hexagon]
<br />		node [color = red]
<br />		label = Outer
<br />		subgraph cluster_inner
<br />		{
<br />			node [shape = triangle]
<br />			edge [color = blue]
<br />			I [color = pink shape = square]
<br />			I -&gt; J
<br />			label = Inner
<br />		}
<br />	}
<br />	graph [rankdir = TB]
<br />	node  [color   = orange]
<br />	K
<br />	L
<br />	K -&gt; L [label = &quot;k-&gt;l&quot;]
<br />}

  </td>
  <td>
<object data = "./53.svg"></object><br />
Output file 64: html/53.svg (6432 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 65: data/54.gv (115 bytes). Lex result: OK:<br /># V 1.05 would mis-parse &#39;A [] B&#39; as &#39;A&#39;.
<br /># Node B would be lost because [] is empty.
<br />
<br />digraph graph_54
<br />{
<br />A [] B
<br />}

  </td>
  <td>
<object data = "./54.svg"></object><br />
Output file 65: html/54.svg (1048 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 66: data/55.gv (1009 bytes). Lex result: OK:<br />strict digraph graph_55
<br />{
<br />	label = &quot;Complex Syntax Test&quot;
<br />
<br />	A [color = blue]
<br />
<br />	node [shape = house]
<br />	edge [color = purple]
<br />
<br />	{
<br />		rank = same
<br />		C
<br />		node [fillcolor = goldenrod shape = circle style = filled]
<br />		A -&gt; B
<br />		B [color = mediumseagreen]
<br />		C [color = firebrick1]
<br />		B -&gt; C [color = orange penwidth = 5]
<br />		node [fillcolor = turquoise4]
<br />		C -&gt; D [arrowtail = obox arrowhead = crow dir = both minlen = 2]
<br />		D -&gt; E [arrowtail = odot arrowhead = dot dir = both minlen = 2 penwidth = 5]
<br />		{
<br />			node [fillcolor = darkorchid shape = pentagon]
<br />			F [color = darkorchid fillcolor = yellow penwidth = 5 shape = hexagon]
<br />			G [color = crimson penwidth = 7]
<br />			F -&gt; G
<br />		}
<br />	}
<br />
<br />	B [shape = square]
<br />
<br />	node [fillcolor = lightblue fontsize = 20 style = filled]
<br />
<br />	subgraph cluster_outer
<br />	{
<br />		label = Outer
<br />		H -&gt; I
<br />
<br />		subgraph cluster_inner
<br />		{
<br />			label = Inner
<br />			node [fillcolor = magenta fontsize = 26 shape = triangle]
<br />			edge [color = blue]
<br />			J [color = yellow shape = square]
<br />			J -&gt; K
<br />		}
<br />	}
<br />	graph [rankdir = TB]
<br />}

  </td>
  <td>
<object data = "./55.svg"></object><br />
Output file 66: html/55.svg (6529 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 67: data/56.gv (1353 bytes). Lex result: OK:<br />digraph g {
<br />	rankdir=LR;
<br />
<br />	node [shape=rpromoter colorscheme=rdbu5 color=1 style=filled fontcolor=3]; Hef1a; TRE; UAS; Hef1aLacOid;
<br />	Hef1aLacOid [label=&quot;Hef1a-LacOid&quot;];
<br />	node [shape=rarrow colorscheme=rdbu5 color=5 style=filled fontcolor=3]; Gal4VP16; LacI; rtTA3; DeltamCherry;
<br />	Gal4VP16 [label=&quot;Gal4-VP16&quot;];
<br />	product [shape=oval style=filled colorscheme=rdbu5 color=2 label=&quot;&quot;];
<br />	repression [shape=oval label=&quot;LacI repression&quot; fontcolor=black style=dotted];
<br />	node [shape=oval style=filled colorscheme=rdbu5 color=4 fontcolor=5];
<br />	combination [label=&quot;rtTA3 + Doxycycline&quot;];
<br />	LacIprotein [label=&quot;LacI&quot;];
<br />	rtTA3protein [label=&quot;rtTA3&quot;];
<br />	Gal4VP16protein [label=&quot;Gal4-VP16&quot;];
<br />
<br />
<br />	subgraph cluster_0 {
<br />		colorscheme=rdbu5;
<br />		color=3;
<br />		node [colorscheme=rdbu5 fontcolor=3];
<br />		Hef1a -&gt; Gal4VP16 [arrowhead=none];
<br />		Gal4VP16 -&gt; UAS [arrowhead=none];
<br />		UAS -&gt; LacI [arrowhead=none];
<br />		LacI -&gt; Hef1aLacOid [arrowhead=none];
<br />		Hef1aLacOid -&gt; rtTA3 [arrowhead=none];
<br />		rtTA3 -&gt; TRE [arrowhead=none];
<br />		TRE -&gt; DeltamCherry [arrowhead=none]
<br />	}
<br />
<br />	Gal4VP16 -&gt; Gal4VP16protein;
<br />	Gal4VP16protein -&gt; UAS;
<br />	LacI -&gt; LacIprotein;
<br />	LacIprotein -&gt; repression;
<br />	repression -&gt; Hef1aLacOid [arrowhead=tee];
<br />	IPTG -&gt; repression [arrowhead=tee];
<br />	rtTA3 -&gt; rtTA3protein;
<br />	rtTA3protein -&gt; combination;
<br />	combination -&gt; TRE;
<br />	Doxycycline -&gt; combination;
<br />	DeltamCherry -&gt; product;
<br />
<br />
<br />
<br />}

  </td>
  <td>
<object data = "./56.svg"></object><br />
Output file 67: html/56.svg (11225 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 68: data/57.gv (4389 bytes). Lex result: OK:<br />digraph G {
<br />	graph [rankdir=LR nodesep=0]
<br />	node [shape=point label=&quot;&quot;]
<br />	edge [fontsize=10]
<br />	_box -&gt; box [arrowhead=box label=box]
<br />	box -&gt; boxbox [arrowhead=boxbox label=boxbox]
<br />	_box -&gt; lbox [arrowhead=lbox label=lbox]
<br />	lbox -&gt; lboxlbox [arrowhead=lboxlbox label=lboxlbox]
<br />	_box -&gt; rbox [arrowhead=rbox label=rbox]
<br />	rbox -&gt; rboxrbox [arrowhead=rboxrbox label=rboxrbox]
<br />	_box -&gt; olbox [arrowhead=olbox label=olbox]
<br />	olbox -&gt; olboxolbox [arrowhead=olboxolbox label=olboxolbox]
<br />	_box -&gt; orbox [arrowhead=orbox label=orbox]
<br />	orbox -&gt; orboxorbox [arrowhead=orboxorbox label=orboxorbox]
<br />	_box -&gt; obox [arrowhead=obox label=obox]
<br />	obox -&gt; oboxobox [arrowhead=oboxobox label=oboxobox]
<br />	_crow -&gt; crow [arrowhead=crow label=crow]
<br />	crow -&gt; crowcrow [arrowhead=crowcrow label=crowcrow]
<br />	_crow -&gt; lcrow [arrowhead=lcrow label=lcrow]
<br />	lcrow -&gt; lcrowlcrow [arrowhead=lcrowlcrow label=lcrowlcrow]
<br />	_crow -&gt; rcrow [arrowhead=rcrow label=rcrow]
<br />	rcrow -&gt; rcrowrcrow [arrowhead=rcrowrcrow label=rcrowrcrow]
<br />	_diamond -&gt; diamond [arrowhead=diamond label=diamond]
<br />	diamond -&gt; diamonddiamond [arrowhead=diamonddiamond label=diamonddiamond]
<br />	_diamond -&gt; ldiamond [arrowhead=ldiamond label=ldiamond]
<br />	ldiamond -&gt; ldiamondldiamond [arrowhead=ldiamondldiamond label=ldiamondldiamond]
<br />	_diamond -&gt; rdiamond [arrowhead=rdiamond label=rdiamond]
<br />	rdiamond -&gt; rdiamondrdiamond [arrowhead=rdiamondrdiamond label=rdiamondrdiamond]
<br />	_diamond -&gt; oldiamond [arrowhead=oldiamond label=oldiamond]
<br />	oldiamond -&gt; oldiamondoldiamond [arrowhead=oldiamondoldiamond label=oldiamondoldiamond]
<br />	_diamond -&gt; ordiamond [arrowhead=ordiamond label=ordiamond]
<br />	ordiamond -&gt; ordiamondordiamond [arrowhead=ordiamondordiamond label=ordiamondordiamond]
<br />	_diamond -&gt; odiamond [arrowhead=odiamond label=odiamond]
<br />	odiamond -&gt; odiamondodiamond [arrowhead=odiamondodiamond label=odiamondodiamond]
<br />	_dot -&gt; dot [arrowhead=dot label=dot]
<br />	dot -&gt; dotdot [arrowhead=dotdot label=dotdot]
<br />	_dot -&gt; odot [arrowhead=odot label=odot]
<br />	odot -&gt; odotodot [arrowhead=odotodot label=odotodot]
<br />	_inv -&gt; inv [arrowhead=inv label=inv]
<br />	inv -&gt; invinv [arrowhead=invinv label=invinv]
<br />	_inv -&gt; linv [arrowhead=linv label=linv]
<br />	linv -&gt; linvlinv [arrowhead=linvlinv label=linvlinv]
<br />	_inv -&gt; rinv [arrowhead=rinv label=rinv]
<br />	rinv -&gt; rinvrinv [arrowhead=rinvrinv label=rinvrinv]
<br />	_inv -&gt; olinv [arrowhead=olinv label=olinv]
<br />	olinv -&gt; olinvolinv [arrowhead=olinvolinv label=olinvolinv]
<br />	_inv -&gt; orinv [arrowhead=orinv label=orinv]
<br />	orinv -&gt; orinvorinv [arrowhead=orinvorinv label=orinvorinv]
<br />	_inv -&gt; oinv [arrowhead=oinv label=oinv]
<br />	oinv -&gt; oinvoinv [arrowhead=oinvoinv label=oinvoinv]
<br />	_none -&gt; none [arrowhead=none label=none]
<br />	none -&gt; nonenone [arrowhead=nonenone label=nonenone]
<br />	_normal -&gt; normal [arrowhead=normal label=normal]
<br />	normal -&gt; normalnormal [arrowhead=normalnormal label=normalnormal]
<br />	_normal -&gt; lnormal [arrowhead=lnormal label=lnormal]
<br />	lnormal -&gt; lnormallnormal [arrowhead=lnormallnormal label=lnormallnormal]
<br />	_normal -&gt; rnormal [arrowhead=rnormal label=rnormal]
<br />	rnormal -&gt; rnormalrnormal [arrowhead=rnormalrnormal label=rnormalrnormal]
<br />	_normal -&gt; olnormal [arrowhead=olnormal label=olnormal]
<br />	olnormal -&gt; olnormalolnormal [arrowhead=olnormalolnormal label=olnormalolnormal]
<br />	_normal -&gt; ornormal [arrowhead=ornormal label=ornormal]
<br />	ornormal -&gt; ornormalornormal [arrowhead=ornormalornormal label=ornormalornormal]
<br />	_normal -&gt; onormal [arrowhead=onormal label=onormal]
<br />	onormal -&gt; onormalonormal [arrowhead=onormalonormal label=onormalonormal]
<br />	_tee -&gt; tee [arrowhead=tee label=tee]
<br />	tee -&gt; teetee [arrowhead=teetee label=teetee]
<br />	_tee -&gt; ltee [arrowhead=ltee label=ltee]
<br />	ltee -&gt; lteeltee [arrowhead=lteeltee label=lteeltee]
<br />	_tee -&gt; rtee [arrowhead=rtee label=rtee]
<br />	rtee -&gt; rteertee [arrowhead=rteertee label=rteertee]
<br />	_vee -&gt; vee [arrowhead=vee label=vee]
<br />	vee -&gt; veevee [arrowhead=veevee label=veevee]
<br />	_vee -&gt; lvee [arrowhead=lvee label=lvee]
<br />	lvee -&gt; lveelvee [arrowhead=lveelvee label=lveelvee]
<br />	_vee -&gt; rvee [arrowhead=rvee label=rvee]
<br />	rvee -&gt; rveervee [arrowhead=rveervee label=rveervee]
<br />	_curve -&gt; curve [arrowhead=curve label=curve]
<br />	curve -&gt; curvecurve [arrowhead=curvecurve label=curvecurve]
<br />	_curve -&gt; lcurve [arrowhead=lcurve label=lcurve]
<br />	lcurve -&gt; lcurvelcurve [arrowhead=lcurvelcurve label=lcurvelcurve]
<br />	_curve -&gt; rcurve [arrowhead=rcurve label=rcurve]
<br />	rcurve -&gt; rcurvercurve [arrowhead=rcurvercurve label=rcurvercurve]
<br />}

  </td>
  <td>
<object data = "./57.svg"></object><br />
Output file 68: html/57.svg (58352 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 69: data/58.gv (410 bytes). Lex result: OK:<br /># Test of href as a clickable label attribute.
<br /># Note the use of single quotes in the label.
<br /># Double quotes are used for output *.csv files.
<br />
<br />digraph href_test
<br />{
<br />	edge   [color = blue]
<br />	node_1 [color = red]
<br />	node_2 [color = green]
<br />
<br />	node_1 -&gt; node_2
<br />	[
<br />		label =
<br />		&lt;&lt;table border=&#39;0&#39;&gt;
<br />			&lt;tr&gt;
<br />				&lt;td href=&#39;http://savage.net.au&#39; title=&#39;Tool tip&#39;&gt;Hover over label, then click it&lt;/td&gt;
<br />			&lt;/tr&gt;
<br />		&lt;/table&gt;&gt;
<br />	]
<br />}

  </td>
  <td>
<object data = "./58.svg"></object><br />
Output file 69: html/58.svg (1603 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 70: data/90.ER.gv (650 bytes). Lex result: OK:<br />graph ER {
<br />	node [shape=box]; course; institute; student;
<br />	node [shape=ellipse]; {node [label=&quot;name&quot;] name0; name1; name2;}
<br />		code; grade; number;
<br />	node [shape=diamond,style=filled,color=lightgrey]; &quot;C-I&quot;; &quot;S-C&quot;; &quot;S-I&quot;;
<br />
<br />	name0 -- course;
<br />	code -- course;
<br />	course -- &quot;C-I&quot; [label=&quot;n&quot;,len=1.00];
<br />	&quot;C-I&quot; -- institute [label=&quot;1&quot;,len=1.00];
<br />	institute -- name1;
<br />	institute -- &quot;S-I&quot; [label=&quot;1&quot;,len=1.00];
<br />	&quot;S-I&quot; -- student [label=&quot;n&quot;,len=1.00];
<br />	student -- grade;
<br />	student -- name2;
<br />	student -- number;
<br />	student -- &quot;S-C&quot; [label=&quot;m&quot;,len=1.00];
<br />	&quot;S-C&quot; -- course [label=&quot;n&quot;,len=1.00];
<br />
<br />	label = &quot;\n\nEntity Relation Diagram\ndrawn by NEATO&quot;;
<br />	fontsize=20;
<br />}

  </td>
  <td>
<object data = "./90.ER.svg"></object><br />
Output file 70: html/90.ER.svg (7131 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 71: data/90.KW91.gv (416 bytes). Lex result: OK:<br />digraph G {
<br />	style=bold;
<br />	subgraph cluster_outer {
<br />		Act_1 -&gt; Act_21;
<br />		Act_1 -&gt; Act_23;
<br />		Act_25 -&gt; Act_3;
<br />		subgraph cluster_inner {
<br />			label = &quot;                          Act_2&quot;;
<br />			{Act_21 -&gt; Act_22 [minlen=2]; rank=same;}
<br />			Act_22 -&gt; Act_23;
<br />			Act_22 -&gt; Act_24;
<br />			{Act_23 -&gt; Act_24 [minlen=2]; rank=same;}
<br />			Act_23 -&gt; Act_25;
<br />			Act_24 -&gt; Act_25;
<br />		}
<br />	}
<br />	Ext_1 -&gt; Act_1;
<br />	Act_3 -&gt; Ext_2;
<br />	Ext_3 -&gt; Act_24;
<br />}

  </td>
  <td>
<object data = "./90.KW91.svg"></object><br />
Output file 71: html/90.KW91.svg (7465 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 72: data/90.Petersen.gv (902 bytes). Lex result: OK:<br />/*
<br /> * The transitive 5-net, also known as Petersen&#39;s graph,
<br /> * can be used to test the &quot;stability points&quot; of the layout
<br /> * algorithm.
<br /> *
<br /> * The &quot;ideal&quot; layout is achieved for certain random seed
<br /> * values when len=1.5.  For len=2.5 or above, the layout
<br /> * is stable. Sometimes, the graph is rendered &quot;inside-out&quot;.
<br /> */
<br />graph &quot;Petersen&quot; {
<br />	node [
<br />		fontname = &quot;Arial&quot;
<br />		label = &quot;\N&quot;
<br />		shape = &quot;circle&quot;
<br />		width = &quot;0.400000&quot;
<br />		height = &quot;0.400000&quot;
<br />		color = &quot;black&quot;
<br />	]
<br />	edge [
<br />		color = &quot;black&quot;
<br />	]
<br />	/* Outer wheel. The len= is what makes it outer */
<br />	&quot;0&quot; -- &quot;1&quot; -- &quot;2&quot; -- &quot;3&quot; -- &quot;4&quot; -- &quot;0&quot; [
<br />		color = &quot;blue&quot;
<br />		len = 2.6
<br />	]
<br />	&quot;0&quot; -- &quot;5&quot; [
<br />		color = &quot;red&quot;
<br />		weight = &quot;5&quot;
<br />	]
<br />	&quot;1&quot; -- &quot;6&quot; [
<br />		color = &quot;red&quot;
<br />		weight = &quot;5&quot;
<br />	]
<br />	&quot;2&quot; -- &quot;7&quot; [
<br />		color = &quot;red&quot;
<br />		weight = &quot;5&quot;
<br />	]
<br />	&quot;3&quot; -- &quot;8&quot; [
<br />		color = &quot;red&quot;
<br />		weight = &quot;5&quot;
<br />	]
<br />	&quot;4&quot; -- &quot;9&quot; [
<br />		color = &quot;red&quot;
<br />		weight = &quot;5&quot;
<br />	]
<br />	&quot;5&quot; -- &quot;7&quot; -- &quot;9&quot; -- &quot;6&quot; -- &quot;8&quot; -- &quot;5&quot;;
<br />}

  </td>
  <td>
<object data = "./90.Petersen.svg"></object><br />
Output file 72: html/90.Petersen.svg (5995 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 73: data/90.abstract.gv (770 bytes). Lex result: OK:<br />digraph abstract {
<br />	size=&quot;6,6&quot;;
<br />	S24 -&gt; 27;
<br />	S24 -&gt; 25;
<br />	S1 -&gt; 10;
<br />	S1 -&gt; 2;
<br />	S35 -&gt; 36;
<br />	S35 -&gt; 43;
<br />	S30 -&gt; 31;
<br />	S30 -&gt; 33;
<br />	9 -&gt; 42;
<br />	9 -&gt; T1;
<br />	25 -&gt; T1;
<br />	25 -&gt; 26;
<br />	27 -&gt; T24;
<br />	2 -&gt; 3;
<br />	2 -&gt; 16;
<br />	2 -&gt; 17;
<br />	2 -&gt; T1;
<br />	2 -&gt; 18;
<br />	10 -&gt; 11;
<br />	10 -&gt; 14;
<br />	10 -&gt; T1;
<br />	10 -&gt; 13;
<br />	10 -&gt; 12;
<br />	31 -&gt; T1;
<br />	31 -&gt; 32;
<br />	33 -&gt; T30;
<br />	33 -&gt; 34;
<br />	42 -&gt; 4;
<br />	26 -&gt; 4;
<br />	3 -&gt; 4;
<br />	16 -&gt; 15;
<br />	17 -&gt; 19;
<br />	18 -&gt; 29;
<br />	11 -&gt; 4;
<br />	14 -&gt; 15;
<br />	37 -&gt; 39;
<br />	37 -&gt; 41;
<br />	37 -&gt; 38;
<br />	37 -&gt; 40;
<br />	13 -&gt; 19;
<br />	12 -&gt; 29;
<br />	43 -&gt; 38;
<br />	43 -&gt; 40;
<br />	36 -&gt; 19;
<br />	32 -&gt; 23;
<br />	34 -&gt; 29;
<br />	39 -&gt; 15;
<br />	41 -&gt; 29;
<br />	38 -&gt; 4;
<br />	40 -&gt; 19;
<br />	4 -&gt; 5;
<br />	19 -&gt; 21;
<br />	19 -&gt; 20;
<br />	19 -&gt; 28;
<br />	5 -&gt; 6;
<br />	5 -&gt; T35;
<br />	5 -&gt; 23;
<br />	21 -&gt; 22;
<br />	20 -&gt; 15;
<br />	28 -&gt; 29;
<br />	6 -&gt; 7;
<br />	15 -&gt; T1;
<br />	22 -&gt; 23;
<br />	22 -&gt; T35;
<br />	29 -&gt; T30;
<br />	7 -&gt; T8;
<br />	23 -&gt; T24;
<br />	23 -&gt; T1;
<br />}

  </td>
  <td>
<object data = "./90.abstract.svg"></object><br />
Output file 73: html/90.abstract.svg (34028 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 74: data/90.alf.gv (958 bytes). Lex result: OK:<br />digraph Alf {
<br />size = &quot;6,9&quot;;
<br />node [ shape = record ];
<br />Decl [ label = &quot;\n\nDecl|{name|access|decl_flags|extern_c_linkage}&quot;];
<br />Nontype_decl [ label = &quot;Nontype_decl|{type}&quot;];
<br />Defined_decl [ label = &quot;Defined_decl|{linkage}&quot;];
<br />Data_decl [ label = &quot;Data_decl|{storage_class}&quot;];
<br />Function_decl [ label = &quot;Function_decl|{formals|defaults}&quot;];
<br />Data [ label = &quot;Data|{initializer}&quot;];
<br />Function [ label = &quot;Function|{body}&quot;];
<br />Constructor [ label = &quot;Constructor|{member_initializers}&quot;];
<br />Aggregate -&gt;  Type_decl ;
<br />Class -&gt; Aggregate;
<br />Union -&gt; Aggregate;
<br />Data -&gt; Data_decl;
<br />Data -&gt; Defn;
<br />Data_decl -&gt; Defined_decl;
<br />Data_member -&gt;  Nontype_decl ;
<br />Defined_decl -&gt; Nontype_decl;
<br />Defn -&gt; Defined_decl;
<br />Enum -&gt;  Type_decl ;
<br />Enumerator -&gt;  Nontype_decl ;
<br />Function -&gt; Defn;
<br />Function -&gt; Function_decl;
<br />Constructor -&gt; Function;
<br />Destructor -&gt; Function;
<br />Function_decl -&gt; Defined_decl;
<br />Nontype_decl -&gt;  Decl ;
<br />Template_type_arg -&gt;  Type_decl ;
<br />Type_decl -&gt;  Decl ;
<br />Typedef -&gt;  Type_decl ;
<br />}

  </td>
  <td>
<object data = "./90.alf.svg"></object><br />
Output file 74: html/90.alf.svg (14616 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 75: data/90.clust.gv (255 bytes). Lex result: OK:<br />digraph G {
<br />	subgraph cluster_0 {
<br />		label = &quot;hello world&quot;;
<br />		a -&gt; b;
<br />		a -&gt; c;
<br />		color = hotpink;
<br />	}
<br />
<br />	subgraph cluster_1 {
<br />		label = &quot;MSDOT&quot;;
<br />		style= &quot;dashed&quot;;
<br />		color=purple;
<br />		x -&gt; y;
<br />		x -&gt; z;
<br />		y -&gt; z;
<br />		y -&gt; q;
<br />	}
<br />
<br />	top -&gt; a;
<br />	top -&gt; y;
<br />	y -&gt; b;
<br />}

  </td>
  <td>
<object data = "./90.clust.svg"></object><br />
Output file 75: html/90.clust.svg (5671 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 76: data/90.clust1.gv (146 bytes). Lex result: OK:<br />digraph G {
<br />	subgraph cluster_c0 {a0 -&gt; a1 -&gt; a2 -&gt; a3;}
<br />	subgraph cluster_c1 {b0 -&gt; b1 -&gt; b2 -&gt; b3;}
<br />	x -&gt; a0;
<br />	x -&gt; b0;
<br />	a1 -&gt; a3;
<br />	a3 -&gt; a0;
<br />}

  </td>
  <td>
<object data = "./90.clust1.svg"></object><br />
Output file 76: html/90.clust1.svg (6041 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 77: data/90.clust2.gv (146 bytes). Lex result: OK:<br />digraph G {
<br />	subgraph cluster_c0 {a0 -&gt; a1 -&gt; a2 -&gt; a3;}
<br />	subgraph cluster_c1 {b0 -&gt; b1 -&gt; b2 -&gt; b3;}
<br />	x -&gt; a0;
<br />	x -&gt; b0;
<br />	a1 -&gt; b3;
<br />	b3 -&gt; a1;
<br />}

  </td>
  <td>
<object data = "./90.clust2.svg"></object><br />
Output file 77: html/90.clust2.svg (5887 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 78: data/90.clust3.gv (146 bytes). Lex result: OK:<br />digraph G {
<br />	subgraph cluster_c0 {a0 -&gt; a1 -&gt; a2 -&gt; a3;}
<br />	subgraph cluster_c1 {b0 -&gt; b1 -&gt; b2 -&gt; b3;}
<br />	x -&gt; a0;
<br />	x -&gt; b0;
<br />	a1 -&gt; b3;
<br />	b1 -&gt; a3;
<br />}

  </td>
  <td>
<object data = "./90.clust3.svg"></object><br />
Output file 78: html/90.clust3.svg (5889 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 79: data/90.clust4.gv (401 bytes). Lex result: OK:<br />digraph G {
<br />
<br />	subgraph cluster_0 {
<br />		style=filled;
<br />		color=lightgrey;
<br />		node [style=filled,color=white];
<br />		a0 -&gt; a1 -&gt; a2 -&gt; a3;
<br />		label = &quot;process #1&quot;;
<br />	}
<br />
<br />	subgraph cluster_1 {
<br />		node [style=filled];
<br />		b0 -&gt; b1 -&gt; b2 -&gt; b3;
<br />		label = &quot;process #2&quot;;
<br />		color=blue
<br />	}
<br />	start -&gt; a0;
<br />	start -&gt; b0;
<br />	a1 -&gt; b3;
<br />	b2 -&gt; a3;
<br />	a3 -&gt; a0;
<br />	a3 -&gt; end;
<br />	b3 -&gt; end;
<br />
<br />	start [shape=Mdiamond];
<br />	end [shape=Msquare];
<br />}

  </td>
  <td>
<object data = "./90.clust4.svg"></object><br />
Output file 79: html/90.clust4.svg (8112 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 80: data/90.clust5.gv (238 bytes). Lex result: OK:<br />digraph G {
<br />size=&quot;6,6&quot;;
<br />	a -&gt; b -&gt; c;
<br />
<br />	subgraph cluster0 {
<br />		x0 -&gt; y0;
<br />		x0 -&gt; z0;
<br />	}
<br />
<br />	subgraph cluster1 {
<br />		x1 -&gt; y1;
<br />		x1 -&gt; z1;
<br />	}
<br />
<br />	subgraph cluster2 {
<br />		x2 -&gt; y2;
<br />		x2 -&gt; z2;
<br />	}
<br />
<br />	a -&gt; x0;
<br />	b -&gt; x1;
<br />	b -&gt; x2;
<br />	a -&gt; z2;
<br />	c -&gt; z1;
<br />}

  </td>
  <td>
<object data = "./90.clust5.svg"></object><br />
Output file 80: html/90.clust5.svg (7833 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 81: data/90.ctext.gv (425 bytes). Lex result: OK:<br />digraph G {
<br />	xyz [label = &quot;hello\nworld&quot;,color=&quot;slateblue&quot;,fontsize=24,fontname=&quot;Palatino-Italic&quot;,style=filled,fontcolor=&quot;hotpink&quot;];
<br />	node [style=filled];
<br />	red [color=red];
<br />	green [color=green];
<br />	blue [color=blue,fontcolor=black];
<br />	cyan [color=cyan];
<br />	magenta [color=magenta];
<br />	yellow [color=yellow];
<br />	orange [color=orange];
<br />	red -&gt; green;
<br />	red -&gt; blue;
<br />	blue -&gt; cyan;
<br />	blue -&gt; magenta;
<br />	green -&gt; yellow;
<br />	green -&gt; orange;
<br />}

  </td>
  <td>
<object data = "./90.ctext.svg"></object><br />
Output file 81: html/90.ctext.svg (4617 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 82: data/90.dfa.gv (959 bytes). Lex result: OK:<br />digraph g {
<br />&quot;start&quot; [ label = &quot;MWGC-&quot; ];
<br />&quot;n1&quot; [ label = &quot;WC-MG&quot; ];
<br />&quot;n2&quot; [ label = &quot;MWC-G&quot; ];
<br />&quot;n3&quot; [ label = &quot;C-MWG&quot; ];
<br />&quot;n4&quot; [ label = &quot;W-MGC&quot; ];
<br />&quot;n5&quot; [ label = &quot;MGC-W&quot; ];
<br />&quot;n6&quot; [ label = &quot;MWG-C&quot; ];
<br />&quot;n7&quot; [ label = &quot;G-MWC&quot; ];
<br />&quot;n8&quot; [ label = &quot;MG-WC&quot; ];
<br />&quot;n9&quot; [ label = &quot;-MWGC&quot; ];
<br />&quot;start&quot; -&gt; &quot;n1&quot; [ label = &quot;g&quot; ];
<br />&quot;n1&quot; -&gt; &quot;start&quot; [ label = &quot;g&quot; ];
<br />subgraph l { rank = same; &quot;n3&quot; &quot;n4&quot; }
<br />subgraph r { rank = same; &quot;n5&quot; &quot;n6&quot; }
<br />&quot;n1&quot; -&gt; &quot;n2&quot; [ label = &quot;m&quot; ];
<br />&quot;n2&quot; -&gt; &quot;n1&quot; [ label = &quot;m&quot; ];
<br />&quot;n2&quot; -&gt; &quot;n3&quot; [ label = &quot;w&quot; ];
<br />&quot;n3&quot; -&gt; &quot;n2&quot; [ label = &quot;w&quot; ];
<br />&quot;n2&quot; -&gt; &quot;n4&quot; [ label = &quot;c&quot; ];
<br />&quot;n4&quot; -&gt; &quot;n2&quot; [ label = &quot;c&quot; ];
<br />&quot;n3&quot; -&gt; &quot;n5&quot; [ label = &quot;g&quot; ];
<br />&quot;n5&quot; -&gt; &quot;n3&quot; [ label = &quot;g&quot; ];
<br />&quot;n4&quot; -&gt; &quot;n6&quot; [ label = &quot;g&quot; ];
<br />&quot;n6&quot; -&gt; &quot;n4&quot; [ label = &quot;g&quot; ];
<br />&quot;n5&quot; -&gt; &quot;n7&quot; [ label = &quot;c&quot; ];
<br />&quot;n7&quot; -&gt; &quot;n5&quot; [ label = &quot;c&quot; ];
<br />&quot;n6&quot; -&gt; &quot;n7&quot; [ label = &quot;w&quot; ];
<br />&quot;n7&quot; -&gt; &quot;n6&quot; [ label = &quot;w&quot; ];
<br />&quot;n7&quot; -&gt; &quot;n8&quot; [ label = &quot;m&quot; ];
<br />&quot;n8&quot; -&gt; &quot;n7&quot; [ label = &quot;m&quot; ];
<br />&quot;n8&quot; -&gt; &quot;n9&quot; [ label = &quot;g&quot; ];
<br />&quot;n9&quot; -&gt; &quot;n8&quot; [ label = &quot;g&quot; ];
<br />}

  </td>
  <td>
<object data = "./90.dfa.svg"></object><br />
Output file 82: html/90.dfa.svg (11770 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 83: data/90.hashtable.gv (629 bytes). Lex result: OK:<br />digraph G {
<br />	nodesep=.05;
<br />	rankdir=LR;
<br />	node [shape=record,width=.1,height=.1];
<br />
<br />	node0 [label = &quot;&lt;f0&gt; |&lt;f1&gt; |&lt;f2&gt; |&lt;f3&gt; |&lt;f4&gt; |&lt;f5&gt; |&lt;f6&gt; | &quot;,height=2.0];
<br />	node [width = 1.5];
<br />	node1 [label = &quot;{&lt;n&gt; n14 | 719 |&lt;p&gt; }&quot;];
<br />	node2 [label = &quot;{&lt;n&gt; a1  | 805 |&lt;p&gt; }&quot;];
<br />	node3 [label = &quot;{&lt;n&gt; i9  | 718 |&lt;p&gt; }&quot;];
<br />	node4 [label = &quot;{&lt;n&gt; e5  | 989 |&lt;p&gt; }&quot;];
<br />	node5 [label = &quot;{&lt;n&gt; t20 | 959 |&lt;p&gt; }&quot;] ;
<br />	node6 [label = &quot;{&lt;n&gt; o15 | 794 |&lt;p&gt; }&quot;] ;
<br />	node7 [label = &quot;{&lt;n&gt; s19 | 659 |&lt;p&gt; }&quot;] ;
<br />
<br />	node0:f0 -&gt; node1:n;
<br />	node0:f1 -&gt; node2:n;
<br />	node0:f2 -&gt; node3:n;
<br />	node0:f5 -&gt; node4:n;
<br />	node0:f6 -&gt; node5:n;
<br />	node2:p -&gt; node6:n;
<br />	node4:p -&gt; node7:n;
<br />}

  </td>
  <td>
<object data = "./90.hashtable.svg"></object><br />
Output file 83: html/90.hashtable.svg (8199 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 84: data/90.longflat.gv (86 bytes). Lex result: OK:<br />digraph if
<br />{
<br />rankdir=LR;
<br />  {rank=same;b;c;}
<br />  a-&gt;b;
<br />  c-&gt;b[label=&quot;long long long&quot;];
<br />}

  </td>
  <td>
<object data = "./90.longflat.svg"></object><br />
Output file 84: html/90.longflat.svg (1940 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 85: data/90.mike.gv (381 bytes). Lex result: OK:<br />digraph mike{
<br />size = &quot;8,8&quot;;
<br />	a -&gt; A;
<br />	a -&gt; m;
<br />	a -&gt; E;
<br />	t -&gt; O;
<br />	r -&gt; V;
<br />	r -&gt; Q;
<br />	p -&gt; B;
<br />	m -&gt; R;
<br />	l -&gt; C;
<br />	c -&gt; C;
<br />	W -&gt; X;
<br />	W -&gt; D;
<br />	V -&gt; W;
<br />	T -&gt; U;
<br />	Q -&gt; T;
<br />	Q -&gt; H;
<br />	Q -&gt; A;
<br />	O -&gt; K;
<br />	L -&gt; U;
<br />	K -&gt; L;
<br />	K -&gt; J;
<br />	K -&gt; E;
<br />	J -&gt; I;
<br />	R -&gt; B;
<br />	P -&gt; F;
<br />	H -&gt; R;
<br />	H -&gt; P;
<br />	U -&gt; H;
<br />	G -&gt; U;
<br />	E -&gt; G;
<br />	C -&gt; Z;
<br />	C -&gt; D;
<br />	S -&gt; D;
<br />	B -&gt; N;
<br />	B -&gt; D;
<br />	B -&gt; S;
<br />	M -&gt; B;
<br />	A -&gt; M;
<br />	N -&gt; Y;
<br />}

  </td>
  <td>
<object data = "./90.mike.svg"></object><br />
Output file 85: html/90.mike.svg (20674 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 86: data/90.nhg.gv (339 bytes). Lex result: OK:<br />digraph automata_0 {
<br />	size =&quot;8.5, 11&quot;;
<br />	node [shape = circle];
<br />	0 [ style = filled, color=lightgrey ];
<br />	2 [ shape = doublecircle ];
<br />	0 -&gt; 2 [ label = &quot;a &quot; ];
<br />	0 -&gt; 1 [ label = &quot;other &quot; ];
<br />	1 -&gt; 2 [ label = &quot;a &quot; ];
<br />	1 -&gt; 1 [ label = &quot;other &quot; ];
<br />	2 -&gt; 2 [ label = &quot;a &quot; ];
<br />	2 -&gt; 1 [ label = &quot;other &quot; ];
<br />	&quot;Machine: a&quot; [ shape = plaintext ];
<br />}

  </td>
  <td>
<object data = "./90.nhg.svg"></object><br />
Output file 86: html/90.nhg.svg (4171 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 87: data/90.process.gv (234 bytes). Lex result: OK:<br />graph G {
<br />	run -- intr;
<br />	intr -- runbl;
<br />	runbl -- run;
<br />	run -- kernel;
<br />	kernel -- zombie;
<br />	kernel -- sleep;
<br />	kernel -- runmem;
<br />	sleep -- swap;
<br />	swap -- runswap;
<br />	runswap -- new;
<br />	runswap -- runmem;
<br />	new -- runmem;
<br />	sleep -- runmem;
<br />}

  </td>
  <td>
<object data = "./90.process.svg"></object><br />
Output file 87: html/90.process.svg (6036 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 88: data/90.record2.gv (155 bytes). Lex result: OK:<br />digraph G {
<br />    node [shape=record];
<br />    a [label = &quot;&lt;f0&gt; foo | x | &lt;f1&gt; bar&quot;];
<br />    b [label = &quot;a | { &lt;f0&gt; foo | x | &lt;f1&gt; bar } | b&quot;];
<br />    a:f0 -&gt; b:f1 
<br />}

  </td>
  <td>
<object data = "./90.record2.svg"></object><br />
Output file 88: html/90.record2.svg (2533 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 89: data/90.records.gv (417 bytes). Lex result: OK:<br />digraph G {
<br />	rankdir=LR;
<br />	node [shape=record];
<br />	a [ label =&quot;&lt;bala&gt; Graphs can\lbe fun\l|&lt;f1&gt; mid|&lt;f2&gt; right\r&quot;];
<br />	b [ label =&quot;&lt;left&gt;   |&lt;mid&gt; b |   &quot; ];
<br />	c [ label =&quot;&lt;p1&gt;   | c |&lt;p2&gt;   &quot; ];
<br />	x [ label =&quot;&lt;p1&gt;   | x |&lt;p2&gt;   &quot; ];
<br />	y [ label =&quot;&lt;p1&gt;   | y |&lt;p2&gt;   &quot; ];
<br />	z [ label =&quot;   | z |&lt;p2&gt;   &quot; ];
<br />	a:bala -&gt; b:left;
<br />	a:f1 -&gt; d;
<br />	a:f2 -&gt; y:&quot;p1&quot;;
<br />	c:&quot;p1&quot; -&gt; d;
<br />	b:mid -&gt; x:&quot;p1&quot;;
<br />	c:&quot;p2&quot; -&gt; y:&quot;p2&quot;;
<br />	b:left -&gt; z:&quot;p2&quot;;
<br />}

  </td>
  <td>
<object data = "./90.records.svg"></object><br />
Output file 89: html/90.records.svg (6470 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 90: data/90.states.gv (493 bytes). Lex result: OK:<br />/*
<br />The command line is
<br />
<br />  dot -Tps -Grankdir=LR states.dot &gt; states.ps
<br />
<br />and the file is:
<br />*/
<br />digraph states {
<br />    size=&quot;3,2&quot;;
<br />	rankdir=LR;
<br />    node [shape=ellipse];
<br />    empty [label = &quot;Empty&quot;];
<br />    stolen [label = &quot;Stolen&quot;];
<br />    waiting [label = &quot;Waiting&quot;];
<br />    full [label = &quot;Full&quot;];
<br />    empty -&gt; full [label = &quot;return&quot;]
<br />    empty -&gt; stolen [label = &quot;dispatch&quot;, wt=28]
<br />    stolen -&gt; full [label = &quot;return&quot;];
<br />    stolen -&gt; waiting [label = &quot;touch&quot;];
<br />    waiting -&gt; full [label = &quot;return&quot;];
<br />  }

  </td>
  <td>
<object data = "./90.states.svg"></object><br />
Output file 90: html/90.states.svg (3713 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 91: data/90.structs.gv (307 bytes). Lex result: OK:<br />digraph structs {
<br />node [shape=record];
<br />    struct1 [shape=record,label=&quot;&lt;f0&gt; left|&lt;f1&gt; middle|&lt;f2&gt; right&quot;];
<br />    struct2 [shape=record,label=&quot;&lt;f0&gt; one|&lt;f1&gt; two&quot;];
<br />    struct3 [shape=record,label=&quot;hello\nworld |{ b |{c|&lt;here&gt; d|e}| f}| g | h&quot;];
<br />    struct1:f1 -&gt; struct2:f0;
<br />    struct1:f2 -&gt; struct3:here;
<br />}

  </td>
  <td>
<object data = "./90.structs.svg"></object><br />
Output file 91: html/90.structs.svg (3831 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 92: data/90.train11.gv (777 bytes). Lex result: OK:<br />digraph G {
<br />	size=&quot;6,6&quot;;
<br />	node [shape=circle,fontsize=8];
<br />	rankdir=LR;
<br />	st9 -&gt; st9 [label=&quot;11/1&quot;];
<br />	st9 -&gt; st10 [label=&quot;10/1&quot;];
<br />	st8 -&gt; st8 [label=&quot;10/1&quot;];
<br />	st8 -&gt; st0 [label=&quot;00/-&quot;];
<br />	st7 -&gt; st8 [label=&quot;10/1&quot;];
<br />	st7 -&gt; st7 [label=&quot;00/1&quot;];
<br />	st6 -&gt; st6 [label=&quot;01/1&quot;];
<br />	st6 -&gt; st0 [label=&quot;00/-&quot;];
<br />	st5 -&gt; st6 [label=&quot;01/1&quot;];
<br />	st5 -&gt; st5 [label=&quot;11/1&quot;];
<br />	st4 -&gt; st4 [label=&quot;01/1&quot;];
<br />	st4 -&gt; st0 [label=&quot;00/-&quot;];
<br />	st3 -&gt; st4 [label=&quot;01/1&quot;];
<br />	st3 -&gt; st3 [label=&quot;00/1&quot;];
<br />	st2 -&gt; st9 [label=&quot;11/1&quot;];
<br />	st2 -&gt; st7 [label=&quot;00/1&quot;];
<br />	st2 -&gt; st2 [label=&quot;01/1&quot;];
<br />	st10 -&gt; st10 [label=&quot;10/1&quot;];
<br />	st10 -&gt; st0 [label=&quot;00/-&quot;];
<br />	st1 -&gt; st5 [label=&quot;11/1&quot;];
<br />	st1 -&gt; st3 [label=&quot;00/1&quot;];
<br />	st1 -&gt; st1 [label=&quot;10/1&quot;];
<br />	st0 -&gt; st2 [label=&quot;01/-&quot;];
<br />	st0 -&gt; st1 [label=&quot;10/-&quot;];
<br />	st0 -&gt; st0 [label=&quot;00/0&quot;];
<br />}

  </td>
  <td>
<object data = "./90.train11.svg"></object><br />
Output file 92: html/90.train11.svg (14011 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 93: data/90.tree.gv (588 bytes). Lex result: OK:<br />digraph g {
<br />node [shape = record,height=.1];
<br />node0[label = &quot;&lt;f0&gt; |&lt;f1&gt; G|&lt;f2&gt; &quot;];
<br />node1[label = &quot;&lt;f0&gt; |&lt;f1&gt; E|&lt;f2&gt; &quot;];
<br />node2[label = &quot;&lt;f0&gt; |&lt;f1&gt; B|&lt;f2&gt; &quot;];
<br />node3[label = &quot;&lt;f0&gt; |&lt;f1&gt; F|&lt;f2&gt; &quot;];
<br />node4[label = &quot;&lt;f0&gt; |&lt;f1&gt; R|&lt;f2&gt; &quot;];
<br />node5[label = &quot;&lt;f0&gt; |&lt;f1&gt; H|&lt;f2&gt; &quot;];
<br />node6[label = &quot;&lt;f0&gt; |&lt;f1&gt; Y|&lt;f2&gt; &quot;];
<br />node7[label = &quot;&lt;f0&gt; |&lt;f1&gt; A|&lt;f2&gt; &quot;];
<br />node8[label = &quot;&lt;f0&gt; |&lt;f1&gt; C|&lt;f2&gt; &quot;];
<br />&quot;node0&quot;:f2 -&gt; &quot;node4&quot;:f1;
<br />&quot;node0&quot;:f0 -&gt; &quot;node1&quot;:f1;
<br />&quot;node1&quot;:f0 -&gt; &quot;node2&quot;:f1;
<br />&quot;node1&quot;:f2 -&gt; &quot;node3&quot;:f1;
<br />&quot;node2&quot;:f2 -&gt; &quot;node8&quot;:f1;
<br />&quot;node2&quot;:f0 -&gt; &quot;node7&quot;:f1;
<br />&quot;node4&quot;:f2 -&gt; &quot;node6&quot;:f1;
<br />&quot;node4&quot;:f0 -&gt; &quot;node5&quot;:f1;
<br />}

  </td>
  <td>
<object data = "./90.tree.svg"></object><br />
Output file 93: html/90.tree.svg (8321 bytes)
  </td>
</tr>
<tr>
  <td>
	Input file 94: data/90.try.gv (163 bytes). Lex result: OK:<br />digraph G {
<br />	subgraph cluster_small {
<br />		a -&gt; b;
<br />		label=small;
<br />	}
<br />
<br />	subgraph cluster_big {
<br />		p -&gt; q -&gt; r -&gt; s -&gt; t;
<br />		label=big;
<br />		t -&gt; p;
<br />	}
<br />
<br />	t -&gt; a;
<br />	b -&gt; q;
<br />}

  </td>
  <td>
<object data = "./90.try.svg"></object><br />
Output file 94: html/90.try.svg (5213 bytes)
  </td>
</tr>
</table>

<h3 class="global_toc_text">Links</h3>

<h2 align="center">Index page for <a href="http://savage.net.au/Graph-module-demos.html">all graph module demos</a></h2>

<h2 align="center"><a href="http://savage.net.au/Perl-modules/html/graphviz2.marpa/code.attributes.html">Module and Script Attributes</a></h2>

<h2 align="center"><a href="http://savage.net.au/Perl-modules/html/graphviz2.marpa/stt.html">State transition table</a></h2>

<hr />

<h3 class="global_toc_text">Environment</h3>

<table align="center" cellspacing="0">
<tr>
<!-- Left -->
<td>
<div class="even_left">
Author
</div>
</td>
<!-- Right -->
<td>
<div class="even_right">
<a href="http://savage.net.au/">Ron Savage</a>
</div>
</td>
</tr>
<tr>
<!-- Left -->
<td>
<div class="odd_left">
Date
</div>
</td>
<!-- Right -->
<td>
<div class="odd_right">
2013-11-29
</div>
</td>
</tr>
<tr>
<!-- Left -->
<td>
<div class="even_left">
OS
</div>
</td>
<!-- Right -->
<td>
<div class="even_right">
Debian V 7
</div>
</td>
</tr>
<tr>
<!-- Left -->
<td>
<div class="last_odd_left">
Perl
</div>
</td>
<!-- Right -->
<td>
<div class="last_odd_right">
5.14.2
</div>
</td>
</tr>
</table>

<hr />

</body>
</html>