X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.c;h=fd4df1d026970aac457d2a3b7ac2fb9e92249fdb;hb=f6a64177e53a495ba5859e86640c4725a876128e;hp=6aff359898022edea6a14b5f3247e615066b99b4;hpb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.c b/perly.c index 6aff359..fd4df1d 100644 --- a/perly.c +++ b/perly.c @@ -1,2324 +1,712 @@ -#ifndef lint -static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91"; -#endif -#define YYBYACC 1 -#line 16 "perly.y" +/* perly.c + * + * Copyright (c) 2004 Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + * Note that this file was originally generated as an output from + * GNU bison version 1.875, but now the code is statically maintained + * and edited; the bits that are dependent on perly.y are now #included + * from the files perly.tab and perly.act. + * + * Here is an important copyright statement from the original, generated + * file: + * + * As a special exception, when this file is copied by Bison into a + * Bison output file, you may use that output file without + * restriction. This special exception was added by the Free + * Software Foundation in version 1.24 of Bison. + */ + + +/* allow stack size to grow effectively without limit */ +#define YYMAXDEPTH 10000000 + #include "EXTERN.h" +#define PERL_IN_PERLY_C #include "perl.h" +typedef signed char yysigned_char; + +#ifdef DEBUGGING +# define YYDEBUG 1 +#else +# define YYDEBUG 0 +#endif + +/* contains all the parser state tables; auto-generated from perly.y */ +#include "perly.tab" + +# define YYSIZE_T size_t + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrlab1 + + +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ + +#define YYFAIL goto yyerrlab + +#define YYRECOVERING() (!!yyerrstatus) + +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK; \ + goto yybackup; \ + } \ + else { \ + yyerror ("syntax error: cannot back up"); \ + YYERROR; \ + } \ +while (0) + +#define YYTERROR 1 +#define YYERRCODE 256 + +/* Enable debugging if requested. */ +#ifdef DEBUGGING + +# define yydebug (DEBUG_p_TEST) + +# define YYFPRINTF PerlIO_printf + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (0) + +# define YYDSYMPRINT(Args) \ +do { \ + if (yydebug) \ + yysymprint Args; \ +} while (0) + +# define YYDSYMPRINTF(Title, Token, Value) \ +do { \ + if (yydebug) { \ + YYFPRINTF (Perl_debug_log, "%s ", Title); \ + yysymprint (aTHX_ Perl_debug_log, Token, Value); \ + YYFPRINTF (Perl_debug_log, "\n"); \ + } \ +} while (0) + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + static void -dep() +yysymprint (pTHX_ PerlIO *yyoutput, int yytype, const YYSTYPE *yyvaluep) { - deprecate("\"do\" to call subroutines"); + if (yytype < YYNTOKENS) { + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); +# ifdef YYPRINT + YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYFPRINTF (yyoutput, "0x%"UVxf, (UV)yyvaluep->ival); +# endif + } + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + + YYFPRINTF (yyoutput, ")"); } -#define YYERRCODE 256 -short yylhs[] = { -1, - 40, 0, 7, 5, 8, 9, 6, 10, 10, 10, - 11, 11, 11, 11, 23, 23, 23, 23, 23, 23, - 14, 14, 14, 13, 13, 13, 13, 37, 37, 12, - 12, 12, 12, 12, 12, 12, 41, 42, 12, 12, - 25, 25, 26, 26, 27, 28, 29, 30, 39, 39, - 1, 1, 1, 1, 3, 3, 43, 43, 36, 36, - 4, 44, 44, 45, 15, 15, 15, 24, 24, 24, - 34, 34, 34, 34, 34, 34, 34, 34, 35, 35, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 31, 31, 32, 32, 32, 2, - 2, 38, 22, 17, 18, 19, 20, 21, 33, 33, - 33, 33, -}; -short yylen[] = { 2, - 0, 2, 4, 0, 5, 0, 0, 0, 2, 2, - 2, 1, 2, 3, 1, 1, 3, 3, 3, 3, - 0, 2, 6, 7, 7, 4, 4, 0, 2, 8, - 8, 5, 5, 10, 8, 8, 0, 0, 13, 3, - 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, - 1, 1, 1, 1, 4, 3, 5, 5, 0, 1, - 0, 3, 2, 6, 3, 3, 1, 2, 3, 1, - 3, 5, 6, 3, 5, 2, 4, 4, 1, 1, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 5, 3, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 3, 2, 3, 2, 4, 3, - 4, 1, 5, 1, 4, 5, 4, 1, 1, 1, - 5, 6, 5, 6, 5, 4, 5, 1, 1, 3, - 4, 3, 2, 2, 4, 5, 4, 5, 1, 2, - 2, 1, 2, 2, 2, 1, 3, 1, 3, 4, - 4, 6, 1, 1, 0, 1, 0, 1, 2, 1, - 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, - 1, 1, -}; -short yydefred[] = { 1, - 0, 8, 0, 50, 61, 61, 0, 61, 9, 51, - 10, 12, 0, 52, 53, 54, 0, 0, 0, 63, - 0, 15, 4, 153, 0, 0, 128, 0, 148, 0, - 61, 61, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 160, 161, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, - 0, 0, 118, 120, 0, 0, 0, 0, 154, 0, - 56, 0, 62, 0, 8, 169, 172, 171, 170, 0, - 0, 0, 0, 0, 0, 4, 0, 4, 0, 4, - 0, 4, 0, 4, 4, 0, 0, 0, 0, 0, - 167, 0, 134, 0, 0, 0, 0, 0, 163, 0, - 0, 0, 0, 76, 0, 143, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 108, 0, 164, 165, - 166, 168, 0, 0, 40, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 100, 101, 0, 0, - 0, 0, 0, 0, 0, 0, 14, 0, 55, 60, - 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, - 149, 0, 0, 0, 0, 0, 0, 110, 0, 132, - 0, 0, 0, 107, 29, 0, 0, 20, 0, 0, - 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, - 80, 0, 0, 0, 0, 0, 0, 0, 130, 0, - 0, 58, 57, 0, 3, 0, 151, 0, 78, 111, - 0, 47, 0, 32, 48, 0, 33, 0, 0, 0, - 0, 26, 0, 27, 162, 0, 0, 42, 0, 0, - 150, 159, 77, 0, 135, 0, 137, 0, 109, 0, - 0, 0, 0, 0, 0, 0, 117, 0, 115, 0, - 126, 0, 131, 64, 75, 0, 0, 0, 0, 6, - 22, 0, 0, 0, 0, 37, 0, 72, 136, 138, - 125, 0, 123, 0, 0, 116, 0, 121, 127, 113, - 152, 0, 0, 0, 7, 0, 0, 0, 0, 0, - 0, 124, 122, 73, 30, 31, 24, 8, 0, 25, - 0, 36, 0, 35, 0, 0, 0, 38, 5, 23, - 34, 0, 0, 0, 39, -}; -short yydgoto[] = { 1, - 9, 66, 10, 17, 85, 348, 88, 311, 335, 3, - 11, 12, 68, 272, 203, 70, 71, 72, 73, 74, - 75, 76, 278, 78, 279, 262, 265, 269, 263, 266, - 124, 204, 90, 79, 242, 181, 145, 276, 13, 2, - 340, 362, 14, 15, 16, -}; -short yysindex[] = { 0, - 0, 0, 408, 0, 0, 0, -36, 0, 0, 0, - 0, 0, 618, 0, 0, 0, -116, -216, -12, 0, - -203, 0, 0, 0, 68, 68, 0, 16, 0, 1972, - 0, 0, -6, 5, 6, 21, -34, 1972, 22, 26, - 31, 68, 950, 1006, -176, 0, 0, 68, 1972, -21, - 1070, 1972, 1972, 1972, 1972, 1972, 1346, 0, 1972, 1972, - 1402, 68, 68, 68, 68, 1972, -202, 0, 287, 3838, - -59, -56, 0, 0, -35, 57, 41, 63, 0, -9, - 0, -150, 0, -145, 0, 0, 0, 0, 0, 1972, - 87, 1972, 3838, -9, -150, 0, -9, 0, -9, 0, - -9, 0, -9, 0, 0, 90, 3838, 91, 1461, -21, - 0, 103, 0, 267, -7, 23, -50, 1972, 0, 63, - 0, -59, 63, 0, 1972, 0, 267, 611, 611, 611, - -86, -86, 62, -38, 611, 611, 0, -83, 0, 0, - 0, 0, 267, -9, 0, 1972, 1972, 1972, 1972, 1972, - 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, 1972, - 1972, 1972, 1972, 1972, 1972, 1972, 0, 0, -28, 1972, - 1972, 1972, 1972, 1972, 1972, 1521, 0, 1972, 0, 0, - -33, 1972, 225, 0, 1972, 2008, 1972, -9, 1972, -202, - 1972, -202, 1972, -208, 1972, -208, 95, 1797, 1972, 0, - 0, -30, 7, 114, 1972, 1853, 1909, 0, 25, 0, - 63, 1972, 73, 0, 0, -173, -173, 0, -173, -173, - -140, 0, -46, 3340, 267, 2662, 374, 1221, 3838, 3801, - 3898, 1616, 3272, 320, 383, 611, 611, 1972, 0, 1972, - 0, 127, -79, -41, -73, 40, -43, 59, 0, -16, - 3838, 0, 0, 111, 0, 130, 0, 1972, 0, 0, - -173, 0, 136, 0, 0, 138, 0, -173, 142, 58, - 144, 0, 146, 0, 0, 149, 369, 0, 131, -14, - 0, 0, 0, -11, 0, -3, 0, -1, 0, 113, - 1972, 70, 1972, 66, 140, 1972, 0, 71, 0, 72, - 0, 79, 0, 0, 0, 1675, 58, 58, 58, 0, - 0, 1972, 58, 1972, 58, 0, -9, 0, 0, 0, - 0, 182, 0, 3868, 84, 0, 170, 0, 0, 0, - 0, -202, -202, -208, 0, 173, -208, 1, -202, 1972, - -202, 0, 0, 0, 0, 0, 0, 0, 58, 0, - 58, 0, 156, 0, 343, -208, -202, 0, 0, 0, - 0, 1797, 177, 58, 0, -}; -short yyrindex[] = { 0, - 0, 0, 165, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 2164, 426, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 2786, - 2862, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 49, 0, 18, 293, - 2907, 2987, 0, 0, 2209, 2062, 0, 373, 0, 0, - 0, -20, 0, 0, 0, 0, 0, 0, 0, 2260, - 0, 0, 1179, 0, 96, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1299, 0, 0, 179, - 0, 2121, 0, 3614, 2907, 0, 0, 2260, 0, 2319, - 493, 559, 2461, 0, 0, 0, 3653, 3142, 3183, 3222, - 3049, 3097, 2523, 0, 3268, 3316, 0, 0, 0, 0, - 0, 0, 3727, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 2582, 0, 0, - 0, 167, 894, 0, 179, 0, 2260, 0, 190, 49, - 0, 49, 0, 109, 0, 109, 0, 188, 0, 0, - 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, - 2627, 0, 2724, 0, 0, 24, 39, 0, 52, 60, - 1307, 0, 0, 1046, 1187, 1243, 1131, 3503, 1575, 0, - 3770, 1639, 1583, 2399, 3551, 3418, 3457, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 1729, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 65, 0, 0, 0, 0, 0, 0, 226, 0, 0, - 0, 0, 0, 0, 0, 0, 215, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 179, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 845, 0, 0, 0, 0, 0, 0, - 0, 49, 49, 109, 0, 0, 109, 0, 49, 227, - 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 894, 109, 49, 0, 0, 0, - 0, 257, 0, 0, 0, -}; -short yygindex[] = { 0, - 0, 0, 0, 47, 416, 0, 447, 194, 0, -84, - 0, 0, 0, -168, -13, 3819, 917, 0, 0, 0, - 0, 0, 291, 901, -62, -29, 197, 14, 0, 150, - -61, -181, 10, 0, 0, 253, 637, 0, 0, 0, - 0, 0, 0, 0, 0, -}; -#define YYTABLESIZE 4212 -short yytable[] = { 69, - 183, 62, 213, 256, 170, 105, 23, 62, 209, 214, - 281, 52, 292, 297, 62, 64, 48, 298, 57, 299, - 65, 60, 20, 59, 303, 252, 317, 274, 184, 318, - 117, 172, 207, 96, 174, 91, 152, 319, 59, 320, - 82, 351, 63, 134, 98, 100, 83, 138, 28, 301, - 282, 111, 18, 84, 21, 92, 210, 119, 16, 125, - 102, 108, 240, 171, 19, 109, 173, 270, 271, 61, - 110, 139, 140, 141, 142, 144, 16, 94, 95, 45, - 118, 28, 19, 172, 28, 28, 28, 175, 28, 23, - 28, 28, 17, 28, 238, 202, 176, 45, 300, 177, - 18, 23, 59, 62, 53, 44, 178, 28, 21, 180, - 17, 182, 28, 23, 327, 171, 23, 302, 18, 205, - 254, 150, 151, 44, 325, 259, 185, 23, 23, 199, - 62, 200, 216, 217, 219, 220, 221, 222, 223, 28, - 80, 21, 206, 23, 21, 21, 21, 208, 21, 289, - 21, 21, 212, 21, 283, 151, 243, 244, 245, 246, - 247, 248, 250, 291, 2, 347, 296, 21, 350, 304, - 305, 28, 21, 28, 28, 261, 307, 217, 308, 268, - 310, 217, 309, 312, 277, 280, 313, 360, 314, 316, - 23, 284, 286, 288, 323, 328, 329, 49, 290, 21, - 49, 49, 49, 330, 49, 321, 49, 49, 343, 49, - 344, 150, 151, 349, 358, 150, 151, 364, 59, 157, - 19, 150, 151, 49, 294, 155, 295, 169, 49, 239, - 43, 21, 326, 21, 21, 121, 25, 26, 27, 28, - 87, 29, 30, 31, 150, 151, 41, 32, 150, 151, - 158, 150, 151, 150, 151, 49, 150, 151, 38, 104, - 39, 40, 41, 355, 150, 151, 46, 42, 43, 44, - 45, 46, 47, 16, 342, 49, 50, 322, 150, 151, - 150, 151, 51, 150, 151, 43, 54, 49, 55, 56, - 49, 150, 151, 150, 151, 150, 151, 41, 268, 363, - 338, 150, 151, 77, 28, 28, 28, 28, 28, 28, - 353, 28, 28, 28, 28, 28, 28, 28, 28, 28, - 28, 28, 28, 28, 86, 336, 261, 28, 28, 87, - 28, 28, 28, 70, 150, 151, 70, 28, 28, 28, - 28, 28, 28, 218, 273, 28, 28, 188, 69, 255, - 70, 70, 28, 150, 151, 0, 28, 170, 28, 28, - 150, 151, 0, 0, 21, 21, 21, 21, 21, 21, - 0, 21, 21, 21, 21, 21, 21, 21, 21, 21, - 21, 21, 21, 21, 0, 70, 0, 21, 21, 152, - 21, 21, 21, 0, 0, 0, 0, 21, 21, 21, - 21, 21, 21, 0, 0, 21, 21, 150, 151, 315, - 170, 0, 21, 67, 0, 0, 21, 0, 21, 21, - 49, 49, 49, 49, 49, 49, 0, 49, 49, 49, - 0, 67, 0, 49, 150, 151, 49, 49, 49, 49, - 0, 0, 152, 49, 49, 0, 49, 49, 49, 0, - 0, 0, 0, 49, 49, 49, 49, 49, 49, 67, - 0, 49, 49, 81, 170, 67, 146, 359, 49, 146, - 0, 0, 49, 170, 49, 49, 150, 151, 0, 97, - 99, 101, 103, 146, 146, 0, 0, 0, 146, 113, - 4, 5, 6, 0, 7, 8, 152, 126, 0, 0, - 332, 333, 334, 0, 0, 152, 337, 0, 339, 0, - 0, 189, 0, 191, 0, 193, 146, 195, 146, 197, - 198, 0, 0, 0, 0, 169, 179, 0, 169, 169, - 169, 0, 169, 153, 169, 169, 153, 169, 0, 0, - 187, 0, 356, 190, 357, 192, 0, 194, 146, 196, - 153, 153, 0, 156, 157, 153, 169, 365, 146, 147, - 148, 149, 0, 0, 70, 70, 70, 70, 0, 0, - 0, 164, 165, 0, 0, 166, 0, 0, 167, 168, - 169, 150, 151, 153, 0, 153, 0, 70, 70, 0, - 215, 170, 0, 0, 170, 170, 170, 0, 170, 112, - 170, 170, 112, 170, 154, 155, 156, 157, 4, 5, - 6, 0, 7, 8, 0, 153, 112, 112, 169, 0, - 0, 112, 170, 0, 164, 165, 0, 253, 166, 0, - 0, 167, 168, 169, 260, 0, 0, 0, 0, 0, - 146, 147, 148, 149, 67, 67, 67, 67, 0, 0, - 52, 112, 0, 62, 64, 48, 0, 57, 0, 65, - 60, 0, 59, 150, 151, 0, 0, 67, 67, 156, - 157, 0, 0, 4, 5, 6, 58, 7, 8, 165, - 0, 63, 166, 0, 170, 167, 168, 169, 165, 0, - 0, 166, 0, 0, 167, 168, 169, 146, 146, 146, - 146, 170, 0, 0, 0, 0, 146, 0, 61, 0, - 146, 146, 146, 146, 0, 0, 0, 0, 0, 0, - 146, 146, 0, 0, 146, 146, 146, 146, 146, 0, - 146, 146, 0, 152, 146, 0, 0, 146, 146, 146, - 23, 0, 0, 53, 0, 0, 0, 0, 0, 169, - 169, 169, 169, 169, 0, 169, 169, 169, 0, 0, - 0, 169, 0, 341, 153, 153, 153, 153, 0, 0, - 0, 0, 169, 153, 169, 169, 169, 153, 153, 153, - 153, 169, 169, 169, 169, 169, 169, 153, 153, 169, - 169, 153, 153, 153, 153, 153, 169, 153, 153, 0, - 169, 153, 169, 169, 153, 153, 153, 0, 0, 0, - 0, 0, 0, 0, 0, 170, 170, 170, 170, 170, - 0, 170, 170, 170, 0, 0, 264, 170, 267, 0, - 112, 112, 112, 112, 0, 0, 0, 0, 170, 112, - 170, 170, 170, 112, 112, 112, 112, 170, 170, 170, - 170, 170, 170, 112, 112, 170, 170, 112, 112, 112, - 112, 112, 170, 112, 112, 0, 170, 112, 170, 170, - 112, 112, 112, 22, 24, 25, 26, 27, 28, 0, - 29, 30, 31, 0, 0, 93, 32, 0, 93, 33, - 34, 35, 36, 0, 0, 0, 37, 38, 0, 39, - 40, 41, 93, 93, 0, 0, 42, 43, 44, 45, - 46, 47, 0, 0, 49, 50, 0, 0, 0, 166, - 0, 51, 167, 168, 169, 54, 49, 55, 56, 49, - 49, 49, 0, 49, 0, 49, 49, 93, 49, 0, - 0, 89, 89, 0, 0, 0, 0, 0, 0, 120, - 123, 0, 49, 106, 0, 0, 0, 49, 89, 115, - 0, 0, 0, 0, 89, 0, 122, 0, 345, 346, - 0, 0, 0, 0, 0, 352, 0, 354, 89, 89, - 89, 89, 52, 0, 49, 62, 64, 48, 0, 57, - 123, 65, 60, 361, 59, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 63, 0, 0, 49, 0, 123, 49, - 0, 0, 0, 0, 0, 211, 122, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, - 61, 62, 64, 48, 0, 57, 0, 65, 60, 0, - 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 116, 0, 0, 0, 0, 63, - 0, 0, 23, 0, 0, 53, 0, 0, 0, 0, - 0, 0, 123, 0, 0, 241, 90, 123, 0, 90, - 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, - 0, 0, 52, 90, 90, 62, 64, 48, 90, 57, - 0, 65, 60, 275, 59, 0, 93, 93, 93, 93, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 53, 0, 63, 0, 0, 0, 0, 90, 93, - 93, 0, 0, 93, 0, 0, 0, 0, 0, 49, - 49, 49, 49, 49, 49, 0, 49, 49, 49, 0, - 61, 0, 49, 0, 0, 49, 49, 49, 49, 0, - 0, 83, 49, 49, 83, 49, 49, 49, 0, 0, - 0, 0, 49, 49, 49, 49, 49, 49, 83, 83, - 49, 49, 23, 83, 0, 53, 0, 49, 0, 0, - 0, 49, 0, 49, 49, 0, 112, 25, 26, 27, - 28, 0, 29, 30, 31, 0, 0, 0, 32, 145, - 0, 0, 145, 83, 0, 0, 0, 86, 0, 38, - 86, 39, 40, 41, 0, 0, 145, 145, 42, 43, - 44, 45, 46, 47, 86, 86, 49, 50, 0, 86, - 0, 0, 0, 51, 0, 0, 0, 54, 0, 55, - 56, 0, 24, 25, 26, 27, 28, 0, 29, 30, - 31, 145, 0, 0, 32, 0, 0, 0, 0, 86, - 0, 0, 0, 87, 0, 38, 87, 39, 40, 41, - 0, 0, 0, 0, 42, 43, 44, 45, 46, 47, - 87, 87, 49, 50, 0, 87, 0, 0, 0, 51, - 0, 170, 0, 54, 0, 55, 56, 90, 90, 90, - 90, 0, 0, 0, 0, 0, 24, 25, 26, 27, - 28, 0, 29, 30, 31, 87, 0, 0, 32, 140, - 90, 90, 140, 152, 90, 0, 0, 66, 0, 38, - 66, 39, 40, 41, 0, 0, 140, 140, 42, 43, - 44, 45, 46, 47, 0, 66, 49, 50, 0, 0, - 0, 0, 0, 51, 0, 0, 0, 54, 52, 55, - 56, 62, 64, 48, 0, 57, 133, 65, 60, 0, - 59, 140, 0, 0, 0, 0, 0, 0, 0, 66, - 0, 0, 83, 83, 83, 83, 0, 0, 0, 63, - 0, 83, 0, 0, 0, 83, 83, 83, 83, 0, - 0, 0, 0, 0, 0, 83, 83, 0, 0, 83, - 83, 83, 83, 83, 52, 83, 61, 62, 64, 48, - 0, 57, 0, 65, 60, 0, 59, 0, 0, 0, - 145, 145, 145, 145, 0, 0, 0, 0, 86, 86, - 86, 86, 0, 0, 0, 63, 0, 86, 0, 0, - 0, 53, 86, 145, 145, 0, 0, 0, 0, 0, - 0, 86, 86, 0, 0, 86, 86, 86, 86, 86, - 0, 0, 61, 52, 137, 0, 62, 64, 48, 0, - 57, 201, 65, 60, 0, 59, 0, 156, 0, 0, - 0, 0, 0, 0, 87, 87, 87, 87, 0, 0, - 0, 0, 0, 87, 63, 0, 165, 53, 0, 166, - 0, 0, 167, 168, 169, 0, 0, 87, 87, 0, - 0, 87, 87, 87, 87, 87, 0, 0, 0, 0, - 0, 61, 0, 52, 0, 0, 62, 64, 48, 0, - 57, 249, 65, 60, 0, 59, 0, 0, 0, 0, - 140, 140, 140, 140, 0, 0, 0, 0, 66, 66, - 66, 66, 0, 0, 63, 0, 53, 0, 0, 0, - 0, 0, 0, 140, 140, 0, 0, 0, 0, 0, - 0, 66, 24, 25, 26, 27, 28, 0, 29, 30, - 31, 61, 0, 0, 32, 81, 0, 0, 81, 0, - 0, 0, 0, 89, 0, 38, 89, 39, 40, 41, - 0, 0, 81, 81, 42, 43, 44, 45, 46, 47, - 89, 89, 49, 50, 0, 89, 53, 0, 0, 51, - 0, 0, 0, 54, 0, 55, 56, 0, 24, 25, - 26, 27, 28, 0, 29, 30, 31, 81, 0, 0, - 32, 0, 0, 0, 0, 89, 0, 0, 0, 91, - 0, 38, 91, 39, 40, 41, 0, 0, 0, 0, - 42, 43, 44, 45, 46, 47, 91, 91, 49, 50, - 0, 91, 0, 0, 0, 51, 170, 0, 0, 54, - 0, 55, 56, 0, 0, 331, 0, 24, 25, 26, - 27, 28, 0, 29, 30, 31, 0, 0, 0, 32, - 0, 91, 0, 0, 0, 0, 0, 159, 152, 0, - 38, 0, 39, 40, 41, 0, 0, 0, 0, 42, - 43, 44, 45, 46, 47, 0, 0, 49, 50, 0, - 0, 0, 0, 0, 51, 170, 0, 0, 54, 69, - 55, 56, 69, 0, 0, 0, 0, 24, 25, 26, - 27, 28, 0, 29, 30, 31, 69, 69, 0, 32, - 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, - 38, 0, 39, 40, 41, 0, 0, 0, 0, 42, - 43, 44, 45, 46, 47, 0, 0, 49, 50, 0, - 0, 69, 0, 0, 51, 0, 0, 0, 54, 52, - 55, 56, 62, 64, 48, 0, 57, 0, 65, 60, - 0, 59, 0, 0, 0, 0, 81, 81, 81, 81, - 0, 0, 0, 0, 89, 89, 89, 89, 0, 0, - 63, 0, 0, 89, 0, 0, 0, 0, 0, 81, - 81, 0, 0, 0, 0, 0, 0, 89, 89, 0, - 0, 89, 89, 89, 89, 52, 0, 61, 62, 64, - 48, 0, 57, 285, 65, 60, 0, 59, 0, 0, - 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, - 91, 91, 91, 91, 0, 0, 63, 162, 163, 91, - 164, 165, 53, 0, 166, 0, 0, 167, 168, 169, - 0, 0, 0, 91, 91, 0, 0, 91, 91, 91, - 0, 52, 0, 61, 62, 64, 48, 0, 57, 287, - 65, 60, 0, 59, 0, 153, 0, 0, 0, 154, - 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 63, 158, 160, 161, 162, 163, 53, 164, - 165, 0, 0, 166, 0, 0, 167, 168, 169, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, - 69, 69, 69, 69, 52, 0, 0, 62, 64, 48, - 0, 57, 0, 65, 60, 0, 59, 0, 0, 0, - 0, 0, 0, 69, 69, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 53, 63, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, - 0, 258, 22, 24, 25, 26, 27, 28, 0, 29, - 30, 31, 61, 0, 0, 32, 0, 0, 0, 0, - 159, 0, 0, 0, 0, 0, 38, 0, 39, 40, - 41, 0, 0, 0, 0, 42, 43, 44, 45, 46, - 47, 0, 0, 49, 50, 0, 0, 53, 170, 0, - 51, 0, 129, 0, 54, 129, 55, 56, 0, 24, - 25, 26, 27, 28, 0, 29, 30, 31, 0, 129, - 129, 32, 0, 0, 129, 0, 0, 0, 0, 0, - 152, 0, 38, 0, 39, 40, 41, 0, 0, 0, - 0, 42, 43, 44, 45, 46, 47, 0, 0, 49, - 50, 0, 129, 0, 129, 0, 51, 0, 0, 0, - 54, 153, 55, 56, 153, 24, 25, 26, 27, 28, - 0, 29, 30, 31, 0, 0, 0, 32, 153, 153, - 0, 0, 0, 153, 129, 0, 0, 0, 38, 0, - 39, 40, 41, 0, 0, 0, 0, 42, 43, 44, - 45, 46, 47, 0, 139, 49, 50, 139, 0, 0, - 0, 153, 51, 153, 0, 0, 54, 0, 55, 56, - 0, 139, 139, 0, 0, 0, 139, 0, 24, 25, - 26, 27, 28, 0, 29, 30, 31, 0, 0, 0, - 32, 0, 0, 153, 0, 0, 0, 0, 0, 114, - 0, 38, 114, 39, 40, 41, 139, 0, 0, 0, - 42, 43, 44, 45, 46, 47, 114, 114, 49, 50, - 0, 114, 0, 0, 0, 51, 0, 0, 0, 54, - 0, 55, 56, 0, 0, 0, 139, 0, 153, 0, - 0, 0, 154, 155, 156, 157, 0, 0, 0, 114, - 155, 114, 0, 155, 0, 0, 158, 160, 161, 162, - 163, 0, 164, 165, 0, 0, 166, 155, 155, 167, - 168, 169, 155, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 129, 129, 129, 129, 0, 0, 0, - 0, 0, 129, 0, 0, 0, 129, 129, 129, 129, - 0, 0, 155, 0, 0, 0, 129, 129, 0, 141, - 129, 129, 129, 129, 129, 0, 129, 129, 0, 0, - 129, 0, 0, 129, 129, 129, 141, 141, 0, 0, - 0, 141, 155, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 153, 153, 153, 153, 0, 0, 0, 0, - 0, 153, 0, 0, 0, 153, 153, 153, 153, 141, - 0, 141, 0, 0, 0, 153, 153, 0, 0, 153, - 153, 153, 153, 153, 0, 153, 153, 0, 0, 153, - 0, 0, 153, 153, 153, 139, 139, 139, 139, 88, - 0, 141, 88, 0, 139, 0, 0, 0, 139, 139, - 139, 139, 0, 0, 0, 0, 88, 88, 139, 139, - 0, 88, 139, 139, 139, 139, 139, 0, 139, 139, - 0, 0, 139, 0, 0, 139, 139, 139, 0, 0, - 114, 114, 114, 114, 0, 0, 0, 0, 0, 114, - 0, 88, 0, 114, 114, 114, 114, 0, 0, 0, - 0, 156, 0, 114, 114, 0, 0, 114, 114, 114, - 114, 114, 0, 114, 114, 0, 0, 114, 156, 156, - 114, 114, 114, 156, 0, 0, 0, 0, 0, 0, - 0, 155, 155, 155, 155, 0, 0, 0, 0, 0, - 155, 0, 0, 0, 155, 155, 155, 155, 0, 0, - 0, 156, 0, 156, 155, 155, 0, 0, 155, 155, - 155, 155, 155, 106, 155, 155, 106, 0, 155, 0, - 0, 155, 155, 155, 0, 0, 0, 0, 0, 0, - 106, 106, 0, 156, 0, 106, 0, 0, 0, 0, - 141, 141, 141, 141, 0, 0, 0, 0, 0, 141, - 0, 0, 0, 141, 141, 141, 141, 0, 0, 0, - 0, 0, 0, 141, 141, 106, 0, 141, 141, 141, - 141, 141, 68, 141, 141, 68, 0, 141, 0, 0, - 141, 141, 141, 0, 0, 0, 0, 0, 0, 68, - 68, 0, 0, 0, 68, 106, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, - 88, 88, 88, 88, 68, 0, 0, 0, 0, 88, - 0, 0, 0, 0, 71, 71, 0, 0, 0, 71, - 0, 0, 0, 88, 88, 0, 0, 88, 88, 88, - 88, 88, 0, 0, 68, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 71, 0, 71, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 156, 156, 156, 156, 0, 0, 0, 0, - 0, 156, 0, 0, 0, 156, 156, 156, 156, 71, - 0, 0, 170, 0, 0, 156, 156, 0, 0, 156, - 156, 156, 156, 156, 105, 156, 156, 105, 0, 156, - 0, 0, 156, 156, 156, 0, 0, 0, 0, 0, - 0, 105, 105, 0, 152, 0, 105, 0, 0, 0, - 0, 0, 0, 0, 106, 106, 106, 106, 0, 0, - 0, 0, 0, 106, 0, 0, 0, 106, 106, 106, - 106, 0, 0, 0, 0, 0, 105, 106, 106, 0, - 0, 106, 106, 106, 106, 106, 155, 106, 106, 155, - 0, 106, 0, 0, 106, 106, 106, 0, 0, 0, - 0, 0, 0, 155, 155, 0, 105, 0, 155, 0, - 0, 0, 0, 68, 68, 68, 68, 0, 0, 0, - 0, 0, 68, 0, 0, 0, 68, 68, 68, 68, - 0, 0, 0, 0, 0, 0, 68, 68, 155, 0, - 68, 68, 68, 68, 68, 0, 68, 68, 0, 0, - 68, 0, 0, 68, 68, 68, 0, 0, 71, 71, - 71, 71, 142, 0, 0, 142, 0, 71, 0, 0, - 0, 71, 71, 71, 71, 0, 0, 0, 0, 142, - 142, 71, 71, 0, 142, 71, 71, 71, 71, 71, - 0, 71, 71, 0, 0, 71, 0, 0, 71, 71, - 71, 0, 0, 0, 0, 0, 154, 112, 156, 157, - 112, 0, 0, 0, 142, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 112, 112, 164, 165, 0, 112, - 166, 0, 0, 167, 168, 169, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 105, 105, 105, 105, 112, - 0, 0, 0, 0, 105, 0, 0, 0, 105, 105, - 105, 105, 0, 0, 0, 0, 0, 0, 105, 105, - 0, 0, 105, 105, 105, 105, 105, 119, 105, 105, - 119, 0, 105, 0, 0, 105, 105, 105, 0, 0, - 0, 0, 0, 0, 119, 119, 0, 0, 0, 119, - 0, 0, 0, 0, 0, 0, 0, 155, 155, 155, - 155, 0, 0, 0, 0, 0, 155, 0, 0, 0, - 155, 155, 155, 155, 0, 0, 0, 0, 0, 119, - 155, 155, 0, 0, 155, 155, 155, 155, 155, 102, - 155, 155, 102, 0, 155, 0, 0, 155, 155, 155, - 0, 0, 0, 0, 0, 0, 102, 102, 0, 0, - 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 142, 142, 142, 142, 103, 0, 0, - 103, 102, 142, 0, 0, 0, 142, 142, 142, 142, - 0, 0, 0, 0, 103, 103, 142, 142, 0, 103, - 142, 142, 142, 142, 142, 0, 142, 142, 0, 0, - 142, 0, 0, 142, 142, 142, 0, 0, 112, 112, - 112, 112, 97, 0, 0, 97, 0, 112, 0, 103, - 0, 112, 112, 112, 112, 0, 0, 0, 0, 97, - 97, 112, 112, 0, 97, 112, 112, 112, 112, 112, - 0, 112, 112, 0, 0, 112, 0, 0, 112, 112, - 112, 0, 0, 98, 0, 0, 98, 0, 0, 0, - 0, 0, 0, 0, 97, 0, 0, 0, 0, 0, - 98, 98, 0, 0, 0, 98, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 119, 119, - 119, 119, 99, 0, 0, 99, 0, 119, 0, 0, - 0, 119, 119, 119, 119, 98, 0, 0, 0, 99, - 99, 119, 119, 0, 99, 119, 119, 119, 119, 119, - 0, 119, 119, 0, 0, 119, 0, 0, 119, 119, - 119, 0, 0, 0, 0, 0, 0, 0, 95, 0, - 0, 95, 0, 0, 99, 0, 0, 0, 0, 0, - 102, 102, 102, 102, 0, 95, 95, 0, 0, 102, - 95, 0, 0, 102, 102, 102, 102, 0, 0, 0, - 0, 0, 0, 102, 102, 0, 0, 102, 102, 102, - 102, 102, 0, 102, 102, 0, 96, 102, 0, 96, - 95, 0, 170, 0, 0, 0, 0, 0, 103, 103, - 103, 103, 0, 96, 96, 0, 0, 103, 96, 0, - 0, 103, 103, 103, 103, 0, 0, 0, 0, 0, - 0, 103, 103, 0, 152, 103, 103, 103, 103, 103, - 0, 103, 103, 0, 0, 103, 0, 0, 96, 0, - 0, 0, 0, 97, 97, 97, 97, 0, 0, 0, - 0, 0, 97, 0, 0, 0, 97, 97, 97, 97, - 170, 0, 0, 0, 0, 0, 97, 97, 0, 0, - 97, 97, 97, 97, 97, 0, 97, 97, 0, 0, - 0, 0, 0, 0, 98, 98, 98, 98, 94, 0, - 0, 94, 152, 98, 0, 0, 0, 98, 98, 98, - 98, 0, 0, 0, 0, 94, 94, 98, 98, 0, - 94, 98, 98, 98, 98, 98, 0, 98, 98, 0, - 0, 0, 0, 99, 99, 99, 99, 82, 0, 0, - 82, 0, 99, 0, 0, 0, 99, 99, 99, 99, - 94, 0, 0, 0, 82, 82, 99, 99, 0, 82, - 99, 99, 99, 99, 99, 0, 99, 99, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, - 95, 95, 95, 84, 0, 0, 84, 0, 95, 82, - 0, 0, 95, 95, 95, 95, 154, 155, 156, 157, - 84, 84, 95, 95, 0, 84, 95, 95, 95, 95, - 95, 0, 95, 95, 163, 0, 164, 165, 0, 0, - 166, 0, 0, 167, 168, 169, 0, 96, 96, 96, - 96, 85, 0, 0, 85, 84, 96, 0, 0, 0, - 96, 96, 96, 96, 0, 0, 0, 0, 85, 85, - 96, 96, 0, 85, 96, 96, 96, 96, 96, 0, - 96, 96, 0, 0, 154, 155, 156, 157, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, - 161, 162, 163, 85, 164, 165, 0, 0, 166, 0, - 0, 167, 168, 169, 133, 0, 0, 133, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 133, 133, 0, 0, 0, 133, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, - 94, 94, 94, 144, 0, 0, 144, 0, 94, 0, - 0, 0, 94, 94, 94, 94, 133, 0, 0, 0, - 144, 144, 94, 94, 0, 144, 94, 94, 94, 94, - 94, 0, 94, 94, 0, 0, 0, 0, 82, 82, - 82, 82, 0, 0, 0, 0, 0, 82, 0, 0, - 0, 82, 82, 82, 82, 144, 0, 0, 0, 0, - 0, 82, 82, 0, 0, 82, 82, 82, 82, 82, - 0, 82, 82, 0, 0, 0, 0, 104, 0, 0, - 104, 0, 0, 0, 84, 84, 84, 84, 0, 0, - 0, 0, 0, 84, 104, 104, 0, 84, 84, 104, - 84, 0, 0, 0, 0, 0, 0, 84, 84, 0, - 0, 84, 84, 84, 84, 84, 0, 84, 0, 0, - 92, 0, 0, 92, 0, 0, 0, 0, 0, 104, - 0, 0, 85, 85, 85, 85, 0, 92, 92, 0, - 0, 85, 92, 0, 0, 85, 85, 0, 0, 0, - 0, 0, 0, 0, 0, 85, 85, 0, 93, 85, - 85, 85, 85, 85, 0, 85, 107, 0, 293, 0, - 0, 114, 92, 159, 0, 0, 0, 0, 0, 127, - 128, 129, 130, 131, 132, 0, 0, 135, 136, 0, - 0, 0, 0, 0, 143, 133, 133, 133, 133, 0, - 0, 170, 0, 0, 133, 0, 0, 0, 133, 133, - 159, 0, 0, 0, 0, 0, 0, 0, 133, 133, - 186, 0, 133, 133, 133, 133, 133, 0, 0, 0, - 0, 0, 0, 152, 144, 144, 144, 144, 170, 0, - 159, 0, 0, 144, 0, 0, 0, 144, 144, 0, - 0, 0, 0, 0, 0, 0, 0, 144, 144, 0, - 0, 144, 144, 144, 144, 144, 0, 0, 170, 0, - 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 224, 225, 226, 227, 228, 229, 230, 231, 232, - 233, 234, 235, 236, 237, 0, 0, 0, 170, 0, - 152, 0, 0, 0, 0, 0, 251, 0, 104, 104, - 104, 104, 0, 0, 0, 0, 0, 104, 0, 0, - 0, 104, 104, 0, 0, 0, 0, 0, 0, 0, - 152, 104, 104, 0, 0, 104, 104, 104, 104, 104, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 92, 92, 92, 92, 0, 0, 0, 0, 0, - 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 92, 92, 0, 0, 92, 92, - 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, - 0, 153, 0, 0, 0, 154, 155, 156, 157, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, - 160, 161, 162, 163, 0, 164, 165, 0, 0, 166, - 0, 324, 167, 168, 169, 0, 0, 0, 153, 0, - 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 158, 160, 161, 162, - 163, 0, 164, 165, 0, 0, 166, 0, 153, 167, - 168, 169, 154, 155, 156, 157, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 160, 161, 162, - 163, 0, 164, 165, 0, 0, 166, 0, 0, 167, - 168, 169, 154, 155, 156, 157, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 161, 162, - 163, 0, 164, 165, 0, 0, 166, 0, 0, 167, - 168, 169, -}; -short yycheck[] = { 13, - 85, 36, 41, 185, 91, 40, 123, 36, 59, 93, - 41, 33, 59, 93, 36, 37, 38, 59, 40, 93, - 42, 43, 59, 45, 41, 59, 41, 196, 90, 41, - 44, 91, 40, 40, 91, 26, 123, 41, 59, 41, - 257, 41, 64, 57, 40, 40, 59, 61, 0, 93, - 44, 42, 6, 257, 8, 40, 118, 48, 41, 50, - 40, 40, 91, 123, 41, 40, 123, 276, 277, 91, - 40, 62, 63, 64, 65, 278, 59, 31, 32, 41, - 257, 33, 59, 91, 36, 37, 38, 123, 40, 123, - 42, 43, 41, 45, 123, 109, 40, 59, 59, 59, - 41, 123, 123, 36, 126, 41, 44, 59, 0, 260, - 59, 257, 64, 123, 296, 123, 123, 59, 59, 110, - 182, 295, 296, 59, 59, 187, 40, 123, 123, 40, - 36, 41, 146, 147, 148, 149, 150, 151, 152, 91, - 257, 33, 40, 123, 36, 37, 38, 125, 40, 125, - 42, 43, 91, 45, 41, 296, 170, 171, 172, 173, - 174, 175, 176, 91, 0, 334, 40, 59, 337, 59, - 41, 123, 64, 125, 126, 189, 41, 191, 41, 193, - 123, 195, 41, 40, 198, 199, 41, 356, 40, 59, - 123, 205, 206, 207, 125, 125, 125, 33, 212, 91, - 36, 37, 38, 125, 40, 93, 42, 43, 125, 45, - 41, 295, 296, 41, 59, 295, 296, 41, 123, 41, - 257, 295, 296, 59, 238, 59, 240, 314, 64, 258, - 41, 123, 93, 125, 126, 257, 258, 259, 260, 261, - 262, 263, 264, 265, 295, 296, 59, 269, 295, 296, - 41, 295, 296, 295, 296, 91, 295, 296, 280, 294, - 282, 283, 284, 348, 295, 296, 41, 289, 290, 291, - 292, 293, 294, 59, 93, 297, 298, 291, 295, 296, - 295, 296, 304, 295, 296, 59, 308, 123, 310, 311, - 126, 295, 296, 295, 296, 295, 296, 41, 312, 362, - 314, 295, 296, 13, 256, 257, 258, 259, 260, 261, - 340, 263, 264, 265, 266, 267, 268, 269, 270, 271, - 272, 273, 274, 275, 257, 312, 340, 279, 280, 262, - 282, 283, 284, 41, 295, 296, 44, 289, 290, 291, - 292, 293, 294, 147, 195, 297, 298, 95, 362, 125, - 58, 59, 304, 295, 296, -1, 308, 91, 310, 311, - 295, 296, -1, -1, 256, 257, 258, 259, 260, 261, - -1, 263, 264, 265, 266, 267, 268, 269, 270, 271, - 272, 273, 274, 275, -1, 93, -1, 279, 280, 123, - 282, 283, 284, -1, -1, -1, -1, 289, 290, 291, - 292, 293, 294, -1, -1, 297, 298, 295, 296, 41, - 91, -1, 304, 41, -1, -1, 308, -1, 310, 311, - 256, 257, 258, 259, 260, 261, -1, 263, 264, 265, - -1, 59, -1, 269, 295, 296, 272, 273, 274, 275, - -1, -1, 123, 279, 280, -1, 282, 283, 284, -1, - -1, -1, -1, 289, 290, 291, 292, 293, 294, 13, - -1, 297, 298, 17, 91, 93, 41, 125, 304, 44, - -1, -1, 308, 91, 310, 311, 295, 296, -1, 33, - 34, 35, 36, 58, 59, -1, -1, -1, 63, 43, - 266, 267, 268, -1, 270, 271, 123, 51, -1, -1, - 307, 308, 309, -1, -1, 123, 313, -1, 315, -1, - -1, 96, -1, 98, -1, 100, 91, 102, 93, 104, - 105, -1, -1, -1, -1, 33, 80, -1, 36, 37, - 38, -1, 40, 41, 42, 43, 44, 45, -1, -1, - 94, -1, 349, 97, 351, 99, -1, 101, 123, 103, - 58, 59, -1, 287, 288, 63, 64, 364, 272, 273, - 274, 275, -1, -1, 272, 273, 274, 275, -1, -1, - -1, 305, 306, -1, -1, 309, -1, -1, 312, 313, - 314, 295, 296, 91, -1, 93, -1, 295, 296, -1, - 144, 33, -1, -1, 36, 37, 38, -1, 40, 41, - 42, 43, 44, 45, 285, 286, 287, 288, 266, 267, - 268, -1, 270, 271, -1, 123, 58, 59, 126, -1, - -1, 63, 64, -1, 305, 306, -1, 181, 309, -1, - -1, 312, 313, 314, 188, -1, -1, -1, -1, -1, - 272, 273, 274, 275, 272, 273, 274, 275, -1, -1, - 33, 93, -1, 36, 37, 38, -1, 40, -1, 42, - 43, -1, 45, 295, 296, -1, -1, 295, 296, 287, - 288, -1, -1, 266, 267, 268, 59, 270, 271, 306, - -1, 64, 309, -1, 126, 312, 313, 314, 306, -1, - -1, 309, -1, -1, 312, 313, 314, 272, 273, 274, - 275, 91, -1, -1, -1, -1, 281, -1, 91, -1, - 285, 286, 287, 288, -1, -1, -1, -1, -1, -1, - 295, 296, -1, -1, 299, 300, 301, 302, 303, -1, - 305, 306, -1, 123, 309, -1, -1, 312, 313, 314, - 123, -1, -1, 126, -1, -1, -1, -1, -1, 257, - 258, 259, 260, 261, -1, 263, 264, 265, -1, -1, - -1, 269, -1, 317, 272, 273, 274, 275, -1, -1, - -1, -1, 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, -1, - 308, 309, 310, 311, 312, 313, 314, -1, -1, -1, - -1, -1, -1, -1, -1, 257, 258, 259, 260, 261, - -1, 263, 264, 265, -1, -1, 190, 269, 192, -1, - 272, 273, 274, 275, -1, -1, -1, -1, 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, -1, 308, 309, 310, 311, - 312, 313, 314, 256, 257, 258, 259, 260, 261, -1, - 263, 264, 265, -1, -1, 41, 269, -1, 44, 272, - 273, 274, 275, -1, -1, -1, 279, 280, -1, 282, - 283, 284, 58, 59, -1, -1, 289, 290, 291, 292, - 293, 294, -1, -1, 297, 298, -1, -1, -1, 309, - -1, 304, 312, 313, 314, 308, 33, 310, 311, 36, - 37, 38, -1, 40, -1, 42, 43, 93, 45, -1, - -1, 25, 26, -1, -1, -1, -1, -1, -1, 49, - 50, -1, 59, 37, -1, -1, -1, 64, 42, 43, - -1, -1, -1, -1, 48, -1, 50, -1, 332, 333, - -1, -1, -1, -1, -1, 339, -1, 341, 62, 63, - 64, 65, 33, -1, 91, 36, 37, 38, -1, 40, - 90, 42, 43, 357, 45, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 64, -1, -1, 123, -1, 118, 126, - -1, -1, -1, -1, -1, 125, 110, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 33, -1, - 91, 36, 37, 38, -1, 40, -1, 42, 43, -1, - 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 59, -1, -1, -1, -1, 64, - -1, -1, 123, -1, -1, 126, -1, -1, -1, -1, - -1, -1, 182, -1, -1, 169, 41, 187, -1, 44, - -1, -1, -1, -1, -1, -1, 91, -1, -1, -1, - -1, -1, 33, 58, 59, 36, 37, 38, 63, 40, - -1, 42, 43, 197, 45, -1, 272, 273, 274, 275, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 126, -1, 64, -1, -1, -1, -1, 93, 295, - 296, -1, -1, 299, -1, -1, -1, -1, -1, 256, - 257, 258, 259, 260, 261, -1, 263, 264, 265, -1, - 91, -1, 269, -1, -1, 272, 273, 274, 275, -1, - -1, 41, 279, 280, 44, 282, 283, 284, -1, -1, - -1, -1, 289, 290, 291, 292, 293, 294, 58, 59, - 297, 298, 123, 63, -1, 126, -1, 304, -1, -1, - -1, 308, -1, 310, 311, -1, 257, 258, 259, 260, - 261, -1, 263, 264, 265, -1, -1, -1, 269, 41, - -1, -1, 44, 93, -1, -1, -1, 41, -1, 280, - 44, 282, 283, 284, -1, -1, 58, 59, 289, 290, - 291, 292, 293, 294, 58, 59, 297, 298, -1, 63, - -1, -1, -1, 304, -1, -1, -1, 308, -1, 310, - 311, -1, 257, 258, 259, 260, 261, -1, 263, 264, - 265, 93, -1, -1, 269, -1, -1, -1, -1, 93, - -1, -1, -1, 41, -1, 280, 44, 282, 283, 284, - -1, -1, -1, -1, 289, 290, 291, 292, 293, 294, - 58, 59, 297, 298, -1, 63, -1, -1, -1, 304, - -1, 91, -1, 308, -1, 310, 311, 272, 273, 274, - 275, -1, -1, -1, -1, -1, 257, 258, 259, 260, - 261, -1, 263, 264, 265, 93, -1, -1, 269, 41, - 295, 296, 44, 123, 299, -1, -1, 41, -1, 280, - 44, 282, 283, 284, -1, -1, 58, 59, 289, 290, - 291, 292, 293, 294, -1, 59, 297, 298, -1, -1, - -1, -1, -1, 304, -1, -1, -1, 308, 33, 310, - 311, 36, 37, 38, -1, 40, 41, 42, 43, -1, - 45, 93, -1, -1, -1, -1, -1, -1, -1, 93, - -1, -1, 272, 273, 274, 275, -1, -1, -1, 64, - -1, 281, -1, -1, -1, 285, 286, 287, 288, -1, - -1, -1, -1, -1, -1, 295, 296, -1, -1, 299, - 300, 301, 302, 303, 33, 305, 91, 36, 37, 38, - -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, - 272, 273, 274, 275, -1, -1, -1, -1, 272, 273, - 274, 275, -1, -1, -1, 64, -1, 281, -1, -1, - -1, 126, 286, 295, 296, -1, -1, -1, -1, -1, - -1, 295, 296, -1, -1, 299, 300, 301, 302, 303, - -1, -1, 91, 33, 93, -1, 36, 37, 38, -1, - 40, 41, 42, 43, -1, 45, -1, 287, -1, -1, - -1, -1, -1, -1, 272, 273, 274, 275, -1, -1, - -1, -1, -1, 281, 64, -1, 306, 126, -1, 309, - -1, -1, 312, 313, 314, -1, -1, 295, 296, -1, - -1, 299, 300, 301, 302, 303, -1, -1, -1, -1, - -1, 91, -1, 33, -1, -1, 36, 37, 38, -1, - 40, 41, 42, 43, -1, 45, -1, -1, -1, -1, - 272, 273, 274, 275, -1, -1, -1, -1, 272, 273, - 274, 275, -1, -1, 64, -1, 126, -1, -1, -1, - -1, -1, -1, 295, 296, -1, -1, -1, -1, -1, - -1, 295, 257, 258, 259, 260, 261, -1, 263, 264, - 265, 91, -1, -1, 269, 41, -1, -1, 44, -1, - -1, -1, -1, 41, -1, 280, 44, 282, 283, 284, - -1, -1, 58, 59, 289, 290, 291, 292, 293, 294, - 58, 59, 297, 298, -1, 63, 126, -1, -1, 304, - -1, -1, -1, 308, -1, 310, 311, -1, 257, 258, - 259, 260, 261, -1, 263, 264, 265, 93, -1, -1, - 269, -1, -1, -1, -1, 93, -1, -1, -1, 41, - -1, 280, 44, 282, 283, 284, -1, -1, -1, -1, - 289, 290, 291, 292, 293, 294, 58, 59, 297, 298, - -1, 63, -1, -1, -1, 304, 91, -1, -1, 308, - -1, 310, 311, -1, -1, 41, -1, 257, 258, 259, - 260, 261, -1, 263, 264, 265, -1, -1, -1, 269, - -1, 93, -1, -1, -1, -1, -1, 63, 123, -1, - 280, -1, 282, 283, 284, -1, -1, -1, -1, 289, - 290, 291, 292, 293, 294, -1, -1, 297, 298, -1, - -1, -1, -1, -1, 304, 91, -1, -1, 308, 41, - 310, 311, 44, -1, -1, -1, -1, 257, 258, 259, - 260, 261, -1, 263, 264, 265, 58, 59, -1, 269, - -1, -1, -1, -1, -1, -1, -1, 123, -1, -1, - 280, -1, 282, 283, 284, -1, -1, -1, -1, 289, - 290, 291, 292, 293, 294, -1, -1, 297, 298, -1, - -1, 93, -1, -1, 304, -1, -1, -1, 308, 33, - 310, 311, 36, 37, 38, -1, 40, -1, 42, 43, - -1, 45, -1, -1, -1, -1, 272, 273, 274, 275, - -1, -1, -1, -1, 272, 273, 274, 275, -1, -1, - 64, -1, -1, 281, -1, -1, -1, -1, -1, 295, - 296, -1, -1, -1, -1, -1, -1, 295, 296, -1, - -1, 299, 300, 301, 302, 33, -1, 91, 36, 37, - 38, -1, 40, 41, 42, 43, -1, 45, -1, -1, - 285, 286, 287, 288, -1, -1, -1, -1, -1, -1, - 272, 273, 274, 275, -1, -1, 64, 302, 303, 281, - 305, 306, 126, -1, 309, -1, -1, 312, 313, 314, - -1, -1, -1, 295, 296, -1, -1, 299, 300, 301, - -1, 33, -1, 91, 36, 37, 38, -1, 40, 41, - 42, 43, -1, 45, -1, 281, -1, -1, -1, 285, - 286, 287, 288, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 64, 299, 300, 301, 302, 303, 126, 305, - 306, -1, -1, 309, -1, -1, 312, 313, 314, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 91, - 272, 273, 274, 275, 33, -1, -1, 36, 37, 38, - -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, - -1, -1, -1, 295, 296, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 126, 64, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 41, -1, - -1, 44, 256, 257, 258, 259, 260, 261, -1, 263, - 264, 265, 91, -1, -1, 269, -1, -1, -1, -1, - 63, -1, -1, -1, -1, -1, 280, -1, 282, 283, - 284, -1, -1, -1, -1, 289, 290, 291, 292, 293, - 294, -1, -1, 297, 298, -1, -1, 126, 91, -1, - 304, -1, 41, -1, 308, 44, 310, 311, -1, 257, - 258, 259, 260, 261, -1, 263, 264, 265, -1, 58, - 59, 269, -1, -1, 63, -1, -1, -1, -1, -1, - 123, -1, 280, -1, 282, 283, 284, -1, -1, -1, - -1, 289, 290, 291, 292, 293, 294, -1, -1, 297, - 298, -1, 91, -1, 93, -1, 304, -1, -1, -1, - 308, 41, 310, 311, 44, 257, 258, 259, 260, 261, - -1, 263, 264, 265, -1, -1, -1, 269, 58, 59, - -1, -1, -1, 63, 123, -1, -1, -1, 280, -1, - 282, 283, 284, -1, -1, -1, -1, 289, 290, 291, - 292, 293, 294, -1, 41, 297, 298, 44, -1, -1, - -1, 91, 304, 93, -1, -1, 308, -1, 310, 311, - -1, 58, 59, -1, -1, -1, 63, -1, 257, 258, - 259, 260, 261, -1, 263, 264, 265, -1, -1, -1, - 269, -1, -1, 123, -1, -1, -1, -1, -1, 41, - -1, 280, 44, 282, 283, 284, 93, -1, -1, -1, - 289, 290, 291, 292, 293, 294, 58, 59, 297, 298, - -1, 63, -1, -1, -1, 304, -1, -1, -1, 308, - -1, 310, 311, -1, -1, -1, 123, -1, 281, -1, - -1, -1, 285, 286, 287, 288, -1, -1, -1, 91, - 41, 93, -1, 44, -1, -1, 299, 300, 301, 302, - 303, -1, 305, 306, -1, -1, 309, 58, 59, 312, - 313, 314, 63, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 272, 273, 274, 275, -1, -1, -1, - -1, -1, 281, -1, -1, -1, 285, 286, 287, 288, - -1, -1, 93, -1, -1, -1, 295, 296, -1, 41, - 299, 300, 301, 302, 303, -1, 305, 306, -1, -1, - 309, -1, -1, 312, 313, 314, 58, 59, -1, -1, - -1, 63, 123, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 272, 273, 274, 275, -1, -1, -1, -1, - -1, 281, -1, -1, -1, 285, 286, 287, 288, 91, - -1, 93, -1, -1, -1, 295, 296, -1, -1, 299, - 300, 301, 302, 303, -1, 305, 306, -1, -1, 309, - -1, -1, 312, 313, 314, 272, 273, 274, 275, 41, - -1, 123, 44, -1, 281, -1, -1, -1, 285, 286, - 287, 288, -1, -1, -1, -1, 58, 59, 295, 296, - -1, 63, 299, 300, 301, 302, 303, -1, 305, 306, - -1, -1, 309, -1, -1, 312, 313, 314, -1, -1, - 272, 273, 274, 275, -1, -1, -1, -1, -1, 281, - -1, 93, -1, 285, 286, 287, 288, -1, -1, -1, - -1, 41, -1, 295, 296, -1, -1, 299, 300, 301, - 302, 303, -1, 305, 306, -1, -1, 309, 58, 59, - 312, 313, 314, 63, -1, -1, -1, -1, -1, -1, - -1, 272, 273, 274, 275, -1, -1, -1, -1, -1, - 281, -1, -1, -1, 285, 286, 287, 288, -1, -1, - -1, 91, -1, 93, 295, 296, -1, -1, 299, 300, - 301, 302, 303, 41, 305, 306, 44, -1, 309, -1, - -1, 312, 313, 314, -1, -1, -1, -1, -1, -1, - 58, 59, -1, 123, -1, 63, -1, -1, -1, -1, - 272, 273, 274, 275, -1, -1, -1, -1, -1, 281, - -1, -1, -1, 285, 286, 287, 288, -1, -1, -1, - -1, -1, -1, 295, 296, 93, -1, 299, 300, 301, - 302, 303, 41, 305, 306, 44, -1, 309, -1, -1, - 312, 313, 314, -1, -1, -1, -1, -1, -1, 58, - 59, -1, -1, -1, 63, 123, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 41, -1, -1, - 272, 273, 274, 275, 93, -1, -1, -1, -1, 281, - -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, - -1, -1, -1, 295, 296, -1, -1, 299, 300, 301, - 302, 303, -1, -1, 123, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 91, -1, 93, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 272, 273, 274, 275, -1, -1, -1, -1, - -1, 281, -1, -1, -1, 285, 286, 287, 288, 123, - -1, -1, 91, -1, -1, 295, 296, -1, -1, 299, - 300, 301, 302, 303, 41, 305, 306, 44, -1, 309, - -1, -1, 312, 313, 314, -1, -1, -1, -1, -1, - -1, 58, 59, -1, 123, -1, 63, -1, -1, -1, - -1, -1, -1, -1, 272, 273, 274, 275, -1, -1, - -1, -1, -1, 281, -1, -1, -1, 285, 286, 287, - 288, -1, -1, -1, -1, -1, 93, 295, 296, -1, - -1, 299, 300, 301, 302, 303, 41, 305, 306, 44, - -1, 309, -1, -1, 312, 313, 314, -1, -1, -1, - -1, -1, -1, 58, 59, -1, 123, -1, 63, -1, - -1, -1, -1, 272, 273, 274, 275, -1, -1, -1, - -1, -1, 281, -1, -1, -1, 285, 286, 287, 288, - -1, -1, -1, -1, -1, -1, 295, 296, 93, -1, - 299, 300, 301, 302, 303, -1, 305, 306, -1, -1, - 309, -1, -1, 312, 313, 314, -1, -1, 272, 273, - 274, 275, 41, -1, -1, 44, -1, 281, -1, -1, - -1, 285, 286, 287, 288, -1, -1, -1, -1, 58, - 59, 295, 296, -1, 63, 299, 300, 301, 302, 303, - -1, 305, 306, -1, -1, 309, -1, -1, 312, 313, - 314, -1, -1, -1, -1, -1, 285, 41, 287, 288, - 44, -1, -1, -1, 93, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 58, 59, 305, 306, -1, 63, - 309, -1, -1, 312, 313, 314, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 272, 273, 274, 275, 93, - -1, -1, -1, -1, 281, -1, -1, -1, 285, 286, - 287, 288, -1, -1, -1, -1, -1, -1, 295, 296, - -1, -1, 299, 300, 301, 302, 303, 41, 305, 306, - 44, -1, 309, -1, -1, 312, 313, 314, -1, -1, - -1, -1, -1, -1, 58, 59, -1, -1, -1, 63, - -1, -1, -1, -1, -1, -1, -1, 272, 273, 274, - 275, -1, -1, -1, -1, -1, 281, -1, -1, -1, - 285, 286, 287, 288, -1, -1, -1, -1, -1, 93, - 295, 296, -1, -1, 299, 300, 301, 302, 303, 41, - 305, 306, 44, -1, 309, -1, -1, 312, 313, 314, - -1, -1, -1, -1, -1, -1, 58, 59, -1, -1, - -1, 63, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 272, 273, 274, 275, 41, -1, -1, - 44, 93, 281, -1, -1, -1, 285, 286, 287, 288, - -1, -1, -1, -1, 58, 59, 295, 296, -1, 63, - 299, 300, 301, 302, 303, -1, 305, 306, -1, -1, - 309, -1, -1, 312, 313, 314, -1, -1, 272, 273, - 274, 275, 41, -1, -1, 44, -1, 281, -1, 93, - -1, 285, 286, 287, 288, -1, -1, -1, -1, 58, - 59, 295, 296, -1, 63, 299, 300, 301, 302, 303, - -1, 305, 306, -1, -1, 309, -1, -1, 312, 313, - 314, -1, -1, 41, -1, -1, 44, -1, -1, -1, - -1, -1, -1, -1, 93, -1, -1, -1, -1, -1, - 58, 59, -1, -1, -1, 63, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 272, 273, - 274, 275, 41, -1, -1, 44, -1, 281, -1, -1, - -1, 285, 286, 287, 288, 93, -1, -1, -1, 58, - 59, 295, 296, -1, 63, 299, 300, 301, 302, 303, - -1, 305, 306, -1, -1, 309, -1, -1, 312, 313, - 314, -1, -1, -1, -1, -1, -1, -1, 41, -1, - -1, 44, -1, -1, 93, -1, -1, -1, -1, -1, - 272, 273, 274, 275, -1, 58, 59, -1, -1, 281, - 63, -1, -1, 285, 286, 287, 288, -1, -1, -1, - -1, -1, -1, 295, 296, -1, -1, 299, 300, 301, - 302, 303, -1, 305, 306, -1, 41, 309, -1, 44, - 93, -1, 91, -1, -1, -1, -1, -1, 272, 273, - 274, 275, -1, 58, 59, -1, -1, 281, 63, -1, - -1, 285, 286, 287, 288, -1, -1, -1, -1, -1, - -1, 295, 296, -1, 123, 299, 300, 301, 302, 303, - -1, 305, 306, -1, -1, 309, -1, -1, 93, -1, - -1, -1, -1, 272, 273, 274, 275, -1, -1, -1, - -1, -1, 281, -1, -1, -1, 285, 286, 287, 288, - 91, -1, -1, -1, -1, -1, 295, 296, -1, -1, - 299, 300, 301, 302, 303, -1, 305, 306, -1, -1, - -1, -1, -1, -1, 272, 273, 274, 275, 41, -1, - -1, 44, 123, 281, -1, -1, -1, 285, 286, 287, - 288, -1, -1, -1, -1, 58, 59, 295, 296, -1, - 63, 299, 300, 301, 302, 303, -1, 305, 306, -1, - -1, -1, -1, 272, 273, 274, 275, 41, -1, -1, - 44, -1, 281, -1, -1, -1, 285, 286, 287, 288, - 93, -1, -1, -1, 58, 59, 295, 296, -1, 63, - 299, 300, 301, 302, 303, -1, 305, 306, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 272, - 273, 274, 275, 41, -1, -1, 44, -1, 281, 93, - -1, -1, 285, 286, 287, 288, 285, 286, 287, 288, - 58, 59, 295, 296, -1, 63, 299, 300, 301, 302, - 303, -1, 305, 306, 303, -1, 305, 306, -1, -1, - 309, -1, -1, 312, 313, 314, -1, 272, 273, 274, - 275, 41, -1, -1, 44, 93, 281, -1, -1, -1, - 285, 286, 287, 288, -1, -1, -1, -1, 58, 59, - 295, 296, -1, 63, 299, 300, 301, 302, 303, -1, - 305, 306, -1, -1, 285, 286, 287, 288, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 300, - 301, 302, 303, 93, 305, 306, -1, -1, 309, -1, - -1, 312, 313, 314, 41, -1, -1, 44, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 58, 59, -1, -1, -1, 63, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 272, - 273, 274, 275, 41, -1, -1, 44, -1, 281, -1, - -1, -1, 285, 286, 287, 288, 93, -1, -1, -1, - 58, 59, 295, 296, -1, 63, 299, 300, 301, 302, - 303, -1, 305, 306, -1, -1, -1, -1, 272, 273, - 274, 275, -1, -1, -1, -1, -1, 281, -1, -1, - -1, 285, 286, 287, 288, 93, -1, -1, -1, -1, - -1, 295, 296, -1, -1, 299, 300, 301, 302, 303, - -1, 305, 306, -1, -1, -1, -1, 41, -1, -1, - 44, -1, -1, -1, 272, 273, 274, 275, -1, -1, - -1, -1, -1, 281, 58, 59, -1, 285, 286, 63, - 288, -1, -1, -1, -1, -1, -1, 295, 296, -1, - -1, 299, 300, 301, 302, 303, -1, 305, -1, -1, - 41, -1, -1, 44, -1, -1, -1, -1, -1, 93, - -1, -1, 272, 273, 274, 275, -1, 58, 59, -1, - -1, 281, 63, -1, -1, 285, 286, -1, -1, -1, - -1, -1, -1, -1, -1, 295, 296, -1, 30, 299, - 300, 301, 302, 303, -1, 305, 38, -1, 58, -1, - -1, 43, 93, 63, -1, -1, -1, -1, -1, 51, - 52, 53, 54, 55, 56, -1, -1, 59, 60, -1, - -1, -1, -1, -1, 66, 272, 273, 274, 275, -1, - -1, 91, -1, -1, 281, -1, -1, -1, 285, 286, - 63, -1, -1, -1, -1, -1, -1, -1, 295, 296, - 92, -1, 299, 300, 301, 302, 303, -1, -1, -1, - -1, -1, -1, 123, 272, 273, 274, 275, 91, -1, - 63, -1, -1, 281, -1, -1, -1, 285, 286, -1, - -1, -1, -1, -1, -1, -1, -1, 295, 296, -1, - -1, 299, 300, 301, 302, 303, -1, -1, 91, -1, - 123, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 162, 163, 164, 165, 166, -1, -1, -1, 91, -1, - 123, -1, -1, -1, -1, -1, 178, -1, 272, 273, - 274, 275, -1, -1, -1, -1, -1, 281, -1, -1, - -1, 285, 286, -1, -1, -1, -1, -1, -1, -1, - 123, 295, 296, -1, -1, 299, 300, 301, 302, 303, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 272, 273, 274, 275, -1, -1, -1, -1, -1, - 281, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 295, 296, -1, -1, 299, 300, - -1, -1, -1, -1, -1, -1, 258, -1, -1, -1, - -1, 281, -1, -1, -1, 285, 286, 287, 288, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 299, - 300, 301, 302, 303, -1, 305, 306, -1, -1, 309, - -1, 293, 312, 313, 314, -1, -1, -1, 281, -1, - -1, -1, 285, 286, 287, 288, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 299, 300, 301, 302, - 303, -1, 305, 306, -1, -1, 309, -1, 281, 312, - 313, 314, 285, 286, 287, 288, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 300, 301, 302, - 303, -1, 305, 306, -1, -1, 309, -1, -1, 312, - 313, 314, 285, 286, 287, 288, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 301, 302, - 303, -1, 305, 306, -1, -1, 309, -1, -1, 312, - 313, 314, -}; -#define YYFINAL 1 -#ifndef YYDEBUG -#define YYDEBUG 0 -#endif -#define YYMAXTOKEN 314 -#if YYDEBUG -char *yyname[] = { -"end-of-file",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -"'!'",0,0,"'$'","'%'","'&'",0,"'('","')'","'*'","'+'","','","'-'",0,0,0,0,0,0,0, -0,0,0,0,0,"':'","';'",0,0,0,"'?'","'@'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,"'['",0,"']'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,"'{'",0,"'}'","'~'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"WORD","METHOD","FUNCMETH","THING", -"PMFUNC","PRIVATEREF","FUNC0SUB","UNIOPSUB","LSTOPSUB","LABEL","FORMAT","SUB", -"ANONSUB","PACKAGE","USE","WHILE","UNTIL","IF","UNLESS","ELSE","ELSIF", -"CONTINUE","FOR","LOOPEX","DOTDOT","FUNC0","FUNC1","FUNC","RELOP","EQOP", -"MULOP","ADDOP","DOLSHARP","DO","HASHBRACK","NOAMP","LOCAL","MY","OROP","ANDOP", -"NOTOP","LSTOP","ASSIGNOP","OROR","ANDAND","BITOROP","BITANDOP","UNIOP", -"SHIFTOP","MATCHOP","UMINUS","REFGEN","POWOP","PREINC","PREDEC","POSTINC", -"POSTDEC","ARROW", -}; -char *yyrule[] = { -"$accept : prog", -"$$1 :", -"prog : $$1 lineseq", -"block : '{' remember lineseq '}'", -"remember :", -"mblock : '{' mintro mremember lineseq '}'", -"mintro :", -"mremember :", -"lineseq :", -"lineseq : lineseq decl", -"lineseq : lineseq line", -"line : label cond", -"line : loop", -"line : label ';'", -"line : label sideff ';'", -"sideff : error", -"sideff : expr", -"sideff : expr IF expr", -"sideff : expr UNLESS expr", -"sideff : expr WHILE expr", -"sideff : expr UNTIL iexpr", -"else :", -"else : ELSE mblock", -"else : ELSIF '(' mexpr ')' mblock else", -"cond : IF '(' remember mexpr ')' mblock else", -"cond : UNLESS '(' remember miexpr ')' mblock else", -"cond : IF block block else", -"cond : UNLESS block block else", -"cont :", -"cont : CONTINUE block", -"loop : label WHILE '(' remember mtexpr ')' mblock cont", -"loop : label UNTIL '(' remember miexpr ')' mblock cont", -"loop : label WHILE block block cont", -"loop : label UNTIL block block cont", -"loop : label FOR MY remember my_scalar '(' expr ')' mblock cont", -"loop : label FOR scalar '(' expr ')' block cont", -"loop : label FOR '(' remember expr ')' mblock cont", -"$$2 :", -"$$3 :", -"loop : label FOR '(' remember nexpr ';' $$2 texpr ';' $$3 nexpr ')' mblock", -"loop : label block cont", -"nexpr :", -"nexpr : sideff", -"texpr :", -"texpr : expr", -"iexpr : expr", -"mexpr : expr", -"mtexpr : texpr", -"miexpr : iexpr", -"label :", -"label : LABEL", -"decl : format", -"decl : subrout", -"decl : package", -"decl : use", -"format : FORMAT startsub WORD block", -"format : FORMAT startsub block", -"subrout : SUB startsub WORD proto block", -"subrout : SUB startsub WORD proto ';'", -"proto :", -"proto : THING", -"startsub :", -"package : PACKAGE WORD ';'", -"package : PACKAGE ';'", -"use : USE startsub WORD WORD listexpr ';'", -"expr : expr ANDOP expr", -"expr : expr OROP expr", -"expr : argexpr", -"argexpr : argexpr ','", -"argexpr : argexpr ',' term", -"argexpr : term", -"listop : LSTOP indirob argexpr", -"listop : FUNC '(' indirob expr ')'", -"listop : term ARROW method '(' listexprcom ')'", -"listop : METHOD indirob listexpr", -"listop : FUNCMETH indirob '(' listexprcom ')'", -"listop : LSTOP listexpr", -"listop : FUNC '(' listexprcom ')'", -"listop : LSTOPSUB startsub block listexpr", -"method : METHOD", -"method : scalar", -"term : term ASSIGNOP term", -"term : term POWOP term", -"term : term MULOP term", -"term : term ADDOP term", -"term : term SHIFTOP term", -"term : term RELOP term", -"term : term EQOP term", -"term : term BITANDOP term", -"term : term BITOROP term", -"term : term DOTDOT term", -"term : term ANDAND term", -"term : term OROR term", -"term : term '?' term ':' term", -"term : term MATCHOP term", -"term : '-' term", -"term : '+' term", -"term : '!' term", -"term : '~' term", -"term : REFGEN term", -"term : term POSTINC", -"term : term POSTDEC", -"term : PREINC term", -"term : PREDEC term", -"term : local term", -"term : '(' expr ')'", -"term : '(' ')'", -"term : '[' expr ']'", -"term : '[' ']'", -"term : HASHBRACK expr ';' '}'", -"term : HASHBRACK ';' '}'", -"term : ANONSUB startsub proto block", -"term : scalar", -"term : star '{' expr ';' '}'", -"term : star", -"term : scalar '[' expr ']'", -"term : term ARROW '[' expr ']'", -"term : term '[' expr ']'", -"term : hsh", -"term : ary", -"term : arylen", -"term : scalar '{' expr ';' '}'", -"term : term ARROW '{' expr ';' '}'", -"term : term '{' expr ';' '}'", -"term : '(' expr ')' '[' expr ']'", -"term : '(' ')' '[' expr ']'", -"term : ary '[' expr ']'", -"term : ary '{' expr ';' '}'", -"term : THING", -"term : amper", -"term : amper '(' ')'", -"term : amper '(' expr ')'", -"term : NOAMP WORD listexpr", -"term : DO term", -"term : DO block", -"term : DO WORD '(' ')'", -"term : DO WORD '(' expr ')'", -"term : DO scalar '(' ')'", -"term : DO scalar '(' expr ')'", -"term : LOOPEX", -"term : LOOPEX term", -"term : NOTOP argexpr", -"term : UNIOP", -"term : UNIOP block", -"term : UNIOP term", -"term : UNIOPSUB term", -"term : FUNC0", -"term : FUNC0 '(' ')'", -"term : FUNC0SUB", -"term : FUNC1 '(' ')'", -"term : FUNC1 '(' expr ')'", -"term : PMFUNC '(' term ')'", -"term : PMFUNC '(' term ',' term ')'", -"term : WORD", -"term : listop", -"listexpr :", -"listexpr : argexpr", -"listexprcom :", -"listexprcom : expr", -"listexprcom : expr ','", -"local : LOCAL", -"local : MY", -"my_scalar : scalar", -"amper : '&' indirob", -"scalar : '$' indirob", -"ary : '@' indirob", -"hsh : '%' indirob", -"arylen : DOLSHARP indirob", -"star : '*' indirob", -"indirob : WORD", -"indirob : scalar", -"indirob : block", -"indirob : PRIVATEREF", -}; -#endif -#define yyclearin (yychar=(-1)) -#define yyerrok (yyerrflag=0) -#ifdef YYSTACKSIZE -#ifndef YYMAXDEPTH -#define YYMAXDEPTH YYSTACKSIZE -#endif -#else -#ifdef YYMAXDEPTH -#define YYSTACKSIZE YYMAXDEPTH -#else -#define YYSTACKSIZE 500 -#define YYMAXDEPTH 500 -#endif + +/* yy_stack_print() + * print the top 8 items on the parse stack. The args have the same + * meanings as the local vars in yyparse() of the same name */ + +static void +yy_stack_print (pTHX_ const short *yyss, const short *yyssp, const YYSTYPE *yyvs, const char**yyns) +{ + int i; + int start = 1; + int count = (int)(yyssp - yyss); + + if (count > 8) { + start = count - 8 + 1; + count = 8; + } + + PerlIO_printf(Perl_debug_log, "\nindex:"); + for (i=0; i < count; i++) + PerlIO_printf(Perl_debug_log, " %8d", start+i); + PerlIO_printf(Perl_debug_log, "\nstate:"); + for (i=0, yyss += start; i < count; i++, yyss++) + PerlIO_printf(Perl_debug_log, " %8d", *yyss); + PerlIO_printf(Perl_debug_log, "\ntoken:"); + for (i=0, yyns += start; i < count; i++, yyns++) + PerlIO_printf(Perl_debug_log, " %8.8s", *yyns); + PerlIO_printf(Perl_debug_log, "\nvalue:"); + for (i=0, yyvs += start; i < count; i++, yyvs++) + PerlIO_printf(Perl_debug_log, " %8"UVxf, (UV)yyvs->ival); + PerlIO_printf(Perl_debug_log, "\n\n"); +} + +# define YY_STACK_PRINT(yyss, yyssp, yyvs, yyns) \ +do { \ + if (yydebug && DEBUG_v_TEST) \ + yy_stack_print (aTHX_ (yyss), (yyssp), (yyvs), (yyns)); \ +} while (0) + + +/*------------------------------------------------. +| Report that the YYRULE is going to be reduced. | +`------------------------------------------------*/ + +static void +yy_reduce_print (pTHX_ int yyrule) +{ + int yyi; + const unsigned int yylineno = yyrline[yyrule]; + YYFPRINTF (Perl_debug_log, "Reducing stack by rule %d (line %u), ", + yyrule - 1, yylineno); + /* Print the symbols being reduced, and their result. */ + for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++) + YYFPRINTF (Perl_debug_log, "%s ", yytname [yyrhs[yyi]]); + YYFPRINTF (Perl_debug_log, "-> %s\n", yytname [yyr1[yyrule]]); +} + +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (aTHX_ Rule); \ +} while (0) + +#else /* !DEBUGGING */ +# define YYDPRINTF(Args) +# define YYDSYMPRINT(Args) +# define YYDSYMPRINTF(Title, Token, Value) +# define YY_STACK_PRINT(yyss, yyssp, yyvs, yyns) +# define YY_REDUCE_PRINT(Rule) +#endif /* !DEBUGGING */ + + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 #endif -int yydebug; -int yynerrs; -int yyerrflag; -int yychar; -YYSTYPE yyval; -YYSTYPE yylval; -#line 631 "perly.y" - /* PROGRAM */ -#line 1329 "perly.c" -#define YYABORT goto yyabort -#define YYACCEPT goto yyaccept -#define YYERROR goto yyerrlab - -struct ysv { - short* yyss; - YYSTYPE* yyvs; - int oldyydebug; - int oldyynerrs; - int oldyyerrflag; - int oldyychar; - YYSTYPE oldyyval; - YYSTYPE oldyylval; -}; - -void -yydestruct(ptr) -void* ptr; + + +#if YYERROR_VERBOSE +# ifndef yystrlen +# if defined (__GLIBC__) && defined (_STRING_H) +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +static YYSIZE_T +yystrlen (const char *yystr) +{ + register const char *yys = yystr; + + while (*yys++ != '\0') + continue; + + return yys - yystr - 1; +} +# endif +# endif + +# ifndef yystpcpy +# if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE) +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +static char * +yystpcpy (pTHX_ char *yydest, const char *yysrc) { - struct ysv* ysave = (struct ysv*)ptr; - if (ysave->yyss) Safefree(ysave->yyss); - if (ysave->yyvs) Safefree(ysave->yyvs); - yydebug = ysave->oldyydebug; - yynerrs = ysave->oldyynerrs; - yyerrflag = ysave->oldyyerrflag; - yychar = ysave->oldyychar; - yyval = ysave->oldyyval; - yylval = ysave->oldyylval; - Safefree(ysave); + register char *yyd = yydest; + register const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; } +# endif +# endif + +#endif /* !YYERROR_VERBOSE */ + +/*----------. +| yyparse. | +`----------*/ int -yyparse() +Perl_yyparse (pTHX) { - register int yym, yyn, yystate; + int yychar; /* The lookahead symbol. */ + YYSTYPE yylval; /* The semantic value of the lookahead symbol. */ + int yynerrs; /* Number of syntax errors so far. */ + register int yystate; + register int yyn; + int yyresult; + + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + /* Lookahead token as an internal (translated) token number. */ + int yytoken = 0; + + /* two stacks and their tools: + yyss: related to states, + yyvs: related to semantic values, + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + short *yyss; register short *yyssp; + + /* The semantic value stack. */ + YYSTYPE *yyvs; register YYSTYPE *yyvsp; - short* yyss; - YYSTYPE* yyvs; - unsigned yystacksize = YYSTACKSIZE; - int retval = 0; -#if YYDEBUG - register char *yys; - extern char *getenv(); -#endif - struct ysv *ysave = (struct ysv*)safemalloc(sizeof(struct ysv)); - SAVEDESTRUCTOR(yydestruct, ysave); - ysave->oldyydebug = yydebug; - ysave->oldyynerrs = yynerrs; - ysave->oldyyerrflag = yyerrflag; - ysave->oldyychar = yychar; - ysave->oldyyval = yyval; - ysave->oldyylval = yylval; - -#if YYDEBUG - if (yys = getenv("YYDEBUG")) - { - yyn = *yys; - if (yyn >= '0' && yyn <= '9') - yydebug = yyn - '0'; - } + /* for ease of re-allocation and automatic freeing, have two SVs whose + * SvPVX points to the stacks */ + SV *yyss_sv, *yyvs_sv; + +#ifdef DEBUGGING + /* maintain also a stack of token/rule names for debugging with -Dpv */ + const char **yyns, **yynsp; + SV *yyns_sv; +# define YYPOPSTACK (yyvsp--, yyssp--, yynsp--) +#else +# define YYPOPSTACK (yyvsp--, yyssp--) #endif - yynerrs = 0; - yyerrflag = 0; - yychar = (-1); - /* - ** Initialize private stacks (yyparse may be called from an action) - */ - ysave->yyss = yyss = (short*)safemalloc(yystacksize*sizeof(short)); - ysave->yyvs = yyvs = (YYSTYPE*)safemalloc(yystacksize*sizeof(YYSTYPE)); - if (!yyvs || !yyss) - goto yyoverflow; + YYSIZE_T yystacksize = YYINITDEPTH; + + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + + + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ + int yylen; + + YYDPRINTF ((Perl_debug_log, "Starting parse\n")); + ENTER; /* force stack free before we return */ + SAVEVPTR(PL_yycharp); + SAVEVPTR(PL_yylvalp); + PL_yycharp = &yychar; /* so PL_yyerror() can access it */ + PL_yylvalp = &yylval; /* so various functions in toke.c can access it */ + + yyss_sv = NEWSV(73, YYINITDEPTH * sizeof(short)); + yyvs_sv = NEWSV(73, YYINITDEPTH * sizeof(YYSTYPE)); + SAVEFREESV(yyss_sv); + SAVEFREESV(yyvs_sv); + yyss = (short *) SvPVX(yyss_sv); + yyvs = (YYSTYPE *) SvPVX(yyvs_sv); + /* note that elements zero of yyvs and yyns are not used */ yyssp = yyss; yyvsp = yyvs; - *yyssp = yystate = 0; - -yyloop: - if (yyn = yydefred[yystate]) goto yyreduce; - if (yychar < 0) - { - if ((yychar = yylex()) < 0) yychar = 0; -#if YYDEBUG - if (yydebug) - { - yys = 0; - if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; - if (!yys) yys = "illegal-symbol"; - PerlIO_printf(Perl_debug_log, "yydebug: state %d, reading %d (%s)\n", yystate, - yychar, yys); - } +#ifdef DEBUGGING + yyns_sv = NEWSV(73, YYINITDEPTH * sizeof(char *)); + SAVEFREESV(yyns_sv); + /* XXX This seems strange to cast char * to char ** */ + yyns = (const char **) SvPVX(yyns_sv); + yynsp = yyns; #endif - } - if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 && - yyn <= YYTABLESIZE && yycheck[yyn] == yychar) - { -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, "yydebug: state %d, shifting to state %d\n", - yystate, yytable[yyn]); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + + + YYDPRINTF ((Perl_debug_log, "Entering state %d\n", yystate)); + + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. so pushing a state here evens the stacks. + */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyss + yystacksize - 1 <= yyssp) { + /* Get the current used size of the three stacks, in elements. */ + const YYSIZE_T yysize = yyssp - yyss + 1; + + /* Extend the stack our own way. */ + if (YYMAXDEPTH <= yystacksize) + goto yyoverflowlab; + yystacksize *= 2; + if (YYMAXDEPTH < yystacksize) + yystacksize = YYMAXDEPTH; + + SvGROW(yyss_sv, yystacksize * sizeof(short)); + SvGROW(yyvs_sv, yystacksize * sizeof(YYSTYPE)); + yyss = (short *) SvPVX(yyss_sv); + yyvs = (YYSTYPE *) SvPVX(yyvs_sv); +#ifdef DEBUGGING + SvGROW(yyns_sv, yystacksize * sizeof(char *)); + /* XXX This seems strange to cast char * to char ** */ + yyns = (const char **) SvPVX(yyns_sv); + if (! yyns) + goto yyoverflowlab; + yynsp = yyns + yysize - 1; #endif - if (yyssp >= yyss + yystacksize - 1) - { - /* - ** reallocate and recover. Note that pointers - ** have to be reset, or bad things will happen - */ - int yyps_index = (yyssp - yyss); - int yypv_index = (yyvsp - yyvs); - yystacksize += YYSTACKSIZE; - ysave->yyvs = yyvs = - (YYSTYPE*)realloc((char*)yyvs,yystacksize * sizeof(YYSTYPE)); - ysave->yyss = yyss = - (short*)realloc((char*)yyss,yystacksize * sizeof(short)); - if (!yyvs || !yyss) - goto yyoverflow; - yyssp = yyss + yyps_index; - yyvsp = yyvs + yypv_index; - } - *++yyssp = yystate = yytable[yyn]; - *++yyvsp = yylval; - yychar = (-1); - if (yyerrflag > 0) --yyerrflag; - goto yyloop; + if (!yyss || ! yyvs) + goto yyoverflowlab; + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; + + + YYDPRINTF ((Perl_debug_log, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyss + yystacksize - 1 <= yyssp) + YYABORT; } - if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 && - yyn <= YYTABLESIZE && yycheck[yyn] == yychar) - { - yyn = yytable[yyn]; - goto yyreduce; + + goto yybackup; + + /*-----------. + | yybackup. | + `-----------*/ + yybackup: + +/* Do appropriate processing given the current state. */ +/* Read a lookahead token if we need one and don't already have one. */ +/* yyresume: */ + + /* First try to decide what to do without reference to lookahead token. */ + + yyn = yypact[yystate]; + if (yyn == YYPACT_NINF) + goto yydefault; + + /* Not known => get a lookahead token if don't already have one. */ + + /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ + if (yychar == YYEMPTY) { + YYDPRINTF ((Perl_debug_log, "Reading a token: ")); + yychar = yylex(); +# ifdef EBCDIC + if (yychar >= 0 && yychar < 255) { + yychar = NATIVE_TO_ASCII(yychar); + } +# endif } - if (yyerrflag) goto yyinrecovery; -#ifdef lint - goto yynewerror; -#endif -yynewerror: - yyerror("syntax error"); -#ifdef lint - goto yyerrlab; -#endif -yyerrlab: - ++yynerrs; -yyinrecovery: - if (yyerrflag < 3) - { - yyerrflag = 3; - for (;;) - { - if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 && - yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE) - { -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, - "yydebug: state %d, error recovery shifting to state %d\n", - *yyssp, yytable[yyn]); -#endif - if (yyssp >= yyss + yystacksize - 1) - { - /* - ** reallocate and recover. Note that pointers - ** have to be reset, or bad things will happen - */ - int yyps_index = (yyssp - yyss); - int yypv_index = (yyvsp - yyvs); - yystacksize += YYSTACKSIZE; - ysave->yyvs = yyvs = (YYSTYPE*)realloc((char*)yyvs, - yystacksize * sizeof(YYSTYPE)); - ysave->yyss = yyss = (short*)realloc((char*)yyss, - yystacksize * sizeof(short)); - if (!yyvs || !yyss) - goto yyoverflow; - yyssp = yyss + yyps_index; - yyvsp = yyvs + yypv_index; - } - *++yyssp = yystate = yytable[yyn]; - *++yyvsp = yylval; - goto yyloop; - } - else - { -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, - "yydebug: error recovery discarding state %d\n", - *yyssp); -#endif - if (yyssp <= yyss) goto yyabort; - --yyssp; - --yyvsp; - } - } + + if (yychar <= YYEOF) { + yychar = yytoken = YYEOF; + YYDPRINTF ((Perl_debug_log, "Now at end of input.\n")); } - else - { - if (yychar == 0) goto yyabort; -#if YYDEBUG - if (yydebug) - { - yys = 0; - if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; - if (!yys) yys = "illegal-symbol"; - PerlIO_printf(Perl_debug_log, - "yydebug: state %d, error recovery discards token %d (%s)\n", - yystate, yychar, yys); - } + else { + yytoken = YYTRANSLATE (yychar); + YYDSYMPRINTF ("Next token is", yytoken, &yylval); + } + + /* If the proper action on seeing token YYTOKEN is to reduce or to + detect an error, take that action. */ + yyn += yytoken; + if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) + goto yydefault; + yyn = yytable[yyn]; + if (yyn <= 0) { + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + + if (yyn == YYFINAL) + YYACCEPT; + + /* Shift the lookahead token. */ + YYDPRINTF ((Perl_debug_log, "Shifting token %s, ", yytname[yytoken])); + + /* Discard the token being shifted unless it is eof. */ + if (yychar != YYEOF) + yychar = YYEMPTY; + + *++yyvsp = yylval; +#ifdef DEBUGGING + *++yynsp = (const char *)(yytname[yytoken]); #endif - yychar = (-1); - goto yyloop; + + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + yystate = yyn; + YYDPRINTF ((Perl_debug_log, "Entering state %d\n", yystate)); + + goto yynewstate; + + + /*-----------------------------------------------------------. + | yydefault -- do the default action for the current state. | + `-----------------------------------------------------------*/ + yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + + /*-----------------------------. + | yyreduce -- Do a reduction. | + `-----------------------------*/ + yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + "$$ = $1". + + Otherwise, the following line sets YYVAL to garbage. + This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + + + YY_REDUCE_PRINT (yyn); + switch (yyn) { + +/* contains all the rule actions; auto-generated from perly.y */ + +#define dep() deprecate("\"do\" to call subroutines") +#include "perly.act" + } -yyreduce: -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, "yydebug: state %d, reducing by rule %d (%s)\n", - yystate, yyn, yyrule[yyn]); + + yyvsp -= yylen; + yyssp -= yylen; +#ifdef DEBUGGING + yynsp -= yylen; #endif - yym = yylen[yyn]; - yyval = yyvsp[1-yym]; - switch (yyn) - { -case 1: -#line 85 "perly.y" -{ -#if defined(YYDEBUG) && defined(DEBUGGING) - yydebug = (debug & 1); + + + *++yyvsp = yyval; +#ifdef DEBUGGING + *++yynsp = (const char *)(yytname [yyr1[yyn]]); #endif - expect = XSTATE; + + /* Now shift the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; + if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTOKENS]; + + YYDPRINTF ((Perl_debug_log, "Entering state %d\n", yystate)); + +#ifdef DEBUGGING + /* tmp push yystate for stack print; this is normally pushed later in + * yynewstate */ + yyssp++; + *yyssp = yystate; + YY_STACK_PRINT (yyss, yyssp, yyvs, yyns); + yyssp--; +#endif + + goto yynewstate; + + + /*------------------------------------. + | yyerrlab -- here on detecting error | + `------------------------------------*/ + yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { + ++yynerrs; +#if YYERROR_VERBOSE + yyn = yypact[yystate]; + + if (YYPACT_NINF < yyn && yyn < YYLAST) { + YYSIZE_T yysize = 0; + const int yytype = YYTRANSLATE (yychar); + char *yymsg; + int yyx, yycount; + + yycount = 0; + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + for (yyx = yyn < 0 ? -yyn : 0; + yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + yysize += yystrlen (yytname[yyx]) + 15, yycount++; + yysize += yystrlen ("syntax error, unexpected ") + 1; + yysize += yystrlen (yytname[yytype]); + Newx(yymsg, yysize, char *); + if (yymsg != 0) { + const char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); + yyp = yystpcpy (yyp, yytname[yytype]); + + if (yycount < 5) { + yycount = 0; + for (yyx = yyn < 0 ? -yyn : 0; + yyx < (int) (sizeof (yytname) / sizeof (char *)); + yyx++) + { + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) { + const char *yyq = ! yycount ? + ", expecting " : " or "; + yyp = yystpcpy (yyp, yyq); + yyp = yystpcpy (yyp, yytname[yyx]); + yycount++; + } + } } -break; -case 2: -#line 92 "perly.y" -{ newPROG(yyvsp[0].opval); } -break; -case 3: -#line 96 "perly.y" -{ yyval.opval = block_end(yyvsp[-3].ival,yyvsp[-2].ival,yyvsp[-1].opval); } -break; -case 4: -#line 100 "perly.y" -{ yyval.ival = block_start(TRUE); } -break; -case 5: -#line 104 "perly.y" -{ if (yyvsp[-3].opval) - yyvsp[-1].opval = yyvsp[-1].opval ? append_list(OP_LINESEQ, - (LISTOP*)yyvsp[-3].opval, (LISTOP*)yyvsp[-1].opval) : yyvsp[-3].opval; - yyval.opval = block_end(yyvsp[-4].ival, yyvsp[-2].ival, yyvsp[-1].opval); } -break; -case 6: -#line 111 "perly.y" -{ yyval.opval = min_intro_pending - ? newSTATEOP(0, Nullch, newOP(OP_NULL, 0)) - : NULL; } -break; -case 7: -#line 117 "perly.y" -{ yyval.ival = block_start(FALSE); } -break; -case 8: -#line 121 "perly.y" -{ yyval.opval = Nullop; } -break; -case 9: -#line 123 "perly.y" -{ yyval.opval = yyvsp[-1].opval; } -break; -case 10: -#line 125 "perly.y" -{ yyval.opval = append_list(OP_LINESEQ, - (LISTOP*)yyvsp[-1].opval, (LISTOP*)yyvsp[0].opval); - pad_reset_pending = TRUE; - if (yyvsp[-1].opval && yyvsp[0].opval) hints |= HINT_BLOCK_SCOPE; } -break; -case 11: -#line 132 "perly.y" -{ yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); } -break; -case 13: -#line 135 "perly.y" -{ if (yyvsp[-1].pval != Nullch) { - yyval.opval = newSTATEOP(0, yyvsp[-1].pval, newOP(OP_NULL, 0)); - } - else { - yyval.opval = Nullop; - copline = NOLINE; - } - expect = XSTATE; } -break; -case 14: -#line 144 "perly.y" -{ yyval.opval = newSTATEOP(0, yyvsp[-2].pval, yyvsp[-1].opval); - expect = XSTATE; } -break; -case 15: -#line 149 "perly.y" -{ yyval.opval = Nullop; } -break; -case 16: -#line 151 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 17: -#line 153 "perly.y" -{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[0].opval, yyvsp[-2].opval); } -break; -case 18: -#line 155 "perly.y" -{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[0].opval, yyvsp[-2].opval); } -break; -case 19: -#line 157 "perly.y" -{ yyval.opval = newLOOPOP(OPf_PARENS, 1, scalar(yyvsp[0].opval), yyvsp[-2].opval); } -break; -case 20: -#line 159 "perly.y" -{ yyval.opval = newLOOPOP(OPf_PARENS, 1, yyvsp[0].opval, yyvsp[-2].opval);} -break; -case 21: -#line 163 "perly.y" -{ yyval.opval = Nullop; } -break; -case 22: -#line 165 "perly.y" -{ yyval.opval = scope(yyvsp[0].opval); } -break; -case 23: -#line 167 "perly.y" -{ copline = yyvsp[-5].ival; - yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); - hints |= HINT_BLOCK_SCOPE; } -break; -case 24: -#line 173 "perly.y" -{ copline = yyvsp[-6].ival; - yyval.opval = block_end(yyvsp[-6].ival, yyvsp[-4].ival, - newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval)); } -break; -case 25: -#line 177 "perly.y" -{ copline = yyvsp[-6].ival; - yyval.opval = block_end(yyvsp[-6].ival, yyvsp[-4].ival, - newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval)); } -break; -case 26: -#line 181 "perly.y" -{ copline = yyvsp[-3].ival; - deprecate("if BLOCK BLOCK"); - yyval.opval = newCONDOP(0, scope(yyvsp[-2].opval), scope(yyvsp[-1].opval), yyvsp[0].opval); } -break; -case 27: -#line 185 "perly.y" -{ copline = yyvsp[-3].ival; - deprecate("unless BLOCK BLOCK"); - yyval.opval = newCONDOP(0, invert(scalar(scope(yyvsp[-2].opval))), - scope(yyvsp[-1].opval), yyvsp[0].opval); } -break; -case 28: -#line 192 "perly.y" -{ yyval.opval = Nullop; } -break; -case 29: -#line 194 "perly.y" -{ yyval.opval = scope(yyvsp[0].opval); } -break; -case 30: -#line 198 "perly.y" -{ copline = yyvsp[-6].ival; - yyval.opval = block_end(yyvsp[-6].ival, yyvsp[-4].ival, - newSTATEOP(0, yyvsp[-7].pval, - newWHILEOP(0, 1, (LOOP*)Nullop, - yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval) )); } -break; -case 31: -#line 204 "perly.y" -{ copline = yyvsp[-6].ival; - yyval.opval = block_end(yyvsp[-6].ival, yyvsp[-4].ival, - newSTATEOP(0, yyvsp[-7].pval, - newWHILEOP(0, 1, (LOOP*)Nullop, - yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval) )); } -break; -case 32: -#line 210 "perly.y" -{ copline = yyvsp[-3].ival; - yyval.opval = newSTATEOP(0, yyvsp[-4].pval, - newWHILEOP(0, 1, (LOOP*)Nullop, - scope(yyvsp[-2].opval), yyvsp[-1].opval, yyvsp[0].opval) ); } -break; -case 33: -#line 215 "perly.y" -{ copline = yyvsp[-3].ival; - yyval.opval = newSTATEOP(0, yyvsp[-4].pval, - newWHILEOP(0, 1, (LOOP*)Nullop, - invert(scalar(scope(yyvsp[-2].opval))), yyvsp[-1].opval, yyvsp[0].opval)); } -break; -case 34: -#line 220 "perly.y" -{ yyval.opval = block_end(yyvsp[-8].ival, yyvsp[-6].ival, - newFOROP(0, yyvsp[-9].pval, yyvsp[-8].ival, yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval)); } -break; -case 35: -#line 223 "perly.y" -{ yyval.opval = newFOROP(0, yyvsp[-7].pval, yyvsp[-6].ival, mod(yyvsp[-5].opval, OP_ENTERLOOP), - yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval); } -break; -case 36: -#line 226 "perly.y" -{ yyval.opval = block_end(yyvsp[-6].ival, yyvsp[-4].ival, - newFOROP(0, yyvsp[-7].pval, yyvsp[-6].ival, Nullop, yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval)); } -break; -case 37: -#line 229 "perly.y" -{ if (yyvsp[-1].opval) { - yyvsp[-1].opval = scalar(yyvsp[-1].opval); - if (min_intro_pending) - yyvsp[-1].opval = newSTATEOP(0, Nullch, yyvsp[-1].opval); } } -break; -case 38: -#line 234 "perly.y" -{ yyvsp[-1].opval = scalar(yyvsp[-1].opval); - if (min_intro_pending) - yyvsp[-1].opval = newSTATEOP(0, Nullch, yyvsp[-1].opval); } -break; -case 39: -#line 239 "perly.y" -{ copline = yyvsp[-11].ival; - yyval.opval = block_end(yyvsp[-11].ival, yyvsp[-9].ival, - append_elem(OP_LINESEQ, yyvsp[-8].opval, - newSTATEOP(0, yyvsp[-12].pval, - newWHILEOP(0, 1, (LOOP*)Nullop, - yyvsp[-5].opval, yyvsp[0].opval, scalar(yyvsp[-2].opval))))); } -break; -case 40: -#line 246 "perly.y" -{ yyval.opval = newSTATEOP(0, - yyvsp[-2].pval, newWHILEOP(0, 1, (LOOP*)Nullop, - Nullop, yyvsp[-1].opval, yyvsp[0].opval)); } -break; -case 41: -#line 252 "perly.y" -{ yyval.opval = Nullop; } -break; -case 43: -#line 257 "perly.y" -{ (void)scan_num("1"); yyval.opval = yylval.opval; } -break; -case 45: -#line 262 "perly.y" -{ yyval.opval = invert(scalar(yyvsp[0].opval)); } -break; -case 46: -#line 266 "perly.y" -{ yyval.opval = min_intro_pending - ? newSTATEOP(0, Nullch, yyvsp[0].opval) : yyvsp[0].opval; } -break; -case 47: -#line 271 "perly.y" -{ yyval.opval = min_intro_pending - ? newSTATEOP(0, Nullch, yyvsp[0].opval) : yyvsp[0].opval; } -break; -case 48: -#line 276 "perly.y" -{ yyval.opval = min_intro_pending - ? newSTATEOP(0, Nullch, yyvsp[0].opval) : yyvsp[0].opval; } -break; -case 49: -#line 281 "perly.y" -{ yyval.pval = Nullch; } -break; -case 51: -#line 286 "perly.y" -{ yyval.ival = 0; } -break; -case 52: -#line 288 "perly.y" -{ yyval.ival = 0; } -break; -case 53: -#line 290 "perly.y" -{ yyval.ival = 0; } -break; -case 54: -#line 292 "perly.y" -{ yyval.ival = 0; } -break; -case 55: -#line 296 "perly.y" -{ newFORM(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); } -break; -case 56: -#line 298 "perly.y" -{ newFORM(yyvsp[-1].ival, Nullop, yyvsp[0].opval); } -break; -case 57: -#line 302 "perly.y" -{ newSUB(yyvsp[-3].ival, yyvsp[-2].opval, yyvsp[-1].opval, yyvsp[0].opval); } -break; -case 58: -#line 304 "perly.y" -{ newSUB(yyvsp[-3].ival, yyvsp[-2].opval, yyvsp[-1].opval, Nullop); expect = XSTATE; } -break; -case 59: -#line 308 "perly.y" -{ yyval.opval = Nullop; } -break; -case 61: -#line 313 "perly.y" -{ yyval.ival = start_subparse(); } -break; -case 62: -#line 317 "perly.y" -{ package(yyvsp[-1].opval); } -break; -case 63: -#line 319 "perly.y" -{ package(Nullop); } -break; -case 64: -#line 323 "perly.y" -{ utilize(yyvsp[-5].ival, yyvsp[-4].ival, yyvsp[-3].opval, yyvsp[-2].opval, yyvsp[-1].opval); } -break; -case 65: -#line 327 "perly.y" -{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 66: -#line 329 "perly.y" -{ yyval.opval = newLOGOP(yyvsp[-1].ival, 0, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 68: -#line 334 "perly.y" -{ yyval.opval = yyvsp[-1].opval; } -break; -case 69: -#line 336 "perly.y" -{ yyval.opval = append_elem(OP_LIST, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 71: -#line 341 "perly.y" -{ yyval.opval = convert(yyvsp[-2].ival, OPf_STACKED, - prepend_elem(OP_LIST, newGVREF(yyvsp[-2].ival,yyvsp[-1].opval), yyvsp[0].opval) ); } -break; -case 72: -#line 344 "perly.y" -{ yyval.opval = convert(yyvsp[-4].ival, OPf_STACKED, - prepend_elem(OP_LIST, newGVREF(yyvsp[-4].ival,yyvsp[-2].opval), yyvsp[-1].opval) ); } -break; -case 73: -#line 347 "perly.y" -{ yyval.opval = convert(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, - prepend_elem(OP_LIST, scalar(yyvsp[-5].opval), yyvsp[-1].opval), - newUNOP(OP_METHOD, 0, yyvsp[-3].opval))); } -break; -case 74: -#line 352 "perly.y" -{ yyval.opval = convert(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, - prepend_elem(OP_LIST, yyvsp[-1].opval, yyvsp[0].opval), - newUNOP(OP_METHOD, 0, yyvsp[-2].opval))); } -break; -case 75: -#line 357 "perly.y" -{ yyval.opval = convert(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, - prepend_elem(OP_LIST, yyvsp[-3].opval, yyvsp[-1].opval), - newUNOP(OP_METHOD, 0, yyvsp[-4].opval))); } -break; -case 76: -#line 362 "perly.y" -{ yyval.opval = convert(yyvsp[-1].ival, 0, yyvsp[0].opval); } -break; -case 77: -#line 364 "perly.y" -{ yyval.opval = convert(yyvsp[-3].ival, 0, yyvsp[-1].opval); } -break; -case 78: -#line 366 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, - prepend_elem(OP_LIST, newANONSUB(yyvsp[-2].ival, 0, yyvsp[-1].opval), yyvsp[0].opval), - yyvsp[-3].opval)); } -break; -case 81: -#line 377 "perly.y" -{ yyval.opval = newASSIGNOP(OPf_STACKED, yyvsp[-2].opval, yyvsp[-1].ival, yyvsp[0].opval); } -break; -case 82: -#line 379 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 83: -#line 381 "perly.y" -{ if (yyvsp[-1].ival != OP_REPEAT) - scalar(yyvsp[-2].opval); - yyval.opval = newBINOP(yyvsp[-1].ival, 0, yyvsp[-2].opval, scalar(yyvsp[0].opval)); } -break; -case 84: -#line 385 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 85: -#line 387 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 86: -#line 389 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 87: -#line 391 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 88: -#line 393 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 89: -#line 395 "perly.y" -{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); } -break; -case 90: -#line 397 "perly.y" -{ yyval.opval = newRANGE(yyvsp[-1].ival, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval));} -break; -case 91: -#line 399 "perly.y" -{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 92: -#line 401 "perly.y" -{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 93: -#line 403 "perly.y" -{ yyval.opval = newCONDOP(0, yyvsp[-4].opval, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 94: -#line 405 "perly.y" -{ yyval.opval = bind_match(yyvsp[-1].ival, yyvsp[-2].opval, yyvsp[0].opval); } -break; -case 95: -#line 408 "perly.y" -{ yyval.opval = newUNOP(OP_NEGATE, 0, scalar(yyvsp[0].opval)); } -break; -case 96: -#line 410 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 97: -#line 412 "perly.y" -{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); } -break; -case 98: -#line 414 "perly.y" -{ yyval.opval = newUNOP(OP_COMPLEMENT, 0, scalar(yyvsp[0].opval));} -break; -case 99: -#line 416 "perly.y" -{ yyval.opval = newUNOP(OP_REFGEN, 0, mod(yyvsp[0].opval,OP_REFGEN)); } -break; -case 100: -#line 418 "perly.y" -{ yyval.opval = newUNOP(OP_POSTINC, 0, - mod(scalar(yyvsp[-1].opval), OP_POSTINC)); } -break; -case 101: -#line 421 "perly.y" -{ yyval.opval = newUNOP(OP_POSTDEC, 0, - mod(scalar(yyvsp[-1].opval), OP_POSTDEC)); } -break; -case 102: -#line 424 "perly.y" -{ yyval.opval = newUNOP(OP_PREINC, 0, - mod(scalar(yyvsp[0].opval), OP_PREINC)); } -break; -case 103: -#line 427 "perly.y" -{ yyval.opval = newUNOP(OP_PREDEC, 0, - mod(scalar(yyvsp[0].opval), OP_PREDEC)); } -break; -case 104: -#line 430 "perly.y" -{ yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); } -break; -case 105: -#line 432 "perly.y" -{ yyval.opval = sawparens(yyvsp[-1].opval); } -break; -case 106: -#line 434 "perly.y" -{ yyval.opval = sawparens(newNULLLIST()); } -break; -case 107: -#line 436 "perly.y" -{ yyval.opval = newANONLIST(yyvsp[-1].opval); } -break; -case 108: -#line 438 "perly.y" -{ yyval.opval = newANONLIST(Nullop); } -break; -case 109: -#line 440 "perly.y" -{ yyval.opval = newANONHASH(yyvsp[-2].opval); } -break; -case 110: -#line 442 "perly.y" -{ yyval.opval = newANONHASH(Nullop); } -break; -case 111: -#line 444 "perly.y" -{ yyval.opval = newANONSUB(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); } -break; -case 112: -#line 446 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 113: -#line 448 "perly.y" -{ yyval.opval = newBINOP(OP_GELEM, 0, newGVREF(0,yyvsp[-4].opval), yyvsp[-2].opval); } -break; -case 114: -#line 450 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 115: -#line 452 "perly.y" -{ yyval.opval = newBINOP(OP_AELEM, 0, oopsAV(yyvsp[-3].opval), scalar(yyvsp[-1].opval)); } -break; -case 116: -#line 454 "perly.y" -{ yyval.opval = newBINOP(OP_AELEM, 0, - ref(newAVREF(yyvsp[-4].opval),OP_RV2AV), - scalar(yyvsp[-1].opval));} -break; -case 117: -#line 458 "perly.y" -{ assertref(yyvsp[-3].opval); yyval.opval = newBINOP(OP_AELEM, 0, - ref(newAVREF(yyvsp[-3].opval),OP_RV2AV), - scalar(yyvsp[-1].opval));} -break; -case 118: -#line 462 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 119: -#line 464 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 120: -#line 466 "perly.y" -{ yyval.opval = newUNOP(OP_AV2ARYLEN, 0, ref(yyvsp[0].opval, OP_AV2ARYLEN));} -break; -case 121: -#line 468 "perly.y" -{ yyval.opval = newBINOP(OP_HELEM, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval)); - expect = XOPERATOR; } -break; -case 122: -#line 471 "perly.y" -{ yyval.opval = newBINOP(OP_HELEM, 0, - ref(newHVREF(yyvsp[-5].opval),OP_RV2HV), - jmaybe(yyvsp[-2].opval)); - expect = XOPERATOR; } -break; -case 123: -#line 476 "perly.y" -{ assertref(yyvsp[-4].opval); yyval.opval = newBINOP(OP_HELEM, 0, - ref(newHVREF(yyvsp[-4].opval),OP_RV2HV), - jmaybe(yyvsp[-2].opval)); - expect = XOPERATOR; } -break; -case 124: -#line 481 "perly.y" -{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, yyvsp[-4].opval); } -break; -case 125: -#line 483 "perly.y" -{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, Nullop); } -break; -case 126: -#line 485 "perly.y" -{ yyval.opval = prepend_elem(OP_ASLICE, - newOP(OP_PUSHMARK, 0), - newLISTOP(OP_ASLICE, 0, - list(yyvsp[-1].opval), - ref(yyvsp[-3].opval, OP_ASLICE))); } -break; -case 127: -#line 491 "perly.y" -{ yyval.opval = prepend_elem(OP_HSLICE, - newOP(OP_PUSHMARK, 0), - newLISTOP(OP_HSLICE, 0, - list(yyvsp[-2].opval), - ref(oopsHV(yyvsp[-4].opval), OP_HSLICE))); - expect = XOPERATOR; } -break; -case 128: -#line 498 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 129: -#line 500 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, 0, scalar(yyvsp[0].opval)); } -break; -case 130: -#line 502 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, scalar(yyvsp[-2].opval)); } -break; -case 131: -#line 504 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, yyvsp[-1].opval, scalar(yyvsp[-3].opval))); } -break; -case 132: -#line 507 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, yyvsp[0].opval, scalar(yyvsp[-1].opval))); } -break; -case 133: -#line 510 "perly.y" -{ yyval.opval = newUNOP(OP_DOFILE, 0, scalar(yyvsp[0].opval)); } -break; -case 134: -#line 512 "perly.y" -{ yyval.opval = newUNOP(OP_NULL, OPf_SPECIAL, scope(yyvsp[0].opval)); } -break; -case 135: -#line 514 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, - OPf_SPECIAL|OPf_STACKED, - prepend_elem(OP_LIST, - scalar(newCVREF( - (OPpENTERSUB_AMPER<<8), - scalar(yyvsp[-2].opval) - )),Nullop)); dep();} -break; -case 136: -#line 522 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, - OPf_SPECIAL|OPf_STACKED, - append_elem(OP_LIST, - yyvsp[-1].opval, - scalar(newCVREF( - (OPpENTERSUB_AMPER<<8), - scalar(yyvsp[-3].opval) - )))); dep();} -break; -case 137: -#line 531 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_SPECIAL|OPf_STACKED, - prepend_elem(OP_LIST, - scalar(newCVREF(0,scalar(yyvsp[-2].opval))), Nullop)); dep();} -break; -case 138: -#line 535 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_SPECIAL|OPf_STACKED, - prepend_elem(OP_LIST, - yyvsp[-1].opval, - scalar(newCVREF(0,scalar(yyvsp[-3].opval))))); dep();} -break; -case 139: -#line 540 "perly.y" -{ yyval.opval = newOP(yyvsp[0].ival, OPf_SPECIAL); - hints |= HINT_BLOCK_SCOPE; } -break; -case 140: -#line 543 "perly.y" -{ yyval.opval = newLOOPEX(yyvsp[-1].ival,yyvsp[0].opval); } -break; -case 141: -#line 545 "perly.y" -{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); } -break; -case 142: -#line 547 "perly.y" -{ yyval.opval = newOP(yyvsp[0].ival, 0); } -break; -case 143: -#line 549 "perly.y" -{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); } -break; -case 144: -#line 551 "perly.y" -{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); } -break; -case 145: -#line 553 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, - append_elem(OP_LIST, yyvsp[0].opval, scalar(yyvsp[-1].opval))); } -break; -case 146: -#line 556 "perly.y" -{ yyval.opval = newOP(yyvsp[0].ival, 0); } -break; -case 147: -#line 558 "perly.y" -{ yyval.opval = newOP(yyvsp[-2].ival, 0); } -break; -case 148: -#line 560 "perly.y" -{ yyval.opval = newUNOP(OP_ENTERSUB, 0, - scalar(yyvsp[0].opval)); } -break; -case 149: -#line 563 "perly.y" -{ yyval.opval = newOP(yyvsp[-2].ival, OPf_SPECIAL); } -break; -case 150: -#line 565 "perly.y" -{ yyval.opval = newUNOP(yyvsp[-3].ival, 0, yyvsp[-1].opval); } -break; -case 151: -#line 567 "perly.y" -{ yyval.opval = pmruntime(yyvsp[-3].opval, yyvsp[-1].opval, Nullop); } -break; -case 152: -#line 569 "perly.y" -{ yyval.opval = pmruntime(yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval); } -break; -case 155: -#line 575 "perly.y" -{ yyval.opval = Nullop; } -break; -case 156: -#line 577 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 157: -#line 581 "perly.y" -{ yyval.opval = Nullop; } -break; -case 158: -#line 583 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -case 159: -#line 585 "perly.y" -{ yyval.opval = yyvsp[-1].opval; } -break; -case 160: -#line 588 "perly.y" -{ yyval.ival = 0; } -break; -case 161: -#line 589 "perly.y" -{ yyval.ival = 1; } -break; -case 162: -#line 593 "perly.y" -{ in_my = 0; yyval.opval = my(yyvsp[0].opval); } -break; -case 163: -#line 597 "perly.y" -{ yyval.opval = newCVREF(yyvsp[-1].ival,yyvsp[0].opval); } -break; -case 164: -#line 601 "perly.y" -{ yyval.opval = newSVREF(yyvsp[0].opval); } -break; -case 165: -#line 605 "perly.y" -{ yyval.opval = newAVREF(yyvsp[0].opval); } -break; -case 166: -#line 609 "perly.y" -{ yyval.opval = newHVREF(yyvsp[0].opval); } -break; -case 167: -#line 613 "perly.y" -{ yyval.opval = newAVREF(yyvsp[0].opval); } -break; -case 168: -#line 617 "perly.y" -{ yyval.opval = newGVREF(0,yyvsp[0].opval); } -break; -case 169: -#line 621 "perly.y" -{ yyval.opval = scalar(yyvsp[0].opval); } -break; -case 170: -#line 623 "perly.y" -{ yyval.opval = scalar(yyvsp[0].opval); } -break; -case 171: -#line 625 "perly.y" -{ yyval.opval = scope(yyvsp[0].opval); } -break; -case 172: -#line 628 "perly.y" -{ yyval.opval = yyvsp[0].opval; } -break; -#line 2240 "perly.c" + yyerror (yymsg); + YYSTACK_FREE (yymsg); + } + else + yyerror ("syntax error; also virtual memory exhausted"); + } + else +#endif /* YYERROR_VERBOSE */ + yyerror ("syntax error"); } - yyssp -= yym; - yystate = *yyssp; - yyvsp -= yym; - yym = yylhs[yyn]; - if (yystate == 0 && yym == 0) - { -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, - "yydebug: after reduction, shifting from state 0 to state %d\n", - YYFINAL); -#endif - yystate = YYFINAL; - *++yyssp = YYFINAL; - *++yyvsp = yyval; - if (yychar < 0) - { - if ((yychar = yylex()) < 0) yychar = 0; -#if YYDEBUG - if (yydebug) - { - yys = 0; - if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; - if (!yys) yys = "illegal-symbol"; - PerlIO_printf(Perl_debug_log, "yydebug: state %d, reading %d (%s)\n", - YYFINAL, yychar, yys); - } -#endif - } - if (yychar == 0) goto yyaccept; - goto yyloop; + + + if (yyerrstatus == 3) { + /* If just tried and failed to reuse lookahead token after an + error, discard it. */ + + /* Return failure if at end of input. */ + if (yychar == YYEOF) { + /* Pop the error token. */ + YYPOPSTACK; + /* Pop the rest of the stack. */ + while (yyss < yyssp) { + YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp); + YYPOPSTACK; + } + YYABORT; + } + + YYDSYMPRINTF ("Error: discarding", yytoken, &yylval); + yychar = YYEMPTY; + } - if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 && - yyn <= YYTABLESIZE && yycheck[yyn] == yystate) - yystate = yytable[yyn]; - else - yystate = yydgoto[yym]; -#if YYDEBUG - if (yydebug) - PerlIO_printf(Perl_debug_log, - "yydebug: after reduction, shifting from state %d to state %d\n", - *yyssp, yystate); + + /* Else will try to reuse lookahead token after shifting the error + token. */ + goto yyerrlab1; + + + /*----------------------------------------------------. + | yyerrlab1 -- error raised explicitly by an action. | + `----------------------------------------------------*/ + yyerrlab1: + yyerrstatus = 3; /* Each real token shifted decrements this. */ + + for (;;) { + yyn = yypact[yystate]; + if (yyn != YYPACT_NINF) { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } + + /* Pop the current state because it cannot handle the error token. */ + if (yyssp == yyss) + YYABORT; + + YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp); + yyvsp--; +#ifdef DEBUGGING + yynsp--; #endif - if (yyssp >= yyss + yystacksize - 1) - { - /* - ** reallocate and recover. Note that pointers - ** have to be reset, or bad things will happen - */ - int yyps_index = (yyssp - yyss); - int yypv_index = (yyvsp - yyvs); - yystacksize += YYSTACKSIZE; - ysave->yyvs = yyvs = - (YYSTYPE*)realloc((char*)yyvs,yystacksize * sizeof(YYSTYPE)); - ysave->yyss = yyss = - (short*)realloc((char*)yyss,yystacksize * sizeof(short)); - if (!yyvs || !yyss) - goto yyoverflow; - yyssp = yyss + yyps_index; - yyvsp = yyvs + yypv_index; + yystate = *--yyssp; + + YY_STACK_PRINT (yyss, yyssp, yyvs, yyns); } - *++yyssp = yystate; - *++yyvsp = yyval; - goto yyloop; -yyoverflow: - yyerror("Out of memory for yacc stack"); -yyabort: - retval = 1; -yyaccept: - return retval; + + if (yyn == YYFINAL) + YYACCEPT; + + YYDPRINTF ((Perl_debug_log, "Shifting error token, ")); + + *++yyvsp = yylval; +#ifdef DEBUGGING + *++yynsp =""; +#endif + + yystate = yyn; + YYDPRINTF ((Perl_debug_log, "Entering state %d\n", yystate)); + + goto yynewstate; + + + /*-------------------------------------. + | yyacceptlab -- YYACCEPT comes here. | + `-------------------------------------*/ + yyacceptlab: + yyresult = 0; + goto yyreturn; + + /*-----------------------------------. + | yyabortlab -- YYABORT comes here. | + `-----------------------------------*/ + yyabortlab: + yyresult = 1; + goto yyreturn; + + /*----------------------------------------------. + | yyoverflowlab -- parser overflow comes here. | + `----------------------------------------------*/ + yyoverflowlab: + yyerror ("parser stack overflow"); + yyresult = 2; + /* Fall through. */ + + yyreturn: + + LEAVE; /* force stack free before we return */ + + return yyresult; } + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */