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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
const _eofact_actions = Int8[0, 1, 0, 1, 1, 1, 2, 1, 3, 2, 0, 2, 0 , ]
const _eofact_trans_keys = UInt8[1, 0, 3, 7, 2, 2, 4, 4, 4, 4, 5, 5, 3, 3, 2, 2, 6, 6, 2, 2, 0, 0, 1, 0, 1, 0, 0 , ]
const _eofact_char_class = Int8[0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 1, 1, 4, 1, 1, 5, 1, 1, 6, 1, 7, 0 , ]
const _eofact_index_offsets = Int8[0, 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 14, 0 , ]
const _eofact_indices = Int8[0, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0 , ]
const _eofact_index_defaults = Int8[0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 , ]
const _eofact_trans_cond_spaces = Int8[-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 , ]
const _eofact_cond_targs = Int8[2, 0, 6, 3, 4, 5, 10, 7, 8, 9, 12, 11, 0 , ]
const _eofact_cond_actions = Int8[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , ]
const _eofact_eof_actions = Int8[0, 9, 1, 1, 1, 1, 5, 5, 5, 5, 3, 0, 7, 0 , ]
const _eofact_nfa_targs = Int8[0, 0 , ]
const _eofact_nfa_offsets = Int8[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , ]
const _eofact_nfa_push_actions = Int8[0, 0 , ]
const _eofact_nfa_pop_trans = Int8[0, 0 , ]
const eofact_start = 1
const eofact_first_final = 10
const eofact_error = 0
const eofact_en_main = 1
function m( data::AbstractString )
p = 0
pe = length(data)
eof = length(data)
cs = 0
buffer = ""
cs = convert(Int, eofact_start )
_trans = 0;
_have = 0;
_cont = 1;
_keys = 0;
_inds = 0;
while _cont == 1
if cs == 0
_cont = 0
end
_have = 0
if p == pe
if p == eof
if _have == 0
__acts = 0;
__nacts= 0
;
__acts = _eofact_eof_actions[1+(cs)]
__nacts = convert(UInt, _eofact_actions[1+(__acts )] )
__acts += 1
while __nacts > 0
if _eofact_actions[1+(__acts )] == 0
print( "a1\n" );
elseif _eofact_actions[1+(__acts )] == 1
print( "a2\n" );
elseif _eofact_actions[1+(__acts )] == 2
print( "a3\n" );
elseif _eofact_actions[1+(__acts )] == 3
print( "a4\n" );
end
__nacts -= 1
__acts += 1
end
end
end
if _have == 0
_cont = 0
end
end
if _cont == 1
if _have == 0
_keys = (cs<<1)
_inds = _eofact_index_offsets[1+(cs)]
if (data[1+(p )])<= 116 && (data[1+(p )])>= 10
_ic = convert(Int, _eofact_char_class[1+(convert(Int, (data[1+(p )]) )- 10)] );
if _ic <= convert(Int, _eofact_trans_keys[1+(_keys+1 )] )&& _ic >= convert(Int, _eofact_trans_keys[1+(_keys )] )
_trans = convert(UInt, _eofact_indices[1+(_inds + convert(Int, (_ic - convert(Int, _eofact_trans_keys[1+(_keys )] )) ))] )
else
_trans = convert(UInt, _eofact_index_defaults[1+(cs)] )
end
else
_trans = convert(UInt, _eofact_index_defaults[1+(cs)] )
end
end
if _cont == 1
cs = convert(Int, _eofact_cond_targs[1+(_trans)] )
if cs == 0
_cont = 0
end
if _cont == 1
p += 1
end
end
end
end
if ( cs >= eofact_first_final )
println( "ACCEPT" );
else
println( "FAIL" );
end
end
m( "" );
m( "h" );
m( "hell" );
m( "hello" );
m( "hello\n" );
m( "t" );
m( "ther" );
m( "there" );
m( "friend" );
|