|
| 1 | +digraph g { |
| 2 | +labelloc="t" |
| 3 | +label="" |
| 4 | +0 [label = "Epsilon RSM: S_0, input: [0, 0]", shape = invhouse] |
| 5 | +1 [label = "Intermediate input: 0, rsm: S_1, input: [0, 0]", shape = plain] |
| 6 | +2 [label = "Intermediate input: 0, rsm: S_1, input: [0, 1]", shape = plain] |
| 7 | +3 [label = "Intermediate input: 0, rsm: S_2, input: [0, 1]", shape = plain] |
| 8 | +4 [label = "Intermediate input: 1, rsm: S_2, input: [0, 0]", shape = plain] |
| 9 | +5 [label = "Nonterminal S, input: [0, 0]", shape = invtrapezium] |
| 10 | +6 [label = "Nonterminal S, input: [0, 1]", shape = invtrapezium] |
| 11 | +7 [label = "Range , input: [0, 0], rsm: [S_0, S_0]", shape = ellipse] |
| 12 | +8 [label = "Range , input: [0, 0], rsm: [S_0, S_1]", shape = ellipse] |
| 13 | +9 [label = "Range , input: [0, 0], rsm: [S_0, S_2]", shape = ellipse] |
| 14 | +10 [label = "Range , input: [0, 0], rsm: [S_1, S_2]", shape = ellipse] |
| 15 | +11 [label = "Range , input: [0, 1], rsm: [S_0, S_0]", shape = ellipse] |
| 16 | +12 [label = "Range , input: [0, 1], rsm: [S_0, S_2]", shape = ellipse] |
| 17 | +13 [label = "Range , input: [0, 1], rsm: [S_1, S_2]", shape = ellipse] |
| 18 | +14 [label = "Range , input: [0, 1], rsm: [S_2, S_0]", shape = ellipse] |
| 19 | +15 [label = "Range , input: [1, 0], rsm: [S_2, S_0]", shape = ellipse] |
| 20 | +16 [label = "Terminal '(', input: [0, 0]", shape = rectangle] |
| 21 | +17 [label = "Terminal ')', input: [0, 1]", shape = rectangle] |
| 22 | +18 [label = "Terminal ')', input: [1, 0]", shape = rectangle] |
| 23 | +1->8 |
| 24 | +1->10 |
| 25 | +2->8 |
| 26 | +2->13 |
| 27 | +3->9 |
| 28 | +3->14 |
| 29 | +4->12 |
| 30 | +4->15 |
| 31 | +5->7 |
| 32 | +6->11 |
| 33 | +7->0 |
| 34 | +7->4 |
| 35 | +8->16 |
| 36 | +9->1 |
| 37 | +10->5 |
| 38 | +11->3 |
| 39 | +12->2 |
| 40 | +13->6 |
| 41 | +14->17 |
| 42 | +15->18 |
| 43 | +} |
0 commit comments