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
|
/* Generated by re2c */
#line 1 "input9.re"
// re2c $INPUT -o $OUTPUT
#line 6 "input9.c"
{
YYCTYPE yych;
if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
yych = *YYCURSOR;
switch (yych) {
case 0x00: goto yy1;
case 0x01: goto yy2;
case 0x02: goto yy3;
case 0x07: goto yy6;
case 0x08: goto yy7;
case ' ': goto yy8;
case '4': goto yy9;
case '@': goto yy10;
case 'S': goto yy11;
case 0xAB: goto yy12;
case 0xCD: goto yy13;
case 0xEE: goto yy14;
default: goto yy4;
}
yy1:
++YYCURSOR;
#line 6 "input9.re"
{ return 1; }
#line 30 "input9.c"
yy2:
++YYCURSOR;
#line 7 "input9.re"
{ return 2; }
#line 35 "input9.c"
yy3:
++YYCURSOR;
#line 14 "input9.re"
{ return 8; }
#line 40 "input9.c"
yy4:
++YYCURSOR;
yy5:
#line 19 "input9.re"
{ return 0; }
#line 46 "input9.c"
yy6:
++YYCURSOR;
#line 8 "input9.re"
{ return 3; }
#line 51 "input9.c"
yy7:
++YYCURSOR;
#line 9 "input9.re"
{ return 4; }
#line 56 "input9.c"
yy8:
++YYCURSOR;
#line 15 "input9.re"
{ return 9; }
#line 61 "input9.c"
yy9:
++YYCURSOR;
#line 16 "input9.re"
{ return 10; }
#line 66 "input9.c"
yy10:
++YYCURSOR;
#line 10 "input9.re"
{ return 5; }
#line 71 "input9.c"
yy11:
++YYCURSOR;
#line 11 "input9.re"
{ return 6; }
#line 76 "input9.c"
yy12:
++YYCURSOR;
#line 17 "input9.re"
{ return 11; }
#line 81 "input9.c"
yy13:
++YYCURSOR;
#line 18 "input9.re"
{ return 12; }
#line 86 "input9.c"
yy14:
yych = *++YYCURSOR;
switch (yych) {
case '7': goto yy15;
default: goto yy5;
}
yy15:
++YYCURSOR;
#line 12 "input9.re"
{ return 7; }
#line 97 "input9.c"
}
#line 21 "input9.re"
|