Checked and added last two tests
This commit is contained in:
parent
05e49a9fba
commit
75257e76fb
|
@ -0,0 +1,23 @@
|
||||||
|
digraph {
|
||||||
|
rankdir=LR
|
||||||
|
in [shape=point style=invis]
|
||||||
|
0 [color=yellow label="0"]
|
||||||
|
1 [label="1"]
|
||||||
|
2 [label="2"]
|
||||||
|
3 [label="3"]
|
||||||
|
4 [color=green shape=doublecircle label="4\np=0\nac=0"]
|
||||||
|
2 -> 3 [label="D"]
|
||||||
|
2 -> 3 [label="E"]
|
||||||
|
2 -> 3 [label="F"]
|
||||||
|
2 -> 3 [label="a"]
|
||||||
|
2 -> 3 [label="b"]
|
||||||
|
2 -> 3 [label="c"]
|
||||||
|
2 -> 3 [label="d"]
|
||||||
|
0 -> 1 [label="ε"]
|
||||||
|
1 -> 2 [label="ε"]
|
||||||
|
1 -> 4 [label="ε"]
|
||||||
|
3 -> 2 [label="ε"]
|
||||||
|
3 -> 4 [label="ε"]
|
||||||
|
in -> 0
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
([DEFabcd])*
|
|
@ -0,0 +1,22 @@
|
||||||
|
digraph {
|
||||||
|
rankdir=LR
|
||||||
|
in [shape=point style=invis]
|
||||||
|
0 [color=yellow label="0"]
|
||||||
|
1 [label="1"]
|
||||||
|
2 [color=green shape=doublecircle label="2\np=0\nac=0"]
|
||||||
|
3 [label="3"]
|
||||||
|
4 [color=green shape=doublecircle label="4\np=1\nac=1"]
|
||||||
|
5 [label="5"]
|
||||||
|
6 [color=green shape=doublecircle label="6\np=2\nac=2"]
|
||||||
|
1 -> 2 [label=" "]
|
||||||
|
1 -> 2 [label="^"]
|
||||||
|
3 -> 4 [label=" "]
|
||||||
|
5 -> 6 [label="-"]
|
||||||
|
5 -> 6 [label="]"]
|
||||||
|
5 -> 6 [label="^"]
|
||||||
|
0 -> 1 [label="ε"]
|
||||||
|
0 -> 3 [label="ε"]
|
||||||
|
0 -> 5 [label="ε"]
|
||||||
|
in -> 0
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
[ ^]
|
||||||
|
[ ]
|
||||||
|
[-]^]
|
Loading…
Reference in New Issue