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
|
/* Generated by re2c */
#line 1 "input10_s.re"
// re2c $INPUT -o $OUTPUT -s
#line 6 "input10_s.c"
{
YYCTYPE yych;
if (YYLIMIT <= YYCURSOR) YYFILL(1);
yych = *YYCURSOR;
if (yych <= 'E') {
if (yych <= '@') goto yy1;
if (yych <= 'D') goto yy2;
} else {
if (yych <= 'G') goto yy2;
if (yych <= '`') goto yy1;
if (yych <= 'g') goto yy2;
}
yy1:
++YYCURSOR;
#line 11 "input10_s.re"
{ return -1; }
#line 23 "input10_s.c"
yy2:
++YYCURSOR;
#line 9 "input10_s.re"
{ return 1; }
#line 28 "input10_s.c"
}
#line 13 "input10_s.re"
|