This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix potential null deref introduced by change #27716
[perl5.git] / perly.c
diff --git a/perly.c b/perly.c
index 2735893..18f8606 100644 (file)
--- a/perly.c
+++ b/perly.c
-#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, 2005, 2006 Larry Wall and others
+ *
+ *    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 YYDSYMPRINTF(Title, Token, Value)                    \
+do {                                                           \
+    if (yydebug) {                                             \
+       YYFPRINTF (Perl_debug_log, "%s ", Title);               \
+       yysymprint (Perl_debug_log,  Token, Value);     \
+       YYFPRINTF (Perl_debug_log, "\n");                       \
+    }                                                          \
+} while (0)
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
 static void
-dep()
+yysymprint(PerlIO * const yyoutput, int yytype, const YYSTYPE * const 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,
-   31,    0,    5,    3,    6,    6,    6,    7,    7,    7,
-    7,   21,   21,   21,   21,   21,   21,   11,   11,   11,
-    9,    9,    9,    9,   30,   30,    8,    8,    8,    8,
-    8,    8,    8,    8,   10,   10,   25,   25,   29,   29,
-    1,    1,    1,    1,    2,    2,   32,   32,   28,   28,
-    4,   33,   33,   34,   13,   13,   13,   12,   12,   12,
-   26,   26,   26,   26,   26,   26,   26,   26,   27,   27,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   14,   14,   14,   14,   14,   14,
-   14,   14,   14,   14,   22,   22,   23,   23,   23,   20,
-   15,   16,   17,   18,   19,   24,   24,   24,   24,
-};
-short yylen[] = {                                         2,
-    0,    2,    4,    0,    0,    2,    2,    2,    1,    2,
-    3,    1,    1,    3,    3,    3,    3,    0,    2,    6,
-    6,    6,    4,    4,    0,    2,    7,    7,    5,    5,
-    8,    7,   10,    3,    0,    1,    0,    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,    2,
-    2,    2,    2,    2,    2,    1,    1,    1,    1,
-};
-short yydefred[] = {                                      1,
-    0,    5,    0,   40,   51,   51,    0,   51,    6,   41,
-    7,    9,    0,   42,   43,   44,    0,    0,    0,   53,
-    0,   12,    4,  143,    0,    0,  118,    0,  138,    0,
-   51,   51,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,   10,    0,    0,    0,
-    0,    0,    0,    0,    0,    8,    0,    0,    0,    0,
-    0,  108,  110,    0,    0,    0,  144,    0,   46,    0,
-   52,    0,    5,  156,  159,  158,  157,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,  154,    0,  124,
-    0,    0,    0,    0,    0,    0,  150,    0,    0,    0,
-    0,   66,    0,  133,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,   98,    0,  151,  152,  153,  155,
-    0,   34,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,   90,   91,    0,    0,    0,    0,
-    0,    0,    0,    0,   11,   45,   50,    0,    0,    0,
-   64,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,   36,    0,  137,  139,
-    0,    0,    0,    0,    0,    0,  100,    0,  122,    0,
-    0,    0,   97,   26,    0,    0,    0,    0,    0,    0,
-   55,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,   69,    0,   70,
-    0,    0,    0,    0,    0,    0,    0,  120,    0,   48,
-   47,    0,    3,    0,  141,    0,   68,  101,    0,   29,
-    0,   30,    0,    0,    0,   23,    0,   24,    0,    0,
-    0,  140,  149,   67,    0,  125,    0,  127,    0,   99,
-    0,    0,    0,    0,    0,    0,    0,  107,    0,  105,
-    0,  116,    0,  121,   54,   65,    0,    0,    0,    0,
-   19,    0,    0,    0,    0,    0,   62,  126,  128,  115,
-    0,  113,    0,    0,  106,    0,  111,  117,  103,  142,
-   27,   28,   21,    0,   22,    0,   32,    0,  114,  112,
-   63,    0,    0,   31,    0,    0,   20,   33,
-};
-short yydgoto[] = {                                       1,
-    9,   10,   83,   17,   86,    3,   11,   12,   66,  195,
-  266,   67,  202,   69,   70,   71,   72,   73,   74,   75,
-  197,  122,  203,   88,  187,   77,  241,  178,   13,  142,
-    2,   14,   15,   16,
-};
-short yysindex[] = {                                      0,
-    0,    0,  303,    0,    0,    0,  -53,    0,    0,    0,
-    0,    0,  607,    0,    0,    0, -111, -242,  -32,    0,
- -216,    0,    0,    0,  149,  149,    0,    8,    0, 2109,
-    0,    0,  -15,   -8,    4,    6,   32, 2109,   13,   20,
-   57,  149,  994, 2109, 1057, -206,  149, 2109,  938, 1291,
- 2109, 2109, 2109, 2109, 2109, 1347,    0, 2109, 2109, 1403,
-  149,  149,  149,  149, -203,    0,   68,  664,  491,  -67,
-  -52,    0,    0,  -21,   73,   65,    0,    7,    0, -135,
-    0, -126,    0,    0,    0,    0,    0, 2109,   92, 2109,
-  491,    7, -135, 2109,    7, 2109,    7, 2109,    7, 2109,
-    7, 1466,  101,  491,  112, 1700,  938,    0,  102,    0,
- 1228,  -22, 1228,   39,  -58, 2109,    0,   68,    0,   68,
-  -67,    0, 2109,    0, 1228,  472,  472,  472,  -88,  -88,
-   78,  -10,  472,  472,    0,  -85,    0,    0,    0,    0,
-    7,    0, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
- 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2109,
- 2109, 2109, 2109, 2109,    0,    0,  -29, 2109, 2109, 2109,
- 2109, 2109, 2109, 1756,    0,    0,    0,  -46, 2109,  391,
-    0, 2109,  -25, 2109,    7, -214,  129, -203,   -5, -203,
-    1, -167,    9, -167,  117,   52,    0, 2109,    0,    0,
-   23,   60,  132, 2109, 1812, 1875,    0,   53,    0,   68,
- 2109,   86,    0,    0,  491, -214, -214, -214, -214, -147,
-    0,  -54,  382, 1228, 1090,  771,  115,  491, 2942, 1523,
-  314, 1554,  392,  677,  472,  472, 2109,    0, 2109,    0,
-  141,   89,  -42,   99,   46,  114,   64,    0,   26,    0,
-    0,  124,    0,  143,    0, 2109,    0,    0,    7,    0,
-    7,    0,    7,    7,  146,    0,    7,    0, 2109,    7,
-   35,    0,    0,    0,   37,    0,   49,    0,   55,    0,
-  130, 2109,   63, 2109,   67,  166, 2109,    0,   66,    0,
-   71,    0,   74,    0,    0,    0, 1170, -203, -203, -167,
-    0, 2109, -167,  131, -203,    7,    0,    0,    0,    0,
-  185,    0, 1119,   76,    0,  161,    0,    0,    0,    0,
-    0,    0,    0,   58,    0, 1466,    0, -203,    0,    0,
-    0,    7,  162,    0, -167,    7,    0,    0,
-};
-short yyrindex[] = {                                      0,
-    0,    0,  269,    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, 2241, 1964,    0,
-    0,    0,    0,    0,    0,    0,    0,    0, 2857, 2901,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,  107,    0,  360,   -1,   62, 3027,
- 3078,    0,    0, 2286, 2020,    0,    0,    0,    0,  -12,
-    0,    0,    0,    0,    0,    0,    0, 2415,    0,    0,
- 1251,    0,   82,  173,    0,    0,    0,    0,    0,    0,
-    0,  157,    0, 1661,    0,    0,  178,    0, 2150,    0,
- 3927, 3027, 3958,    0,    0, 2415,    0, 2537,  454, 2581,
-  548,    0,    0,    0, 3989, 3384, 3425, 3461, 3122, 3163,
- 2636,    0, 3497, 3533,    0,    0,    0,    0,    0,    0,
-    0,    0, 2680,    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,  163,  882,
-    0,  178,    0, 2415,    0,    2,    0,  107,    0,  107,
-    0,  175,    0,  175,    0,  165,    0,    0,    0,    0,
-    0,  180,    0,    0,    0,    0,    0,    0,    0, 2723,
-    0, 2985,    0,    0, 2785,   11,   14,   33,   59,  833,
-    0,    0,  -30, 4020, 4036, 3817, 3850, 3275,    0, 1611,
- 4179, 4114, 4098, 3894, 3569, 3646,    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,  168,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,  178,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,  107,  107,  175,
-    0,    0,  175,    0,  107,    0,    0,    0,    0,    0,
-    0,    0, 2462,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,  190,    0,  107,    0,    0,
-    0,    0,    0,    0,  175,    0,    0,    0,
-};
-short yygindex[] = {                                      0,
-    0,    0,    0,  148,  -13,  106,    0,    0,    0,  -91,
- -184,  452,  -11, 4373,  886,    0,    0,    0,    0,    0,
-  234,  -62, -173,  460,  -20,    0,    0,  174,    0, -131,
-    0,    0,    0,    0,
-};
-#define YYTABLESIZE 4657
-short yytable[] = {                                      65,
-  208,   68,  168,   79,  283,   20,   61,  213,  254,  268,
-   80,   23,  250,   80,   80,  255,  289,  206,  256,   95,
-   97,   99,  101,  170,   94,  181,   81,   80,   80,  110,
-  212,   96,   80,  115,  150,  261,  124,  157,  172,   13,
-   82,  263,   38,   98,  132,  100,   49,   90,  136,  267,
-  116,   16,  105,  209,   17,  169,  260,   13,  262,  106,
-   38,  239,   80,  272,  176,  168,  294,   61,  170,   16,
-  171,  102,   17,   14,  141,  306,   23,  307,  184,  148,
-  149,  188,  186,  190,  189,  192,  191,  194,  193,  308,
-  196,   14,  270,  237,  201,  309,  107,  150,  332,   15,
-  169,  173,   60,  273,  291,   60,   25,   23,  264,  265,
-   49,  143,  174,  316,   23,  323,  252,   15,  325,   60,
-   60,  257,  293,  175,  177,  314,   23,  214,   23,   23,
-  179,  182,  216,  217,  218,  219,  220,  221,  222,   25,
-  198,  205,   25,   25,   25,   78,   25,  149,   25,   25,
-  337,   25,  199,   18,   60,   21,  242,  243,  244,  245,
-  246,  247,  249,  207,  251,   25,  321,  322,  211,  259,
-   25,  258,  274,  327,   18,  269,  282,  280,   92,   93,
-  287,  288,  295,  296,   61,  302,  271,  312,  180,  326,
-  317,  290,  275,  277,  279,  318,  334,   25,  319,  281,
-  330,  331,  336,   19,   49,  168,  292,   18,  148,  149,
-   18,   18,   18,   37,   18,   35,   18,   18,  147,   18,
-  148,  145,  310,   13,  167,  285,   37,  286,  238,   25,
-   35,   25,   25,   18,  333,  148,  149,  150,   18,  148,
-  149,   80,   80,   80,   80,  298,   76,  299,  304,  300,
-  301,  148,  149,  303,    0,  151,  305,  186,  315,  152,
-  153,  154,  155,   80,   80,   18,  185,   80,    2,    0,
-  311,   23,  156,  158,  159,  160,  161,  329,  162,  163,
-    0,    0,  164,  148,  149,  165,  166,  167,  148,  149,
-  324,    0,  328,    0,  148,  149,    0,   18,    0,   18,
-   18,   39,  148,  149,   39,   39,   39,    0,   39,    0,
-   39,   39,    0,   39,   68,    0,  148,  149,  335,  148,
-  149,    0,  338,  144,  145,  146,  147,   39,  148,  149,
-  148,  149,   39,   60,   60,   60,   60,    0,    0,  148,
-  149,    0,  148,  149,    0,  148,  149,    0,  148,  149,
-    0,  148,  149,  148,  149,   60,   60,  148,  149,   39,
-  148,  149,   25,   25,   25,   25,   25,   25,    0,   25,
-   25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
-   25,   25,  148,  149,    0,   25,   25,    0,   25,   25,
-   25,   39,  148,  149,   39,   25,   25,   25,   25,   25,
-   57,  154,   25,   25,  168,   84,    0,  148,  149,   25,
-   85,    0,    0,   25,    0,   25,   25,    0,   57,  163,
-    0,    0,  164,  148,  149,  165,  166,  167,    0,    0,
-   18,   18,   18,   18,   18,   18,  150,   18,   18,   18,
-   18,   18,   18,   18,   18,   18,   18,   18,   18,   18,
-    0,    0,   57,   18,   18,    0,   18,   18,   18,  148,
-  149,    0,    0,   18,   18,   18,   18,   18,    0,    0,
-   18,   18,  168,    0,    0,    0,    0,   18,  148,  149,
-    0,   18,  168,   18,   18,   89,  156,    0,    0,  156,
-  156,  156,    0,  156,  143,  156,  156,  143,  156,  118,
-  120,  108,    0,    0,  150,    0,  117,    0,  123,    0,
-    0,  143,  143,    0,  150,  253,  143,  156,    0,    0,
-  137,  138,  139,  140,   39,   39,   39,   39,   39,   39,
-    0,   39,   39,   39,    0,    0,    0,   39,    0,  120,
-   39,   39,   39,   39,  143,    0,  143,   39,   39,    0,
-   39,   39,   39,  157,    0,    0,    0,   39,   39,   39,
-   39,   39,  168,    0,   39,   39,  204,  120,    4,    5,
-    6,   39,    7,    8,  210,   39,  143,   39,   39,  156,
-  157,  168,    0,  157,  157,  157,    0,  157,  102,  157,
-  157,  102,  157,    0,  150,    0,    0,    0,  152,  153,
-  154,  155,    0,    0,    0,  102,  102,    0,    0,    0,
-  102,  157,    0,  150,  160,  161,    0,  162,  163,    0,
-    0,  164,    0,    0,  165,  166,  167,    0,    0,    0,
-  120,   57,   57,   57,   57,  120,    0,    0,    0,   51,
-  102,    0,   61,   63,   47,    0,   56,    0,   64,   59,
-    0,   58,    0,   57,   57,    0,    4,    5,    6,    0,
-    7,    8,    0,    0,    0,   57,  152,  153,  154,  155,
-   62,    0,    0,  157,    0,    0,  152,  153,  154,  155,
-  158,  159,  160,  161,    0,  162,  163,    0,    0,  164,
-    0,    0,  165,  166,  167,  162,  163,   60,    0,  164,
-    0,    0,  165,  166,  167,    0,    0,    0,    0,    0,
-  156,  156,  156,  156,  156,    0,  156,  156,  156,    0,
-    0,    0,  156,    0,    0,  143,  143,  143,  143,   23,
-    0,    0,   52,  156,  143,  156,  156,  156,  143,  143,
-  143,  143,  156,  156,  156,  156,  156,  143,  143,  156,
-  156,  143,  143,  143,  143,  143,  156,  143,  143,    0,
-  156,  143,  156,  156,  143,  143,  143,  168,    0,    0,
-    0,  151,    0,    0,    0,  152,  153,  154,  155,  164,
-    0,    0,  165,  166,  167,    0,    0,    0,  156,  158,
-  159,  160,  161,    0,  162,  163,    0,    0,  164,  150,
-    0,  165,  166,  167,  157,  157,  157,  157,  157,    0,
-  157,  157,  157,    0,    0,    0,  157,    0,    0,  102,
-  102,  102,  102,    0,    0,    0,    0,  157,  102,  157,
-  157,  157,  102,  102,  102,  102,  157,  157,  157,  157,
-  157,  102,  102,  157,  157,  102,  102,  102,  102,  102,
-  157,  102,  102,    0,  157,  102,  157,  157,  102,  102,
-  102,  168,   22,   24,   25,   26,   27,   28,    0,   29,
-   30,   31,    0,   56,    0,   32,   56,    0,   33,   34,
-   35,   36,    0,    0,    0,   37,   38,    0,   39,   40,
-   41,   56,    0,  150,    0,   42,   43,   44,   45,   46,
-    0,    0,   48,   49,    0,    0,    0,    0,    0,   50,
-   87,   87,    0,   53,   39,   54,   55,   39,   39,   39,
-    0,   39,  103,   39,   39,   56,   39,   87,  112,    0,
-    0,    0,   87,    0,  121,  144,  145,  146,  147,    0,
-   39,    0,    0,    0,    0,   39,   87,   87,   87,   87,
-    0,    0,    0,    0,    0,    0,    0,  148,  149,    0,
-    0,    0,    0,  154,  155,    0,    0,    0,    0,    0,
-   51,    0,   39,   61,   63,   47,    0,   56,    0,   64,
-   59,  163,   58,    0,  164,    0,    0,  165,  166,  167,
-    0,    0,  121,    0,    0,    0,    0,    0,    0,    0,
-    0,   62,    0,    0,   39,    0,    0,   39,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,   51,    0,   60,   61,
-   63,   47,    0,   56,    0,   64,   59,    0,   58,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,  240,    0,    0,    0,    0,   62,    0,    0,
-   23,    0,    0,   52,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,  163,    0,    0,  164,    0,
-    0,  165,  166,  167,   60,    0,    0,    0,    0,   51,
-    0,    0,   61,   63,   47,    0,   56,    0,   64,   59,
-    0,   58,    0,    0,   56,   56,   56,   56,    0,    0,
-    0,    0,    0,    0,    0,  114,   23,    0,    0,   52,
-   62,    0,    0,    0,    0,    0,   56,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,   39,   39,   39,
-   39,   39,   39,    0,   39,   39,   39,   60,    0,    0,
-   39,    0,    0,   39,   39,   39,   39,    0,    0,    0,
-   39,   39,    0,   39,   39,   39,    0,    0,    0,    0,
-   39,   39,   39,   39,   39,    0,    0,   39,   39,    0,
-  168,  157,   52,    0,   39,    0,    0,    0,   39,    0,
-   39,   39,    0,    0,  119,   25,   26,   27,   28,   85,
-   29,   30,   31,    0,    0,    0,   32,    0,    0,  168,
-  320,    0,  150,    0,    0,    0,    0,   38,    0,   39,
-   40,   41,    0,    0,    0,    0,   42,   43,   44,   45,
-   46,    0,  157,   48,   49,    0,    0,    0,    0,    0,
-   50,  150,    0,    0,   53,    0,   54,   55,    0,    0,
-  109,   25,   26,   27,   28,    0,   29,   30,   31,    0,
-  168,    0,   32,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,   38,    0,   39,   40,   41,    0,    0,
-    0,    0,   42,   43,   44,   45,   46,    0,    0,   48,
-   49,  135,  150,    0,  135,    0,   50,    0,    0,    0,
-   53,    0,   54,   55,    0,    0,    0,    0,  135,  135,
-    0,    0,    0,   24,   25,   26,   27,   28,  168,   29,
-   30,   31,    0,   51,    0,   32,   61,   63,   47,    0,
-   56,    0,   64,   59,    0,   58,   38,    0,   39,   40,
-   41,    0,    0,  135,    0,   42,   43,   44,   45,   46,
-  150,    0,   48,   49,   62,    0,    0,    0,    0,   50,
-    0,    0,    0,   53,    0,   54,   55,    0,    0,    0,
-    0,    0,    0,    0,  152,    0,  154,  155,    0,   51,
-    0,   60,   61,   63,   47,    0,   56,  131,   64,   59,
-    0,   58,    0,  162,  163,    0,    0,  164,    0,  151,
-  165,  166,  167,  152,  153,  154,  155,    0,    0,    0,
-   62,    0,    0,   23,    0,    0,   52,  158,  159,  160,
-  161,    0,  162,  163,    0,    0,  164,    0,    0,  165,
-  166,  167,    0,    0,    0,   51,    0,   60,   61,   63,
-   47,    0,   56,    0,   64,   59,    0,   58,    0,    0,
-  151,    0,    0,    0,  152,  153,  154,  155,    0,    0,
-    0,    0,    0,    0,    0,    0,   62,  156,  158,  159,
-  160,  161,   52,  162,  163,    0,    0,  164,    0,    0,
-  165,  166,  167,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,   60,    0,  135,    0,    0,   51,    0,
-    0,   61,   63,   47,    0,   56,    0,   64,   59,    0,
-   58,    0,    0,    0,  154,  155,    0,    0,    0,    0,
-    0,    0,  135,  135,  135,  135,    0,    0,   52,   62,
-    0,  162,  163,    0,    0,  164,    0,    0,  165,  166,
-  167,    0,    0,    0,  135,  135,    0,   24,   25,   26,
-   27,   28,    0,   29,   30,   31,   60,    0,    0,   32,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-   38,    0,   39,   40,   41,    0,    0,    0,    0,   42,
-   43,   44,   45,   46,    0,    0,   48,   49,    0,    0,
-    0,   52,    0,   50,    0,    0,    0,   53,    0,   54,
-   55,    0,    0,   24,   25,   26,   27,   28,    0,   29,
-   30,   31,    0,  168,    0,   32,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,   38,    0,   39,   40,
-   41,    0,    0,    0,    0,   42,   43,   44,   45,   46,
-    0,    0,   48,   49,  168,  150,    0,    0,    0,   50,
-    0,   82,    0,   53,   82,   54,   55,    0,    0,   24,
-   25,   26,   27,   28,    0,   29,   30,   31,   82,   82,
-    0,   32,    0,   82,    0,    0,  150,    0,    0,    0,
-    0,    0,   38,    0,   39,   40,   41,    0,    0,    0,
-    0,   42,   43,   44,   45,   46,    0,    0,   48,   49,
-    0,  130,    0,   82,  130,   50,    0,    0,    0,   53,
-    0,   54,   55,    0,    0,    0,    0,    0,  130,  130,
-    0,   22,   24,   25,   26,   27,   28,    0,   29,   30,
-   31,    0,   51,    0,   32,   61,   63,   47,    0,   56,
-  200,   64,   59,    0,   58,   38,    0,   39,   40,   41,
-    0,    0,    0,  130,   42,   43,   44,   45,   46,    0,
-    0,   48,   49,   62,    0,    0,    0,    0,   50,    0,
-    0,    0,   53,    0,   54,   55,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,   51,    0,
-   60,   61,   63,   47,    0,   56,  248,   64,   59,    0,
-   58,    0,    0,    0,    0,    0,    0,  152,  153,  154,
-  155,    0,    0,    0,    0,    0,    0,    0,    0,   62,
-    0,    0,  159,  160,  161,   52,  162,  163,    0,    0,
-  164,    0,    0,  165,  166,  167,    0,    0,  152,  153,
-  154,  155,    0,    0,   51,    0,   60,   61,   63,   47,
-    0,   56,  276,   64,   59,  161,   58,  162,  163,    0,
-    0,  164,    0,    0,  165,  166,  167,    0,    0,    0,
-    0,    0,    0,    0,    0,   62,    0,    0,    0,    0,
-    0,   52,   82,   82,   82,   82,    0,    0,    0,    0,
-    0,   82,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,   60,    0,   82,   82,    0,   51,   82,   82,
-   61,   63,   47,    0,   56,  278,   64,   59,    0,   58,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,  130,  130,  130,  130,    0,   52,   62,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,  130,  130,   24,   25,   26,   27,
-   28,    0,   29,   30,   31,   60,    0,    0,   32,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,   38,
-    0,   39,   40,   41,    0,    0,    0,    0,   42,   43,
-   44,   45,   46,    0,    0,   48,   49,    0,    0,    0,
-   52,    0,   50,    0,  136,    0,   53,  136,   54,   55,
-    0,    0,   24,   25,   26,   27,   28,    0,   29,   30,
-   31,  136,  136,    0,   32,    0,  136,    0,    0,    0,
-    0,    0,    0,    0,    0,   38,    0,   39,   40,   41,
-    0,    0,    0,    0,   42,   43,   44,   45,   46,    0,
-    0,   48,   49,    0,  136,    0,  136,    0,   50,    0,
-  119,    0,   53,  119,   54,   55,    0,    0,   24,   25,
-   26,   27,   28,    0,   29,   30,   31,  119,  119,    0,
-   32,    0,  119,    0,    0,    0,  136,    0,    0,    0,
-    0,   38,    0,   39,   40,   41,    0,    0,    0,    0,
-   42,   43,   44,   45,   46,    0,    0,   48,   49,    0,
-  119,    0,  119,    0,   50,    0,    0,    0,   53,    0,
-   54,   55,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,   24,   25,   26,   27,   28,    0,   29,   30,   31,
-    0,   51,  119,   32,   61,   63,   47,    0,   56,    0,
-   64,   59,    0,   58,   38,    0,   39,   40,   41,    0,
-    0,    0,    0,   42,   43,   44,   45,   46,    0,    0,
-   48,   49,   62,    0,    0,    0,    0,   50,    0,    0,
-    0,   53,    0,   54,   55,    0,    0,    0,    0,    0,
-  143,    0,    0,  143,    0,    0,    0,    0,    0,   60,
-    0,    0,    0,    0,    0,    0,    0,  143,  143,    0,
-    0,    0,  143,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,   52,  136,  136,  136,  136,    0,
-  143,    0,  143,    0,  136,    0,    0,    0,  136,  136,
-  136,  136,    0,    0,    0,    0,    0,  136,  136,    0,
-    0,  136,  136,  136,  136,  136,    0,  136,  136,    0,
-    0,  136,  143,    0,  136,  136,  136,    0,    0,    0,
-    0,  129,    0,    0,  129,    0,    0,    0,    0,    0,
-    0,  119,  119,  119,  119,    0,    0,    0,  129,  129,
-  119,    0,    0,  129,  119,  119,  119,  119,    0,    0,
-    0,    0,    0,  119,  119,    0,    0,  119,  119,  119,
-  119,  119,    0,  119,  119,    0,  104,  119,    0,  104,
-  119,  119,  119,  129,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,  104,  104,    0,    0,    0,  104,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,  129,    0,   24,   25,   26,   27,   28,
-    0,   29,   30,   31,    0,    0,  104,   32,  104,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,   38,    0,
-   39,   40,   41,    0,    0,    0,    0,   42,   43,   44,
-   45,   46,    0,    0,   48,   49,    0,    0,    0,    0,
-    0,   50,    0,    0,    0,   53,    0,   54,   55,    0,
-    0,  143,  143,  143,  143,    0,    0,    0,    0,    0,
-  143,    0,    0,    0,  143,  143,  143,  143,    0,    0,
-    0,    0,    0,  143,  143,    0,    0,  143,  143,  143,
-  143,  143,    0,  143,  143,  145,    0,  143,  145,    0,
-  143,  143,  143,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,  145,  145,    0,    0,    0,  145,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,   83,    0,    0,   83,    0,  145,    0,    0,
-    0,    0,  129,  129,  129,  129,    0,    0,    0,   83,
-   83,  129,    0,    0,    0,  129,  129,  129,  129,    0,
-    0,    0,    0,    0,  129,  129,    0,  145,  129,  129,
-  129,  129,  129,    0,  129,  129,    0,    0,  129,    0,
-    0,  129,  129,  129,   83,    0,    0,  104,  104,  104,
-  104,    0,    0,    0,    0,    0,  104,    0,    0,    0,
-  104,  104,  104,  104,    0,    0,    0,  131,    0,  104,
-  104,    0,    0,  104,  104,  104,  104,  104,    0,  104,
-  104,    0,    0,  104,  131,  131,  104,  104,  104,  131,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,  146,    0,    0,    0,    0,    0,  131,    0,  131,
-    0,    0,    0,    0,    0,    0,    0,    0,  146,  146,
-    0,    0,    0,  146,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,  131,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,  146,    0,  146,    0,    0,   96,    0,    0,   96,
-    0,    0,    0,    0,    0,    0,  145,  145,  145,  145,
-    0,    0,    0,   96,   96,  145,    0,    0,   96,  145,
-  145,  145,  145,  146,    0,    0,    0,    0,  145,  145,
-    0,    0,  145,  145,  145,  145,  145,    0,  145,  145,
-   58,    0,  145,   58,    0,  145,  145,  145,   96,    0,
-    0,    0,    0,   83,   83,   83,   83,   58,   58,    0,
-    0,    0,   58,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,   83,   83,    0,   96,   83,
-    0,    0,    0,   61,    0,    0,    0,    0,    0,    0,
-    0,    0,   58,    0,    0,    0,    0,    0,    0,    0,
-   61,   61,    0,    0,    0,   61,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,   58,    0,    0,    0,    0,    0,  131,  131,
-  131,  131,    0,   61,    0,   61,    0,  131,    0,    0,
-    0,  131,  131,  131,  131,   59,    0,    0,   59,    0,
-  131,  131,    0,    0,  131,  131,  131,  131,  131,    0,
-  131,  131,   59,   59,  131,   61,    0,  131,  131,  131,
-    0,    0,  146,  146,  146,  146,    0,    0,    0,    0,
-    0,  146,    0,    0,    0,  146,  146,  146,  146,    0,
-    0,    0,    0,    0,  146,  146,    0,   59,  146,  146,
-  146,  146,  146,    0,  146,  146,    0,    0,  146,    0,
-    0,  146,  146,  146,    0,    0,    0,  145,    0,    0,
-  145,    0,    0,    0,    0,    0,    0,   96,   96,   96,
-   96,    0,    0,    0,  145,  145,   96,    0,    0,  145,
-   96,   96,   96,   96,    0,    0,    0,    0,    0,   96,
-   96,    0,    0,   96,   96,   96,   96,   96,    0,   96,
-   96,  132,    0,   96,  132,    0,   96,   96,   96,  145,
-    0,   58,   58,   58,   58,    0,    0,    0,  132,  132,
-   58,    0,    0,  132,   58,   58,   58,   58,    0,    0,
-    0,    0,    0,   58,   58,    0,    0,   58,   58,   58,
-   58,   58,    0,   58,   58,    0,    0,   58,    0,    0,
-   58,   58,   58,  132,   61,   61,   61,   61,    0,  284,
-    0,    0,    0,   61,  157,    0,    0,   61,   61,   61,
-   61,    0,    0,    0,    0,    0,   61,   61,    0,    0,
-   61,   61,   61,   61,   61,   95,   61,   61,   95,    0,
-   61,    0,  168,   61,   61,   61,    0,    0,    0,    0,
-    0,    0,   95,   95,    0,    0,    0,   95,    0,    0,
-    0,    0,    0,    0,    0,    0,   59,   59,   59,   59,
-    0,    0,    0,    0,  150,    0,    0,  102,    0,    0,
-  102,    0,    0,    0,    0,    0,    0,   95,   59,   59,
-    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,   95,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,  109,  102,
-    0,  109,    0,    0,    0,    0,    0,    0,  145,  145,
-  145,  145,    0,    0,    0,  109,  109,  145,    0,    0,
-  109,  145,  145,  145,  145,    0,    0,    0,    0,    0,
-  145,  145,    0,    0,  145,  145,  145,  145,  145,    0,
-  145,  145,   92,    0,  145,   92,    0,  145,  145,  145,
-  109,    0,  132,  132,  132,  132,    0,    0,    0,   92,
-   92,  132,    0,    0,   92,  132,  132,  132,  132,    0,
-    0,    0,    0,    0,  132,  132,    0,    0,  132,  132,
-  132,  132,  132,   93,  132,  132,   93,    0,  132,    0,
-    0,  132,  132,  132,   92,    0,    0,    0,    0,    0,
-   93,   93,  151,    0,    0,   93,  152,  153,  154,  155,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,  156,
-  158,  159,  160,  161,    0,  162,  163,    0,    0,  164,
-    0,    0,  165,  166,  167,   93,   95,   95,   95,   95,
-    0,    0,    0,    0,    0,   95,    0,    0,    0,   95,
-   95,   95,   95,    0,    0,    0,    0,    0,   95,   95,
-    0,    0,   95,   95,   95,   95,   95,    0,   95,   95,
-    0,    0,   95,    0,    0,   95,   95,   95,  102,  102,
-  102,  102,    0,    0,    0,    0,    0,  102,    0,    0,
-    0,  102,  102,  102,  102,   71,    0,    0,   71,    0,
-  102,  102,    0,    0,  102,  102,  102,  102,  102,    0,
-  102,  102,   71,   71,  102,    0,    0,  102,  102,  102,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,  109,
-  109,  109,  109,    0,    0,    0,    0,    0,  109,    0,
-    0,    0,  109,  109,  109,  109,    0,   71,    0,    0,
-    0,  109,  109,    0,    0,  109,  109,  109,  109,  109,
-    0,  109,  109,    0,    0,  109,    0,    0,  109,  109,
-  109,    0,    0,   92,   92,   92,   92,    0,    0,    0,
-    0,    0,   92,    0,    0,    0,   92,   92,   92,   92,
-    0,    0,    0,    0,    0,   92,   92,    0,    0,   92,
-   92,   92,   92,   92,   87,   92,   92,   87,    0,   92,
-    0,    0,    0,    0,   93,   93,   93,   93,    0,    0,
-    0,   87,   87,   93,    0,    0,   87,   93,   93,   93,
-   93,    0,    0,    0,    0,    0,   93,   93,    0,    0,
-   93,   93,   93,   93,   93,   88,   93,   93,   88,    0,
-   93,    0,    0,    0,    0,    0,   87,    0,    0,    0,
-    0,    0,   88,   88,    0,    0,    0,   88,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,   89,    0,    0,   89,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,   88,   89,   89,
-    0,    0,    0,   89,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,   85,    0,    0,
-   85,    0,    0,    0,    0,    0,   71,   71,   71,   71,
-    0,    0,    0,   89,   85,   85,    0,    0,    0,   85,
-    0,    0,    0,    0,    0,    0,    0,    0,   71,   71,
-    0,    0,    0,   86,    0,    0,   86,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,   85,
-   86,   86,    0,    0,    0,   86,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,   84,
-    0,    0,   84,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,   86,   84,   84,    0,    0,
-    0,   84,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,   87,   87,   87,   87,    0,
-    0,   84,    0,    0,   87,    0,    0,    0,   87,   87,
-   87,   87,    0,    0,    0,    0,    0,   87,   87,    0,
-    0,   87,   87,   87,   87,   87,   72,   87,   87,   72,
-    0,    0,    0,    0,    0,    0,   88,   88,   88,   88,
-    0,    0,    0,   72,   72,   88,    0,    0,   72,   88,
-   88,   88,   88,    0,    0,    0,    0,    0,   88,   88,
-    0,    0,   88,   88,   88,   88,   88,    0,   88,   88,
-    0,    0,   89,   89,   89,   89,    0,    0,   72,    0,
-    0,   89,    0,    0,    0,   89,   89,   89,   89,    0,
-    0,    0,    0,    0,   89,   89,    0,    0,   89,   89,
-   89,   89,   89,    0,   89,   89,    0,    0,   85,   85,
-   85,   85,    0,    0,    0,    0,    0,   85,    0,    0,
-    0,   85,   85,   85,   85,    0,    0,    0,    0,    0,
-   85,   85,    0,    0,   85,   85,   85,   85,   85,    0,
-   85,   85,    0,    0,   86,   86,   86,   86,    0,    0,
-    0,    0,    0,   86,    0,    0,    0,   86,   86,   86,
-   86,    0,    0,    0,    0,    0,   86,   86,    0,    0,
-   86,   86,   86,   86,   86,    0,   86,   86,    0,    0,
-   84,   84,   84,   84,    0,    0,    0,    0,    0,   84,
-    0,    0,    0,   84,   84,   84,   84,   73,    0,    0,
-   73,    0,   84,   84,    0,    0,   84,   84,   84,   84,
-   84,    0,   84,   84,   73,   73,    0,    0,    0,   73,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-   74,    0,    0,   74,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,   74,   74,   73,
-    0,    0,   74,    0,    0,    0,    0,   72,   72,   72,
-   72,    0,    0,    0,    0,    0,   72,    0,    0,    0,
-   72,   72,   72,   72,   75,    0,    0,   75,    0,   72,
-   72,    0,   74,   72,   72,   72,   72,   72,    0,   72,
-   72,   75,   75,    0,    0,    0,   75,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,  123,    0,    0,
-  123,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,  123,  123,   75,    0,    0,  123,
-    0,    0,    0,    0,    0,    0,    0,    0,   94,    0,
-    0,   94,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,   94,   94,    0,    0,  123,
-   94,    0,    0,    0,    0,    0,    0,    0,    0,  134,
-    0,    0,  134,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,  134,  134,    0,    0,
-   94,  134,    0,    0,    0,    0,    0,    0,    0,    0,
-   76,    0,    0,   76,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,   77,   76,   76,   77,
-    0,  134,   76,    0,    0,    0,    0,    0,   73,   73,
-   73,   73,    0,   77,   77,    0,    0,   73,   77,    0,
-    0,   73,   73,   73,   73,    0,    0,    0,    0,    0,
-   73,   73,   76,    0,   73,   73,   73,   73,   73,    0,
-   73,   74,   74,   74,   74,    0,    0,    0,   77,    0,
-   74,    0,    0,    0,   74,   74,    0,   74,   78,    0,
-    0,   78,    0,   74,   74,    0,    0,   74,   74,   74,
-   74,   74,    0,   74,   79,   78,   78,   79,    0,    0,
-   78,    0,    0,    0,    0,   75,   75,   75,   75,    0,
-    0,   79,   79,    0,   75,    0,   79,    0,   75,   75,
-    0,    0,    0,    0,    0,    0,    0,   75,   75,    0,
-   78,   75,   75,   75,   75,   75,    0,   75,  123,  123,
-  123,  123,    0,    0,    0,    0,   79,  123,    0,    0,
-    0,  123,  123,    0,    0,    0,    0,    0,    0,   81,
-  123,  123,   81,    0,  123,  123,  123,  123,  123,   94,
-   94,   94,   94,    0,    0,    0,   81,   81,   94,    0,
-    0,   81,   94,   94,    0,    0,    0,    0,    0,    0,
-    0,   94,   94,    0,    0,   94,   94,   94,   94,   94,
-  134,  134,  134,  134,    0,    0,    0,    0,    0,  134,
-    0,   81,    0,  134,  134,    0,    0,    0,    0,    0,
-    0,    0,  134,  134,    0,    0,  134,  134,  134,  134,
-  134,   76,   76,   76,   76,    0,    0,    0,    0,    0,
-   76,    0,    0,    0,    0,   76,    0,   77,   77,   77,
-   77,    0,    0,   76,   76,    0,   77,   76,   76,   76,
-   76,   76,    0,    0,    0,    0,    0,    0,    0,   77,
-   77,    0,    0,   77,   77,   77,   77,   77,    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,   78,
-   78,   78,   78,    0,    0,    0,    0,    0,   78,    0,
-    0,    0,    0,    0,    0,   79,   79,   79,   79,    0,
-    0,   78,   78,    0,   79,   78,   78,   78,   78,   78,
-    0,    0,   91,    0,    0,    0,    0,   79,   79,    0,
-  104,   79,   79,   79,   79,  111,  113,    0,    0,    0,
-    0,    0,  125,  126,  127,  128,  129,  130,    0,    0,
-  133,  134,    0,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
-   81,   81,   81,   81,    0,    0,    0,    0,    0,   81,
-    0,    0,  183,    0,    0,    0,    0,    0,    0,    0,
-    0,    0,   81,   81,    0,    0,   81,   81,   81,    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,  215,    0,    0,    0,    0,
-    0,    0,    0,  223,  224,  225,  226,  227,  228,  229,
-  230,  231,  232,  233,  234,  235,  236,    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,  297,    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,  313,
-};
-short yycheck[] = {                                      13,
-   59,   13,   91,   17,   59,   59,   36,   93,  182,  194,
-   41,  123,   59,   44,  257,   41,   59,   40,   44,   33,
-   34,   35,   36,   91,   40,   88,   59,   58,   59,   43,
-   41,   40,   63,   45,  123,   41,   50,   63,   91,   41,
-  257,   41,   41,   40,   56,   40,   59,   40,   60,   41,
-  257,   41,   40,  116,   41,  123,  188,   59,  190,   40,
-   59,   91,   93,   41,   78,   91,   41,   36,   91,   59,
-  123,   40,   59,   41,  278,   41,  123,   41,   92,  294,
-  295,   95,   94,   97,   96,   99,   98,  101,  100,   41,
-  102,   59,   41,  123,  106,   41,   40,  123,   41,   41,
-  123,  123,   41,   44,   59,   44,    0,  123,  276,  277,
-  123,   44,   40,  287,  123,  300,  179,   59,  303,   58,
-   59,  184,   59,   59,  260,   59,  123,  141,  123,  123,
-  257,   40,  144,  145,  146,  147,  148,  149,  150,   33,
-   40,   40,   36,   37,   38,  257,   40,  295,   42,   43,
-  335,   45,   41,    6,   93,    8,  168,  169,  170,  171,
-  172,  173,  174,  125,  178,   59,  298,  299,   91,   41,
-   64,  185,   41,  305,    0,   59,   91,  125,   31,   32,
-   40,   93,   59,   41,   36,   40,  198,  125,   83,   59,
-  125,   93,  204,  205,  206,  125,  328,   91,  125,  211,
-  125,   41,   41,  257,  123,   91,   93,   33,  294,  295,
-   36,   37,   38,   41,   40,   59,   42,   43,   41,   45,
-   41,   59,   93,   59,  313,  237,   59,  239,  258,  123,
-   41,  125,  126,   59,  326,  294,  295,  123,   64,  294,
-  295,  272,  273,  274,  275,  259,   13,  261,  269,  263,
-  264,  294,  295,  267,   -1,  281,  270,  269,   93,  285,
-  286,  287,  288,  294,  295,   91,   93,  298,    0,   -1,
-  282,  123,  298,  299,  300,  301,  302,   93,  304,  305,
-   -1,   -1,  308,  294,  295,  311,  312,  313,  294,  295,
-  302,   -1,  306,   -1,  294,  295,   -1,  123,   -1,  125,
-  126,   33,  294,  295,   36,   37,   38,   -1,   40,   -1,
-   42,   43,   -1,   45,  326,   -1,  294,  295,  332,  294,
-  295,   -1,  336,  272,  273,  274,  275,   59,  294,  295,
-  294,  295,   64,  272,  273,  274,  275,   -1,   -1,  294,
-  295,   -1,  294,  295,   -1,  294,  295,   -1,  294,  295,
-   -1,  294,  295,  294,  295,  294,  295,  294,  295,   91,
-  294,  295,  256,  257,  258,  259,  260,  261,   -1,  263,
-  264,  265,  266,  267,  268,  269,  270,  271,  272,  273,
-  274,  275,  294,  295,   -1,  279,  280,   -1,  282,  283,
-  284,  123,  294,  295,  126,  289,  290,  291,  292,  293,
-   41,  287,  296,  297,   91,  257,   -1,  294,  295,  303,
-  262,   -1,   -1,  307,   -1,  309,  310,   -1,   59,  305,
-   -1,   -1,  308,  294,  295,  311,  312,  313,   -1,   -1,
-  256,  257,  258,  259,  260,  261,  123,  263,  264,  265,
-  266,  267,  268,  269,  270,  271,  272,  273,  274,  275,
-   -1,   -1,   93,  279,  280,   -1,  282,  283,  284,  294,
-  295,   -1,   -1,  289,  290,  291,  292,  293,   -1,   -1,
-  296,  297,   91,   -1,   -1,   -1,   -1,  303,  294,  295,
-   -1,  307,   91,  309,  310,   26,   33,   -1,   -1,   36,
-   37,   38,   -1,   40,   41,   42,   43,   44,   45,   48,
-   49,   42,   -1,   -1,  123,   -1,   47,   -1,   49,   -1,
-   -1,   58,   59,   -1,  123,  125,   63,   64,   -1,   -1,
-   61,   62,   63,   64,  256,  257,  258,  259,  260,  261,
-   -1,  263,  264,  265,   -1,   -1,   -1,  269,   -1,   88,
-  272,  273,  274,  275,   91,   -1,   93,  279,  280,   -1,
-  282,  283,  284,   63,   -1,   -1,   -1,  289,  290,  291,
-  292,  293,   91,   -1,  296,  297,  107,  116,  266,  267,
-  268,  303,  270,  271,  123,  307,  123,  309,  310,  126,
-   33,   91,   -1,   36,   37,   38,   -1,   40,   41,   42,
-   43,   44,   45,   -1,  123,   -1,   -1,   -1,  285,  286,
-  287,  288,   -1,   -1,   -1,   58,   59,   -1,   -1,   -1,
-   63,   64,   -1,  123,  301,  302,   -1,  304,  305,   -1,
-   -1,  308,   -1,   -1,  311,  312,  313,   -1,   -1,   -1,
-  179,  272,  273,  274,  275,  184,   -1,   -1,   -1,   33,
-   93,   -1,   36,   37,   38,   -1,   40,   -1,   42,   43,
-   -1,   45,   -1,  294,  295,   -1,  266,  267,  268,   -1,
-  270,  271,   -1,   -1,   -1,   59,  285,  286,  287,  288,
-   64,   -1,   -1,  126,   -1,   -1,  285,  286,  287,  288,
-  299,  300,  301,  302,   -1,  304,  305,   -1,   -1,  308,
-   -1,   -1,  311,  312,  313,  304,  305,   91,   -1,  308,
-   -1,   -1,  311,  312,  313,   -1,   -1,   -1,   -1,   -1,
-  257,  258,  259,  260,  261,   -1,  263,  264,  265,   -1,
-   -1,   -1,  269,   -1,   -1,  272,  273,  274,  275,  123,
-   -1,   -1,  126,  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,   -1,
-  307,  308,  309,  310,  311,  312,  313,   91,   -1,   -1,
-   -1,  281,   -1,   -1,   -1,  285,  286,  287,  288,  308,
-   -1,   -1,  311,  312,  313,   -1,   -1,   -1,  298,  299,
-  300,  301,  302,   -1,  304,  305,   -1,   -1,  308,  123,
-   -1,  311,  312,  313,  257,  258,  259,  260,  261,   -1,
-  263,  264,  265,   -1,   -1,   -1,  269,   -1,   -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,   -1,  307,  308,  309,  310,  311,  312,
-  313,   91,  256,  257,  258,  259,  260,  261,   -1,  263,
-  264,  265,   -1,   41,   -1,  269,   44,   -1,  272,  273,
-  274,  275,   -1,   -1,   -1,  279,  280,   -1,  282,  283,
-  284,   59,   -1,  123,   -1,  289,  290,  291,  292,  293,
-   -1,   -1,  296,  297,   -1,   -1,   -1,   -1,   -1,  303,
-   25,   26,   -1,  307,   33,  309,  310,   36,   37,   38,
-   -1,   40,   37,   42,   43,   93,   45,   42,   43,   -1,
-   -1,   -1,   47,   -1,   49,  272,  273,  274,  275,   -1,
-   59,   -1,   -1,   -1,   -1,   64,   61,   62,   63,   64,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,
-   -1,   -1,   -1,  287,  288,   -1,   -1,   -1,   -1,   -1,
-   33,   -1,   91,   36,   37,   38,   -1,   40,   -1,   42,
-   43,  305,   45,   -1,  308,   -1,   -1,  311,  312,  313,
-   -1,   -1,  107,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   64,   -1,   -1,  123,   -1,   -1,  126,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -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,  167,   -1,   -1,   -1,   -1,   64,   -1,   -1,
-  123,   -1,   -1,  126,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,  305,   -1,   -1,  308,   -1,
-   -1,  311,  312,  313,   91,   -1,   -1,   -1,   -1,   33,
-   -1,   -1,   36,   37,   38,   -1,   40,   -1,   42,   43,
-   -1,   45,   -1,   -1,  272,  273,  274,  275,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   59,  123,   -1,   -1,  126,
-   64,   -1,   -1,   -1,   -1,   -1,  294,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,  256,  257,  258,
-  259,  260,  261,   -1,  263,  264,  265,   91,   -1,   -1,
-  269,   -1,   -1,  272,  273,  274,  275,   -1,   -1,   -1,
-  279,  280,   -1,  282,  283,  284,   -1,   -1,   -1,   -1,
-  289,  290,  291,  292,  293,   -1,   -1,  296,  297,   -1,
-   91,   63,  126,   -1,  303,   -1,   -1,   -1,  307,   -1,
-  309,  310,   -1,   -1,  257,  258,  259,  260,  261,  262,
-  263,  264,  265,   -1,   -1,   -1,  269,   -1,   -1,   91,
-   41,   -1,  123,   -1,   -1,   -1,   -1,  280,   -1,  282,
-  283,  284,   -1,   -1,   -1,   -1,  289,  290,  291,  292,
-  293,   -1,   63,  296,  297,   -1,   -1,   -1,   -1,   -1,
-  303,  123,   -1,   -1,  307,   -1,  309,  310,   -1,   -1,
-  257,  258,  259,  260,  261,   -1,  263,  264,  265,   -1,
-   91,   -1,  269,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,  280,   -1,  282,  283,  284,   -1,   -1,
-   -1,   -1,  289,  290,  291,  292,  293,   -1,   -1,  296,
-  297,   41,  123,   -1,   44,   -1,  303,   -1,   -1,   -1,
-  307,   -1,  309,  310,   -1,   -1,   -1,   -1,   58,   59,
-   -1,   -1,   -1,  257,  258,  259,  260,  261,   91,  263,
-  264,  265,   -1,   33,   -1,  269,   36,   37,   38,   -1,
-   40,   -1,   42,   43,   -1,   45,  280,   -1,  282,  283,
-  284,   -1,   -1,   93,   -1,  289,  290,  291,  292,  293,
-  123,   -1,  296,  297,   64,   -1,   -1,   -1,   -1,  303,
-   -1,   -1,   -1,  307,   -1,  309,  310,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,  285,   -1,  287,  288,   -1,   33,
-   -1,   91,   36,   37,   38,   -1,   40,   41,   42,   43,
-   -1,   45,   -1,  304,  305,   -1,   -1,  308,   -1,  281,
-  311,  312,  313,  285,  286,  287,  288,   -1,   -1,   -1,
-   64,   -1,   -1,  123,   -1,   -1,  126,  299,  300,  301,
-  302,   -1,  304,  305,   -1,   -1,  308,   -1,   -1,  311,
-  312,  313,   -1,   -1,   -1,   33,   -1,   91,   36,   37,
-   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,   -1,
-  281,   -1,   -1,   -1,  285,  286,  287,  288,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   64,  298,  299,  300,
-  301,  302,  126,  304,  305,   -1,   -1,  308,   -1,   -1,
-  311,  312,  313,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   91,   -1,   93,   -1,   -1,   33,   -1,
-   -1,   36,   37,   38,   -1,   40,   -1,   42,   43,   -1,
-   45,   -1,   -1,   -1,  287,  288,   -1,   -1,   -1,   -1,
-   -1,   -1,  272,  273,  274,  275,   -1,   -1,  126,   64,
-   -1,  304,  305,   -1,   -1,  308,   -1,   -1,  311,  312,
-  313,   -1,   -1,   -1,  294,  295,   -1,  257,  258,  259,
-  260,  261,   -1,  263,  264,  265,   91,   -1,   -1,  269,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-  280,   -1,  282,  283,  284,   -1,   -1,   -1,   -1,  289,
-  290,  291,  292,  293,   -1,   -1,  296,  297,   -1,   -1,
-   -1,  126,   -1,  303,   -1,   -1,   -1,  307,   -1,  309,
-  310,   -1,   -1,  257,  258,  259,  260,  261,   -1,  263,
-  264,  265,   -1,   91,   -1,  269,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,  280,   -1,  282,  283,
-  284,   -1,   -1,   -1,   -1,  289,  290,  291,  292,  293,
-   -1,   -1,  296,  297,   91,  123,   -1,   -1,   -1,  303,
-   -1,   41,   -1,  307,   44,  309,  310,   -1,   -1,  257,
-  258,  259,  260,  261,   -1,  263,  264,  265,   58,   59,
-   -1,  269,   -1,   63,   -1,   -1,  123,   -1,   -1,   -1,
-   -1,   -1,  280,   -1,  282,  283,  284,   -1,   -1,   -1,
-   -1,  289,  290,  291,  292,  293,   -1,   -1,  296,  297,
-   -1,   41,   -1,   93,   44,  303,   -1,   -1,   -1,  307,
-   -1,  309,  310,   -1,   -1,   -1,   -1,   -1,   58,   59,
-   -1,  256,  257,  258,  259,  260,  261,   -1,  263,  264,
-  265,   -1,   33,   -1,  269,   36,   37,   38,   -1,   40,
-   41,   42,   43,   -1,   45,  280,   -1,  282,  283,  284,
-   -1,   -1,   -1,   93,  289,  290,  291,  292,  293,   -1,
-   -1,  296,  297,   64,   -1,   -1,   -1,   -1,  303,   -1,
-   -1,   -1,  307,   -1,  309,  310,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,
-   91,   36,   37,   38,   -1,   40,   41,   42,   43,   -1,
-   45,   -1,   -1,   -1,   -1,   -1,   -1,  285,  286,  287,
-  288,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   64,
-   -1,   -1,  300,  301,  302,  126,  304,  305,   -1,   -1,
-  308,   -1,   -1,  311,  312,  313,   -1,   -1,  285,  286,
-  287,  288,   -1,   -1,   33,   -1,   91,   36,   37,   38,
-   -1,   40,   41,   42,   43,  302,   45,  304,  305,   -1,
-   -1,  308,   -1,   -1,  311,  312,  313,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   64,   -1,   -1,   -1,   -1,
-   -1,  126,  272,  273,  274,  275,   -1,   -1,   -1,   -1,
-   -1,  281,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   91,   -1,  294,  295,   -1,   33,  298,  299,
-   36,   37,   38,   -1,   40,   41,   42,   43,   -1,   45,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,  272,  273,  274,  275,   -1,  126,   64,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,  294,  295,  257,  258,  259,  260,
-  261,   -1,  263,  264,  265,   91,   -1,   -1,  269,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  280,
-   -1,  282,  283,  284,   -1,   -1,   -1,   -1,  289,  290,
-  291,  292,  293,   -1,   -1,  296,  297,   -1,   -1,   -1,
-  126,   -1,  303,   -1,   41,   -1,  307,   44,  309,  310,
-   -1,   -1,  257,  258,  259,  260,  261,   -1,  263,  264,
-  265,   58,   59,   -1,  269,   -1,   63,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,  280,   -1,  282,  283,  284,
-   -1,   -1,   -1,   -1,  289,  290,  291,  292,  293,   -1,
-   -1,  296,  297,   -1,   91,   -1,   93,   -1,  303,   -1,
-   41,   -1,  307,   44,  309,  310,   -1,   -1,  257,  258,
-  259,  260,  261,   -1,  263,  264,  265,   58,   59,   -1,
-  269,   -1,   63,   -1,   -1,   -1,  123,   -1,   -1,   -1,
-   -1,  280,   -1,  282,  283,  284,   -1,   -1,   -1,   -1,
-  289,  290,  291,  292,  293,   -1,   -1,  296,  297,   -1,
-   91,   -1,   93,   -1,  303,   -1,   -1,   -1,  307,   -1,
-  309,  310,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,  257,  258,  259,  260,  261,   -1,  263,  264,  265,
-   -1,   33,  123,  269,   36,   37,   38,   -1,   40,   -1,
-   42,   43,   -1,   45,  280,   -1,  282,  283,  284,   -1,
-   -1,   -1,   -1,  289,  290,  291,  292,  293,   -1,   -1,
-  296,  297,   64,   -1,   -1,   -1,   -1,  303,   -1,   -1,
-   -1,  307,   -1,  309,  310,   -1,   -1,   -1,   -1,   -1,
-   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   91,
-   -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,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,  126,  272,  273,  274,  275,   -1,
-   91,   -1,   93,   -1,  281,   -1,   -1,   -1,  285,  286,
-  287,  288,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,
-   -1,  298,  299,  300,  301,  302,   -1,  304,  305,   -1,
-   -1,  308,  123,   -1,  311,  312,  313,   -1,   -1,   -1,
-   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,
-   -1,  272,  273,  274,  275,   -1,   -1,   -1,   58,   59,
-  281,   -1,   -1,   63,  285,  286,  287,  288,   -1,   -1,
-   -1,   -1,   -1,  294,  295,   -1,   -1,  298,  299,  300,
-  301,  302,   -1,  304,  305,   -1,   41,  308,   -1,   44,
-  311,  312,  313,   93,   -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,   -1,   -1,  123,   -1,  257,  258,  259,  260,  261,
-   -1,  263,  264,  265,   -1,   -1,   91,  269,   93,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  280,   -1,
-  282,  283,  284,   -1,   -1,   -1,   -1,  289,  290,  291,
-  292,  293,   -1,   -1,  296,  297,   -1,   -1,   -1,   -1,
-   -1,  303,   -1,   -1,   -1,  307,   -1,  309,  310,   -1,
-   -1,  272,  273,  274,  275,   -1,   -1,   -1,   -1,   -1,
-  281,   -1,   -1,   -1,  285,  286,  287,  288,   -1,   -1,
-   -1,   -1,   -1,  294,  295,   -1,   -1,  298,  299,  300,
-  301,  302,   -1,  304,  305,   41,   -1,  308,   44,   -1,
-  311,  312,  313,   -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,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   41,   -1,   -1,   44,   -1,   93,   -1,   -1,
-   -1,   -1,  272,  273,  274,  275,   -1,   -1,   -1,   58,
-   59,  281,   -1,   -1,   -1,  285,  286,  287,  288,   -1,
-   -1,   -1,   -1,   -1,  294,  295,   -1,  123,  298,  299,
-  300,  301,  302,   -1,  304,  305,   -1,   -1,  308,   -1,
-   -1,  311,  312,  313,   93,   -1,   -1,  272,  273,  274,
-  275,   -1,   -1,   -1,   -1,   -1,  281,   -1,   -1,   -1,
-  285,  286,  287,  288,   -1,   -1,   -1,   41,   -1,  294,
-  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,  304,
-  305,   -1,   -1,  308,   58,   59,  311,  312,  313,   63,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   41,   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,
-   -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,   -1,   -1,   -1,  123,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   91,   -1,   93,   -1,   -1,   41,   -1,   -1,   44,
-   -1,   -1,   -1,   -1,   -1,   -1,  272,  273,  274,  275,
-   -1,   -1,   -1,   58,   59,  281,   -1,   -1,   63,  285,
-  286,  287,  288,  123,   -1,   -1,   -1,   -1,  294,  295,
-   -1,   -1,  298,  299,  300,  301,  302,   -1,  304,  305,
-   41,   -1,  308,   44,   -1,  311,  312,  313,   93,   -1,
-   -1,   -1,   -1,  272,  273,  274,  275,   58,   59,   -1,
-   -1,   -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,  123,  298,
-   -1,   -1,   -1,   41,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   93,   -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,   -1,   -1,
-   -1,   -1,  123,   -1,   -1,   -1,   -1,   -1,  272,  273,
-  274,  275,   -1,   91,   -1,   93,   -1,  281,   -1,   -1,
-   -1,  285,  286,  287,  288,   41,   -1,   -1,   44,   -1,
-  294,  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,
-  304,  305,   58,   59,  308,  123,   -1,  311,  312,  313,
-   -1,   -1,  272,  273,  274,  275,   -1,   -1,   -1,   -1,
-   -1,  281,   -1,   -1,   -1,  285,  286,  287,  288,   -1,
-   -1,   -1,   -1,   -1,  294,  295,   -1,   93,  298,  299,
-  300,  301,  302,   -1,  304,  305,   -1,   -1,  308,   -1,
-   -1,  311,  312,  313,   -1,   -1,   -1,   41,   -1,   -1,
-   44,   -1,   -1,   -1,   -1,   -1,   -1,  272,  273,  274,
-  275,   -1,   -1,   -1,   58,   59,  281,   -1,   -1,   63,
-  285,  286,  287,  288,   -1,   -1,   -1,   -1,   -1,  294,
-  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,  304,
-  305,   41,   -1,  308,   44,   -1,  311,  312,  313,   93,
-   -1,  272,  273,  274,  275,   -1,   -1,   -1,   58,   59,
-  281,   -1,   -1,   63,  285,  286,  287,  288,   -1,   -1,
-   -1,   -1,   -1,  294,  295,   -1,   -1,  298,  299,  300,
-  301,  302,   -1,  304,  305,   -1,   -1,  308,   -1,   -1,
-  311,  312,  313,   93,  272,  273,  274,  275,   -1,   58,
-   -1,   -1,   -1,  281,   63,   -1,   -1,  285,  286,  287,
-  288,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,
-  298,  299,  300,  301,  302,   41,  304,  305,   44,   -1,
-  308,   -1,   91,  311,  312,  313,   -1,   -1,   -1,   -1,
-   -1,   -1,   58,   59,   -1,   -1,   -1,   63,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,  272,  273,  274,  275,
-   -1,   -1,   -1,   -1,  123,   -1,   -1,   41,   -1,   -1,
-   44,   -1,   -1,   -1,   -1,   -1,   -1,   93,  294,  295,
-   -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,  123,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   93,
-   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,  272,  273,
-  274,  275,   -1,   -1,   -1,   58,   59,  281,   -1,   -1,
-   63,  285,  286,  287,  288,   -1,   -1,   -1,   -1,   -1,
-  294,  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,
-  304,  305,   41,   -1,  308,   44,   -1,  311,  312,  313,
-   93,   -1,  272,  273,  274,  275,   -1,   -1,   -1,   58,
-   59,  281,   -1,   -1,   63,  285,  286,  287,  288,   -1,
-   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,  298,  299,
-  300,  301,  302,   41,  304,  305,   44,   -1,  308,   -1,
-   -1,  311,  312,  313,   93,   -1,   -1,   -1,   -1,   -1,
-   58,   59,  281,   -1,   -1,   63,  285,  286,  287,  288,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  298,
-  299,  300,  301,  302,   -1,  304,  305,   -1,   -1,  308,
-   -1,   -1,  311,  312,  313,   93,  272,  273,  274,  275,
-   -1,   -1,   -1,   -1,   -1,  281,   -1,   -1,   -1,  285,
-  286,  287,  288,   -1,   -1,   -1,   -1,   -1,  294,  295,
-   -1,   -1,  298,  299,  300,  301,  302,   -1,  304,  305,
-   -1,   -1,  308,   -1,   -1,  311,  312,  313,  272,  273,
-  274,  275,   -1,   -1,   -1,   -1,   -1,  281,   -1,   -1,
-   -1,  285,  286,  287,  288,   41,   -1,   -1,   44,   -1,
-  294,  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,
-  304,  305,   58,   59,  308,   -1,   -1,  311,  312,  313,
-   -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,   93,   -1,   -1,
-   -1,  294,  295,   -1,   -1,  298,  299,  300,  301,  302,
-   -1,  304,  305,   -1,   -1,  308,   -1,   -1,  311,  312,
-  313,   -1,   -1,  272,  273,  274,  275,   -1,   -1,   -1,
-   -1,   -1,  281,   -1,   -1,   -1,  285,  286,  287,  288,
-   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,  298,
-  299,  300,  301,  302,   41,  304,  305,   44,   -1,  308,
-   -1,   -1,   -1,   -1,  272,  273,  274,  275,   -1,   -1,
-   -1,   58,   59,  281,   -1,   -1,   63,  285,  286,  287,
-  288,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,
-  298,  299,  300,  301,  302,   41,  304,  305,   44,   -1,
-  308,   -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,
-   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   93,   58,   59,
-   -1,   -1,   -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
-   44,   -1,   -1,   -1,   -1,   -1,  272,  273,  274,  275,
-   -1,   -1,   -1,   93,   58,   59,   -1,   -1,   -1,   63,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  294,  295,
-   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   93,
-   58,   59,   -1,   -1,   -1,   63,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,
-   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   93,   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,   -1,   -1,  272,  273,  274,  275,   -1,
-   -1,   93,   -1,   -1,  281,   -1,   -1,   -1,  285,  286,
-  287,  288,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,
-   -1,  298,  299,  300,  301,  302,   41,  304,  305,   44,
-   -1,   -1,   -1,   -1,   -1,   -1,  272,  273,  274,  275,
-   -1,   -1,   -1,   58,   59,  281,   -1,   -1,   63,  285,
-  286,  287,  288,   -1,   -1,   -1,   -1,   -1,  294,  295,
-   -1,   -1,  298,  299,  300,  301,  302,   -1,  304,  305,
-   -1,   -1,  272,  273,  274,  275,   -1,   -1,   93,   -1,
-   -1,  281,   -1,   -1,   -1,  285,  286,  287,  288,   -1,
-   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,  298,  299,
-  300,  301,  302,   -1,  304,  305,   -1,   -1,  272,  273,
-  274,  275,   -1,   -1,   -1,   -1,   -1,  281,   -1,   -1,
-   -1,  285,  286,  287,  288,   -1,   -1,   -1,   -1,   -1,
-  294,  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,
-  304,  305,   -1,   -1,  272,  273,  274,  275,   -1,   -1,
-   -1,   -1,   -1,  281,   -1,   -1,   -1,  285,  286,  287,
-  288,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,   -1,
-  298,  299,  300,  301,  302,   -1,  304,  305,   -1,   -1,
-  272,  273,  274,  275,   -1,   -1,   -1,   -1,   -1,  281,
-   -1,   -1,   -1,  285,  286,  287,  288,   41,   -1,   -1,
-   44,   -1,  294,  295,   -1,   -1,  298,  299,  300,  301,
-  302,   -1,  304,  305,   58,   59,   -1,   -1,   -1,   63,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,   93,
-   -1,   -1,   63,   -1,   -1,   -1,   -1,  272,  273,  274,
-  275,   -1,   -1,   -1,   -1,   -1,  281,   -1,   -1,   -1,
-  285,  286,  287,  288,   41,   -1,   -1,   44,   -1,  294,
-  295,   -1,   93,  298,  299,  300,  301,  302,   -1,  304,
-  305,   58,   59,   -1,   -1,   -1,   63,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
-   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   58,   59,   93,   -1,   -1,   63,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,
-   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   -1,   93,
-   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,
-   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   -1,
-   93,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   41,   58,   59,   44,
-   -1,   93,   63,   -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,
-  294,  295,   93,   -1,  298,  299,  300,  301,  302,   -1,
-  304,  272,  273,  274,  275,   -1,   -1,   -1,   93,   -1,
-  281,   -1,   -1,   -1,  285,  286,   -1,  288,   41,   -1,
-   -1,   44,   -1,  294,  295,   -1,   -1,  298,  299,  300,
-  301,  302,   -1,  304,   41,   58,   59,   44,   -1,   -1,
-   63,   -1,   -1,   -1,   -1,  272,  273,  274,  275,   -1,
-   -1,   58,   59,   -1,  281,   -1,   63,   -1,  285,  286,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,  294,  295,   -1,
-   93,  298,  299,  300,  301,  302,   -1,  304,  272,  273,
-  274,  275,   -1,   -1,   -1,   -1,   93,  281,   -1,   -1,
-   -1,  285,  286,   -1,   -1,   -1,   -1,   -1,   -1,   41,
-  294,  295,   44,   -1,  298,  299,  300,  301,  302,  272,
-  273,  274,  275,   -1,   -1,   -1,   58,   59,  281,   -1,
-   -1,   63,  285,  286,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,  294,  295,   -1,   -1,  298,  299,  300,  301,  302,
-  272,  273,  274,  275,   -1,   -1,   -1,   -1,   -1,  281,
-   -1,   93,   -1,  285,  286,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,  294,  295,   -1,   -1,  298,  299,  300,  301,
-  302,  272,  273,  274,  275,   -1,   -1,   -1,   -1,   -1,
-  281,   -1,   -1,   -1,   -1,  286,   -1,  272,  273,  274,
-  275,   -1,   -1,  294,  295,   -1,  281,  298,  299,  300,
-  301,  302,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  294,
-  295,   -1,   -1,  298,  299,  300,  301,  302,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  272,
-  273,  274,  275,   -1,   -1,   -1,   -1,   -1,  281,   -1,
-   -1,   -1,   -1,   -1,   -1,  272,  273,  274,  275,   -1,
-   -1,  294,  295,   -1,  281,  298,  299,  300,  301,  302,
-   -1,   -1,   30,   -1,   -1,   -1,   -1,  294,  295,   -1,
-   38,  298,  299,  300,  301,   43,   44,   -1,   -1,   -1,
-   -1,   -1,   50,   51,   52,   53,   54,   55,   -1,   -1,
-   58,   59,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-  272,  273,  274,  275,   -1,   -1,   -1,   -1,   -1,  281,
-   -1,   -1,   90,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,  294,  295,   -1,   -1,  298,  299,  300,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,  143,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,  151,  152,  153,  154,  155,  156,  157,
-  158,  159,  160,  161,  162,  163,  164,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  256,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
-   -1,   -1,   -1,   -1,   -1,   -1,  284,
-};
-#define YYFINAL 1
-#ifndef YYDEBUG
-#define YYDEBUG 0
-#endif
-#define YYMAXTOKEN 313
-#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","LOCAL","HASHBRACK","NOAMP","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 :",
-"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 expr",
-"else :",
-"else : ELSE block",
-"else : ELSIF '(' expr ')' block else",
-"cond : IF '(' expr ')' block else",
-"cond : UNLESS '(' expr ')' block else",
-"cond : IF block block else",
-"cond : UNLESS block block else",
-"cont :",
-"cont : CONTINUE block",
-"loop : label WHILE '(' texpr ')' block cont",
-"loop : label UNTIL '(' expr ')' block cont",
-"loop : label WHILE block block cont",
-"loop : label UNTIL block block cont",
-"loop : label FOR scalar '(' expr ')' block cont",
-"loop : label FOR '(' expr ')' block cont",
-"loop : label FOR '(' nexpr ';' texpr ';' nexpr ')' block",
-"loop : label block cont",
-"nexpr :",
-"nexpr : sideff",
-"texpr :",
-"texpr : expr",
-"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 ','",
-"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 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 571 "perly.y"
- /* PROGRAM */
-#line 1388 "y.tab.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((char *)ysave->yyss);
-    if (ysave->yyvs) safefree((char *)ysave->yyvs);
-    yydebug    = ysave->oldyydebug;
-    yynerrs    = ysave->oldyynerrs;
-    yyerrflag  = ysave->oldyyerrflag;
-    yychar     = ysave->oldyychar;
-    yyval      = ysave->oldyyval;
-    yylval     = ysave->oldyylval;
-    safefree((char *)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;
+    dVAR;
+    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();
+
+    /* 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
 
-    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';
-    }
+
+    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;
+
+#ifdef PERL_MAD
+    if (PL_madskills)
+       return madparse();
 #endif
 
-    yynerrs = 0;
-    yyerrflag = 0;
-    yychar = (-1);
+    YYDPRINTF ((Perl_debug_log, "Starting parse\n"));
 
-    /*
-    ** 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;
+    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(YYINITDEPTH * sizeof(short));
+    yyvs_sv = newSV(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";
-            fprintf(Perl_debug_log, "yydebug: state %d, reading %d (%s)\n", yystate,
-                    yychar, yys);
-        }
+#ifdef DEBUGGING
+    yyns_sv = newSV(YYINITDEPTH * sizeof(char *));
+    SAVEFREESV(yyns_sv);
+    /* XXX This seems strange to cast char * to char ** */
+    yyns = (const char **) SvPVX(yyns_sv);
+    yynsp = yyns;
 #endif
+
+    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 (!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 = yysindex[yystate]) && (yyn += yychar) >= 0 &&
-            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
-    {
-#if YYDEBUG
-        if (yydebug)
-            fprintf(Perl_debug_log, "yydebug: state %d, shifting to state %d\n",
-                    yystate, yytable[yyn]);
+
+    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: "));
+#ifdef PERL_MAD
+       yychar = PL_madskills ? madlex() : yylex();
+#else
+       yychar = yylex();
 #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;
+#  ifdef EBCDIC
+       if (yychar >= 0 && yychar < 255) {
+           yychar = NATIVE_TO_ASCII(yychar);
+       }
+#  endif
     }
-    if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
-            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
-    {
-        yyn = yytable[yyn];
-        goto yyreduce;
+
+    if (yychar <= YYEOF) {
+       yychar = yytoken = YYEOF;
+       YYDPRINTF ((Perl_debug_log, "Now at end of input.\n"));
     }
-    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)
-                    fprintf(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)
-                    fprintf(Perl_debug_log,
-                       "yydebug: error recovery discarding state %d\n",
-                       *yyssp);
-#endif
-                if (yyssp <= yyss) goto yyabort;
-                --yyssp;
-                --yyvsp;
-            }
-        }
+    else {
+       yytoken = YYTRANSLATE (yychar);
+       YYDSYMPRINTF ("Next token is", yytoken, &yylval);
     }
