File size: 169 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Tests ab*a with an eliminated epsilon transition
#
t 0 1 a
t 1 2 b
e 1 2
t 2 2 b
t 2 3 a
f 3
-------
a
a
=>
# Pass
a
b
b
a
=>
# Pass
a
b
=>
# Fail
a
b
a
b
=>
# Fail