summaryrefslogtreecommitdiffstats
path: root/figs/parsetree2b.dot
blob: 48829d7976f2b0764bdd82b6ec3613feae0c0bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
graph parsetree2b {
	node [texmode="math",shape="none"];
	S0 [label="S"];
	S1 [label="S"];
	S2 [label="S"];
	S3 [label="S"];
	S4 [label="S"];
	a0 [label="a"];
	a1 [label="a"];
	a2 [label="a"];
	S0 -- S1;
	S0 -- S2;
	S1 -- S3;
	S1 -- S4;
	S2 -- a2;
	S3 -- a0;
	S4 -- a1;
}