Added test examples

This commit is contained in:
2017-06-12 14:09:09 +02:00
parent 75ccde3834
commit 47222ac03b
8 changed files with 58 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ out
FormeleMethoden.iml
images/
.DS_Store
export/
+11
View File
@@ -0,0 +1,11 @@
DFA
B1
E3
0>a>0
0>b>1
1>a>2
1>b>1
2>a>0
2>b>3
3>a>2
3>b>1
+15
View File
@@ -0,0 +1,15 @@
DFA
B0
E2,4
0>a>0
0>b>1
1>a>2
1>b>1
2>a>0
2>b>3
3>a>4
3>b>1
4>a>5
4>b>3
5>a>0
5>b>3
+12
View File
@@ -0,0 +1,12 @@
NDFA
B0
E4
0>a>0
0>b>0
0>a>1
0>b>3
1>b>2
2>b>4
3>a>4
4>a>4
4>b>4
+13
View File
@@ -0,0 +1,13 @@
NDFA
B0
E2
0>a>1
0>b>1
0>b>2
1>b>3
1>$>3
1>a>2
2>a>1
3>a>4
4>b>4
4>$>2
+2
View File
@@ -0,0 +1,2 @@
REGEX
(a|b)*
+2
View File
@@ -0,0 +1,2 @@
REGEX
(aa)+(bba)*(a|b)*(c|d)
+2
View File
@@ -0,0 +1,2 @@
REGEX
(n+o+)|(ye+s+)!*