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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
host( "working/scan1_cs.rl", 1 ) @{/*
* @@LANG: csharp
* @@GENERATED: true
*/
using System;
// Disables lots of warnings that appear in the test suite
#pragma warning disable 0168, 0169, 0219, 0162, 0414
namespace Test {
class Test
{
int ts;
int te;
int act;
int token;
}@
array s8 _scanner_actions( 0, 13 ) = { 0, 1, 2, 1, 3, 1, 6, 1, 7, 1, 8, 1, 9, 1, 10, 1, 11, 1, 12, 1, 13, 2, 0, 1, 2, 3, 4, 2, 3, 5, 0 };
array s8 _scanner_to_state_actions( 0, 21 ) = { 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0 };
array s8 _scanner_from_state_actions( 0, 1 ) = { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 };
array s8 _scanner_nfa_targs( 0, 0 ) = { 0, 0 };
array s8 _scanner_nfa_offsets( 0, 0 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
array s8 _scanner_nfa_push_actions( 0, 0 ) = { 0, 0 };
array s8 _scanner_nfa_pop_trans( 0, 0 ) = { 0, 0 };
value int scanner_start = 7;
value int scanner_first_final = 7;
value int scanner_error = 0;
value int scanner_en_main = 7;
host( "working/scan1_cs.rl", 60 ) @{
int cs;
void init()
{
}@
{
cs = cast(int)scanner_start;
ts = nil;
te = nil;
act = 0;
}
host( "working/scan1_cs.rl", 65 ) @{
}
void exec( char[] data, int len )
{
int p = 0;
int pe = len;
int eof = len;
string _s;
char [] buffer = new char [1024];
int blen = 0;
}@
{
index s8 _acts;
uint _nacts;
if ( p == pe )
goto _test_eof;
if ( cs == 0 )
goto _out;
_resume:
_acts = offset( _scanner_actions, _scanner_from_state_actions[cs] );
_nacts = cast(uint)deref( _scanner_actions, _acts ); _acts += 1;
while ( _nacts > 0 ) {
switch ( deref( _scanner_actions, _acts ) ) {
case 2{
host( "NONE", 1 ) ${${ts = p;}$}$
}
}
_acts += 1;
_nacts -= 1;
}
switch ( cs ) {
case 7:
switch( ( deref( data, p )) ) {
case c(10): {
goto ctr15;
}
case c(97): {
goto ctr16;
}
case c(98): {
goto ctr17;
}
case c(99): {
goto ctr18;
}
case c(100): {
goto ctr19;
}
}
if ( c(48) <= ( deref( data, p )) && ( deref( data, p )) <= c(57) ) {
goto ctr3;
}
{
goto ctr5;
}
case 0:
goto _out;
case 1:
switch( ( deref( data, p )) ) {
case c(46): {
goto ctr2;
}
case c(100): {
goto ctr3;
}
}
if ( c(48) <= ( deref( data, p )) && ( deref( data, p )) <= c(57) ) {
goto ctr3;
}
{
goto ctr25;
}
case 8:
if ( ( deref( data, p )) == c(98) ) {
goto ctr17;
}
{
goto ctr21;
}
case 2:
if ( ( deref( data, p )) == c(49) ) {
goto ctr4;
}
{
goto ctr5;
}
case 9:
if ( ( deref( data, p )) == c(100) ) {
goto ctr24;
}
{
goto ctr23;
}
case 3:
if ( ( deref( data, p )) == c(120) ) {
goto ctr8;
}
{
goto ctr11;
}
case 4:
if ( ( deref( data, p )) == c(120) ) {
goto ctr10;
}
{
goto ctr11;
}
case 5:
if ( ( deref( data, p )) == c(120) ) {
goto ctr12;
}
{
goto ctr11;
}
case 6:
switch( ( deref( data, p )) ) {
case c(46): {
goto ctr2;
}
case c(49): {
goto ctr13;
}
case c(50): {
goto ctr14;
}
case c(100): {
goto ctr3;
}
}
if ( c(48) <= ( deref( data, p )) && ( deref( data, p )) <= c(57) ) {
goto ctr3;
}
{
goto ctr5;
}
case 10:
switch( ( deref( data, p )) ) {
case c(46): {
goto ctr2;
}
case c(100): {
goto ctr3;
}
}
if ( c(48) <= ( deref( data, p )) && ( deref( data, p )) <= c(57) ) {
goto ctr3;
}
{
goto ctr25;
}
}
ctr5: cs = 0; goto _again;
ctr3: cs = 1; goto _again;
ctr18: cs = 2; goto _again;
ctr24: cs = 3; goto _again;
ctr8: cs = 4; goto _again;
ctr10: cs = 5; goto _again;
ctr19: cs = 6; goto _again;
ctr25: cs = 7; goto f0;
ctr2: cs = 7; goto f1;
ctr11: cs = 7; goto f3;
ctr12: cs = 7; goto f4;
ctr15: cs = 7; goto f9;
ctr16: cs = 7; goto f10;
ctr21: cs = 7; goto f11;
ctr23: cs = 7; goto f12;
ctr17: cs = 8; goto _again;
ctr4: cs = 9; goto f2;
ctr13: cs = 10; goto f5;
ctr14: cs = 10; goto f6;
f2: _acts = offset( _scanner_actions, 3 ); goto execFuncs;
f10: _acts = offset( _scanner_actions, 5 ); goto execFuncs;
f4: _acts = offset( _scanner_actions, 7 ); goto execFuncs;
f1: _acts = offset( _scanner_actions, 9 ); goto execFuncs;
f9: _acts = offset( _scanner_actions, 11 ); goto execFuncs;
f11: _acts = offset( _scanner_actions, 13 ); goto execFuncs;
f12: _acts = offset( _scanner_actions, 15 ); goto execFuncs;
f3: _acts = offset( _scanner_actions, 17 ); goto execFuncs;
f0: _acts = offset( _scanner_actions, 19 ); goto execFuncs;
f5: _acts = offset( _scanner_actions, 24 ); goto execFuncs;
f6: _acts = offset( _scanner_actions, 27 ); goto execFuncs;
execFuncs:
_nacts = cast(uint)deref( _scanner_actions, _acts );
_acts += 1;
while ( _nacts > 0 ) {
switch ( deref( _scanner_actions, _acts ) ) {
case 3{
host( "NONE", 1 ) ${${te = p+1;}$}$
}
case 4{
host( "working/scan1_cs.rl", 41 ) ${${act = 4;}$}$
}
case 5{
host( "working/scan1_cs.rl", 46 ) ${${act = 5;}$}$
}
case 6{
host( "working/scan1_cs.rl", 23 ) ${${te = p+1;host( "working/scan1_cs.rl", 23 ) ${Console.Write( "on last " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$}$}$
}
case 7{
host( "working/scan1_cs.rl", 35 ) ${${te = p+1;host( "working/scan1_cs.rl", 35 ) ${Console.Write( "on lag " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$}$}$
}
case 8{
host( "working/scan1_cs.rl", 52 ) ${${te = p+1;}$}$
}
case 9{
host( "working/scan1_cs.rl", 54 ) ${${te = p+1;}$}$
}
case 10{
host( "working/scan1_cs.rl", 29 ) ${${te = p;p = p - 1;host( "working/scan1_cs.rl", 29 ) ${Console.Write( "on next " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$}$}$
}
case 11{
host( "working/scan1_cs.rl", 35 ) ${${te = p;p = p - 1;host( "working/scan1_cs.rl", 35 ) ${Console.Write( "on lag " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$}$}$
}
case 12{
host( "working/scan1_cs.rl", 35 ) ${${p = ((te))-1;
host( "working/scan1_cs.rl", 35 ) ${Console.Write( "on lag " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$}$}$
}
case 13{
host( "NONE", 1 ) ${${switch( act ) {
case 0 {
host( "NONE", 1 ) ${${cs = 0; goto _again;}$}$ }
case 4 {
p = ((te))-1;
host( "working/scan1_cs.rl", 41 ) ${Console.Write( "lm switch1 " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$ }
case 5 {
p = ((te))-1;
host( "working/scan1_cs.rl", 46 ) ${Console.Write( "lm switch2 " );if ( p + 1 == te )
{
Console.Write( "yes" );
}
Console.Write( "\n" );}$ }
}}$
}$
}
}
_acts += 1;
_nacts -= 1;
}
goto _again;
_again:
_acts = offset( _scanner_actions, _scanner_to_state_actions[cs] );
_nacts = cast(uint)deref( _scanner_actions, _acts ); _acts += 1;
while ( _nacts > 0 ) {
switch ( deref( _scanner_actions, _acts ) ) {
case 0{
host( "NONE", 1 ) ${${ts = nil;}$}$
}
case 1{
host( "NONE", 1 ) ${${act = 0;}$}$
}
}
_acts += 1;
_nacts -= 1;
}
if ( cs == 0 )
goto _out;
p += 1;
if ( p != pe )
goto _resume;
_test_eof: {}
if ( p == eof )
{
switch ( cs ) {
case 1: goto ctr25;
case 8: goto ctr21;
case 9: goto ctr23;
case 3: goto ctr11;
case 4: goto ctr11;
case 5: goto ctr11;
case 10: goto ctr25;
}
}
_out: {}
}
host( "working/scan1_cs.rl", 76 ) @{
}
void finish( )
{
if ( cs >= scanner_first_final )
Console.WriteLine( "ACCEPT" );
else
Console.WriteLine( "FAIL" );
}
static readonly string[] inp = {
"abbc1d1d2\n",
};
static readonly int inplen = 1;
public static void Main (string[] args)
{
Test machine = new Test();
for ( int i = 0; i < inplen; i++ ) {
machine.init();
machine.exec( inp[i].ToCharArray(), inp[i].Length );
machine.finish();
}
}
}
}
}@
|