-    else
-    {
-        if (yychar == 0) goto yyabort;
-#if YYDEBUG
-        if (yydebug)
-        {
-            yys = 0;
-            if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
-            if (!yys) yys = "illegal-symbol";
-            fprintf(Perl_debug_log,
-               "yydebug: state %d, error recovery discards token %d (%s)\n",
-               yystate, yychar, yys);
-        }
+
+    /* 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)
-        fprintf(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 84 "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 91 "perly.y"
-{ newPROG(yyvsp[0].opval); }
-break;
-case 3:
-#line 95 "perly.y"
-{ yyval.opval = block_end(yyvsp[-3].ival,yyvsp[-2].ival,yyvsp[-1].opval); }
-break;
-case 4:
-#line 99 "perly.y"
-{ yyval.ival = block_start(); }
-break;
-case 5:
-#line 103 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 6:
-#line 105 "perly.y"
-{ yyval.opval = yyvsp[-1].opval; }
-break;
-case 7:
-#line 107 "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 8:
-#line 114 "perly.y"
-{ yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); }
-break;
-case 10:
-#line 117 "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 11:
-#line 126 "perly.y"
-{ yyval.opval = newSTATEOP(0, yyvsp[-2].pval, yyvsp[-1].opval);
-                         expect = XSTATE; }
-break;
-case 12:
-#line 131 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 13:
-#line 133 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 14:
-#line 135 "perly.y"
-{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[0].opval, yyvsp[-2].opval); }
-break;
-case 15:
-#line 137 "perly.y"
-{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[0].opval, yyvsp[-2].opval); }
-break;
-case 16:
-#line 139 "perly.y"
-{ yyval.opval = newLOOPOP(OPf_PARENS, 1, scalar(yyvsp[0].opval), yyvsp[-2].opval); }
-break;
-case 17:
-#line 141 "perly.y"
-{ yyval.opval = newLOOPOP(OPf_PARENS, 1, invert(scalar(yyvsp[0].opval)), yyvsp[-2].opval);}
-break;
-case 18:
-#line 145 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 19:
-#line 147 "perly.y"
-{ yyval.opval = scope(yyvsp[0].opval); }
-break;
-case 20:
-#line 149 "perly.y"
-{ copline = yyvsp[-5].ival;
-                           yyval.opval = newSTATEOP(0, 0,
-                               newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval));
-                           hints |= HINT_BLOCK_SCOPE; }
-break;
-case 21:
-#line 156 "perly.y"
-{ copline = yyvsp[-5].ival;
-                           yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); }
-break;
-case 22:
-#line 159 "perly.y"
-{ copline = yyvsp[-5].ival;
-                           yyval.opval = newCONDOP(0,
-                               invert(scalar(yyvsp[-3].opval)), scope(yyvsp[-1].opval), yyvsp[0].opval); }
-break;
-case 23:
-#line 163 "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 24:
-#line 167 "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 25:
-#line 174 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 26:
-#line 176 "perly.y"
-{ yyval.opval = scope(yyvsp[0].opval); }
-break;
-case 27:
-#line 180 "perly.y"
-{ copline = yyvsp[-5].ival;
-                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
-                                   newWHILEOP(0, 1, (LOOP*)Nullop,
-                                       yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval) ); }
-break;
-case 28:
-#line 185 "perly.y"
-{ copline = yyvsp[-5].ival;
-                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
-                                   newWHILEOP(0, 1, (LOOP*)Nullop,
-                                       invert(scalar(yyvsp[-3].opval)), yyvsp[-1].opval, yyvsp[0].opval) ); }
-break;
-case 29:
-#line 190 "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 30:
-#line 195 "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 31:
-#line 200 "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 32:
-#line 203 "perly.y"
-{ yyval.opval = newFOROP(0, yyvsp[-6].pval, yyvsp[-5].ival, Nullop, yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval); }
-break;
-case 33:
-#line 206 "perly.y"
-{  copline = yyvsp[-8].ival;
-                           yyval.opval = append_elem(OP_LINESEQ,
-                                   newSTATEOP(0, yyvsp[-9].pval, scalar(yyvsp[-6].opval)),
-                                   newSTATEOP(0, yyvsp[-9].pval,
-                                       newWHILEOP(0, 1, (LOOP*)Nullop,
-                                           scalar(yyvsp[-4].opval), yyvsp[0].opval, scalar(yyvsp[-2].opval)) )); }
-break;
-case 34:
-#line 213 "perly.y"
-{ yyval.opval = newSTATEOP(0,
-                               yyvsp[-2].pval, newWHILEOP(0, 1, (LOOP*)Nullop,
-                                       Nullop, yyvsp[-1].opval, yyvsp[0].opval)); }
-break;
-case 35:
-#line 219 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 37:
-#line 224 "perly.y"
-{ (void)scan_num("1"); yyval.opval = yylval.opval; }
-break;
-case 39:
-#line 229 "perly.y"
-{ yyval.pval = Nullch; }
-break;
-case 41:
-#line 234 "perly.y"
-{ yyval.ival = 0; }
-break;
-case 42:
-#line 236 "perly.y"
-{ yyval.ival = 0; }
-break;
-case 43:
-#line 238 "perly.y"
-{ yyval.ival = 0; }
-break;
-case 44:
-#line 240 "perly.y"
-{ yyval.ival = 0; }
-break;
-case 45:
-#line 244 "perly.y"
-{ newFORM(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
-break;
-case 46:
-#line 246 "perly.y"
-{ newFORM(yyvsp[-1].ival, Nullop, yyvsp[0].opval); }
-break;
-case 47:
-#line 250 "perly.y"
-{ newSUB(yyvsp[-3].ival, yyvsp[-2].opval, yyvsp[-1].opval, yyvsp[0].opval); }
-break;
-case 48:
-#line 252 "perly.y"
-{ newSUB(yyvsp[-3].ival, yyvsp[-2].opval, yyvsp[-1].opval, Nullop); expect = XSTATE; }
-break;
-case 49:
-#line 256 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 51:
-#line 261 "perly.y"
-{ yyval.ival = start_subparse(); }
-break;
-case 52:
-#line 265 "perly.y"
-{ package(yyvsp[-1].opval); }
-break;
-case 53:
-#line 267 "perly.y"
-{ package(Nullop); }
-break;
-case 54:
-#line 271 "perly.y"
-{ utilize(yyvsp[-5].ival, yyvsp[-4].ival, yyvsp[-3].opval, yyvsp[-2].opval, yyvsp[-1].opval); }
-break;
-case 55:
-#line 275 "perly.y"
-{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 56:
-#line 277 "perly.y"
-{ yyval.opval = newLOGOP(yyvsp[-1].ival, 0, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 58:
-#line 282 "perly.y"
-{ yyval.opval = yyvsp[-1].opval; }
-break;
-case 59:
-#line 284 "perly.y"
-{ yyval.opval = append_elem(OP_LIST, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 61:
-#line 289 "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 62:
-#line 292 "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 63:
-#line 295 "perly.y"
-{ yyval.opval = convert(OP_ENTERSUB, OPf_STACKED,
-                               append_elem(OP_LIST,
-                                   prepend_elem(OP_LIST, yyvsp[-5].opval, yyvsp[-1].opval),
-                                   newUNOP(OP_METHOD, 0, yyvsp[-3].opval))); }
-break;
-case 64:
-#line 300 "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 65:
-#line 305 "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 66:
-#line 310 "perly.y"
-{ yyval.opval = convert(yyvsp[-1].ival, 0, yyvsp[0].opval); }
-break;
-case 67:
-#line 312 "perly.y"
-{ yyval.opval = convert(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
-break;
-case 68:
-#line 314 "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 71:
-#line 325 "perly.y"
-{ yyval.opval = newASSIGNOP(OPf_STACKED, yyvsp[-2].opval, yyvsp[-1].ival, yyvsp[0].opval); }
-break;
-case 72:
-#line 327 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 73:
-#line 329 "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 74:
-#line 333 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 75:
-#line 335 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 76:
-#line 337 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 77:
-#line 339 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 78:
-#line 341 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 79:
-#line 343 "perly.y"
-{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
-break;
-case 80:
-#line 345 "perly.y"
-{ yyval.opval = newRANGE(yyvsp[-1].ival, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval));}
-break;
-case 81:
-#line 347 "perly.y"
-{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 82:
-#line 349 "perly.y"
-{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 83:
-#line 351 "perly.y"
-{ yyval.opval = newCONDOP(0, yyvsp[-4].opval, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 84:
-#line 353 "perly.y"
-{ yyval.opval = bind_match(yyvsp[-1].ival, yyvsp[-2].opval, yyvsp[0].opval); }
-break;
-case 85:
-#line 356 "perly.y"
-{ yyval.opval = newUNOP(OP_NEGATE, 0, scalar(yyvsp[0].opval)); }
-break;
-case 86:
-#line 358 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 87:
-#line 360 "perly.y"
-{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
-break;
-case 88:
-#line 362 "perly.y"
-{ yyval.opval = newUNOP(OP_COMPLEMENT, 0, scalar(yyvsp[0].opval));}
-break;
-case 89:
-#line 364 "perly.y"
-{ yyval.opval = newUNOP(OP_REFGEN, 0, mod(yyvsp[0].opval,OP_REFGEN)); }
-break;
-case 90:
-#line 366 "perly.y"
-{ yyval.opval = newUNOP(OP_POSTINC, 0,
-                                       mod(scalar(yyvsp[-1].opval), OP_POSTINC)); }
-break;
-case 91:
-#line 369 "perly.y"
-{ yyval.opval = newUNOP(OP_POSTDEC, 0,
-                                       mod(scalar(yyvsp[-1].opval), OP_POSTDEC)); }
-break;
-case 92:
-#line 372 "perly.y"
-{ yyval.opval = newUNOP(OP_PREINC, 0,
-                                       mod(scalar(yyvsp[0].opval), OP_PREINC)); }
-break;
-case 93:
-#line 375 "perly.y"
-{ yyval.opval = newUNOP(OP_PREDEC, 0,
-                                       mod(scalar(yyvsp[0].opval), OP_PREDEC)); }
-break;
-case 94:
-#line 378 "perly.y"
-{ yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); }
-break;
-case 95:
-#line 380 "perly.y"
-{ yyval.opval = sawparens(yyvsp[-1].opval); }
-break;
-case 96:
-#line 382 "perly.y"
-{ yyval.opval = sawparens(newNULLLIST()); }
-break;
-case 97:
-#line 384 "perly.y"
-{ yyval.opval = newANONLIST(yyvsp[-1].opval); }
-break;
-case 98:
-#line 386 "perly.y"
-{ yyval.opval = newANONLIST(Nullop); }
-break;
-case 99:
-#line 388 "perly.y"
-{ yyval.opval = newANONHASH(yyvsp[-2].opval); }
-break;
-case 100:
-#line 390 "perly.y"
-{ yyval.opval = newANONHASH(Nullop); }
-break;
-case 101:
-#line 392 "perly.y"
-{ yyval.opval = newANONSUB(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
-break;
-case 102:
-#line 394 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 103:
-#line 396 "perly.y"
-{ yyval.opval = newBINOP(OP_GELEM, 0, newGVREF(0,yyvsp[-4].opval), yyvsp[-2].opval); }
-break;
-case 104:
-#line 398 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 105:
-#line 400 "perly.y"
-{ yyval.opval = newBINOP(OP_AELEM, 0, oopsAV(yyvsp[-3].opval), scalar(yyvsp[-1].opval)); }
-break;
-case 106:
-#line 402 "perly.y"
-{ yyval.opval = newBINOP(OP_AELEM, 0,
-                                       ref(newAVREF(yyvsp[-4].opval),OP_RV2AV),
-                                       scalar(yyvsp[-1].opval));}
-break;
-case 107:
-#line 406 "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 108:
-#line 410 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 109:
-#line 412 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 110:
-#line 414 "perly.y"
-{ yyval.opval = newUNOP(OP_AV2ARYLEN, 0, ref(yyvsp[0].opval, OP_AV2ARYLEN));}
-break;
-case 111:
-#line 416 "perly.y"
-{ yyval.opval = newBINOP(OP_HELEM, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval));
-                           expect = XOPERATOR; }
-break;
-case 112:
-#line 419 "perly.y"
-{ yyval.opval = newBINOP(OP_HELEM, 0,
-                                       ref(newHVREF(yyvsp[-5].opval),OP_RV2HV),
-                                       jmaybe(yyvsp[-2].opval));
-                           expect = XOPERATOR; }
-break;
-case 113:
-#line 424 "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 114:
-#line 429 "perly.y"
-{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, yyvsp[-4].opval); }
-break;
-case 115:
-#line 431 "perly.y"
-{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, Nullop); }
-break;
-case 116:
-#line 433 "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 117:
-#line 439 "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 118:
-#line 446 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 119:
-#line 448 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, 0, scalar(yyvsp[0].opval)); }
-break;
-case 120:
-#line 450 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED, scalar(yyvsp[-2].opval)); }
-break;
-case 121:
-#line 452 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED,
-                           append_elem(OP_LIST, yyvsp[-1].opval, scalar(yyvsp[-3].opval))); }
-break;
-case 122:
-#line 455 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED,
-                           append_elem(OP_LIST, yyvsp[0].opval, scalar(yyvsp[-1].opval))); }
-break;
-case 123:
-#line 458 "perly.y"
-{ yyval.opval = newUNOP(OP_DOFILE, 0, scalar(yyvsp[0].opval)); }
-break;
-case 124:
-#line 460 "perly.y"
-{ yyval.opval = newUNOP(OP_NULL, OPf_SPECIAL, scope(yyvsp[0].opval)); }
-break;
-case 125:
-#line 462 "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 126:
-#line 470 "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 127:
-#line 479 "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 128:
-#line 483 "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 129:
-#line 488 "perly.y"
-{ yyval.opval = newOP(yyvsp[0].ival, OPf_SPECIAL);
-                           hints |= HINT_BLOCK_SCOPE; }
-break;
-case 130:
-#line 491 "perly.y"
-{ yyval.opval = newLOOPEX(yyvsp[-1].ival,yyvsp[0].opval); }
-break;
-case 131:
-#line 493 "perly.y"
-{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
-break;
-case 132:
-#line 495 "perly.y"
-{ yyval.opval = newOP(yyvsp[0].ival, 0); }
-break;
-case 133:
-#line 497 "perly.y"
-{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
-break;
-case 134:
-#line 499 "perly.y"
-{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
-break;
-case 135:
-#line 501 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, OPf_STACKED,
-                           append_elem(OP_LIST, yyvsp[0].opval, scalar(yyvsp[-1].opval))); }
-break;
-case 136:
-#line 504 "perly.y"
-{ yyval.opval = newOP(yyvsp[0].ival, 0); }
-break;
-case 137:
-#line 506 "perly.y"
-{ yyval.opval = newOP(yyvsp[-2].ival, 0); }
-break;
-case 138:
-#line 508 "perly.y"
-{ yyval.opval = newUNOP(OP_ENTERSUB, 0,
-                               scalar(yyvsp[0].opval)); }
-break;
-case 139:
-#line 511 "perly.y"
-{ yyval.opval = newOP(yyvsp[-2].ival, OPf_SPECIAL); }
-break;
-case 140:
-#line 513 "perly.y"
-{ yyval.opval = newUNOP(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
-break;
-case 141:
-#line 515 "perly.y"
-{ yyval.opval = pmruntime(yyvsp[-3].opval, yyvsp[-1].opval, Nullop); }
-break;
-case 142:
-#line 517 "perly.y"
-{ yyval.opval = pmruntime(yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval); }
-break;
-case 145:
-#line 523 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 146:
-#line 525 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 147:
-#line 529 "perly.y"
-{ yyval.opval = Nullop; }
-break;
-case 148:
-#line 531 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-case 149:
-#line 533 "perly.y"
-{ yyval.opval = yyvsp[-1].opval; }
-break;
-case 150:
-#line 537 "perly.y"
-{ yyval.opval = newCVREF(yyvsp[-1].ival,yyvsp[0].opval); }
-break;
-case 151:
-#line 541 "perly.y"
-{ yyval.opval = newSVREF(yyvsp[0].opval); }
-break;
-case 152:
-#line 545 "perly.y"
-{ yyval.opval = newAVREF(yyvsp[0].opval); }
-break;
-case 153:
-#line 549 "perly.y"
-{ yyval.opval = newHVREF(yyvsp[0].opval); }
-break;
-case 154:
-#line 553 "perly.y"
-{ yyval.opval = newAVREF(yyvsp[0].opval); }
-break;
-case 155:
-#line 557 "perly.y"
-{ yyval.opval = newGVREF(0,yyvsp[0].opval); }
-break;
-case 156:
-#line 561 "perly.y"
-{ yyval.opval = scalar(yyvsp[0].opval); }
-break;
-case 157:
-#line 563 "perly.y"
-{ yyval.opval = scalar(yyvsp[0].opval);  }
-break;
-case 158:
-#line 565 "perly.y"
-{ yyval.opval = scope(yyvsp[0].opval); }
-break;
-case 159:
-#line 568 "perly.y"
-{ yyval.opval = yyvsp[0].opval; }
-break;
-#line 2230 "y.tab.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)
-            fprintf(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";
-                fprintf(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)
-        fprintf(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 ="<err>";
+#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:
+ */