perl 5.0 alpha 3
[p5sagit/p5-mst-13.2.git] / perly.c
diff --git a/perly.c b/perly.c
index b5c1465..2909353 100644 (file)
--- a/perly.c
+++ b/perly.c
-char rcsid[] = "$Header: perly.c,v 3.0.1.6 90/08/09 04:55:50 lwall Locked $\nPatch level: ###\n";
-/*
- *    Copyright (c) 1989, Larry Wall
- *
- *    You may distribute under the terms of the GNU General Public License
- *    as specified in the README file that comes with the perl 3.0 kit.
- *
- * $Log:       perly.c,v $
- * Revision 3.0.1.6  90/08/09  04:55:50  lwall
- * patch19: added -x switch to extract script from input trash
- * patch19: Added -c switch to do compilation only
- * patch19: added numeric interpretation of $]
- * patch19: added require operator
- * patch19: $0, %ENV, @ARGV were wrong in dumped script
- * patch19: . is now explicitly in @INC (and last)
- * 
- * Revision 3.0.1.5  90/03/27  16:20:57  lwall
- * patch16: MSDOS support
- * patch16: do FILE inside eval blows up
- * 
- * Revision 3.0.1.4  90/02/28  18:06:41  lwall
- * patch9: perl can now start up other interpreters scripts
- * patch9: nested evals clobbered their longjmp environment
- * patch9: eval could mistakenly return undef in array context
- * 
- * Revision 3.0.1.3  89/12/21  20:15:41  lwall
- * patch7: ANSI strerror() is now supported
- * patch7: errno may now be a macro with an lvalue
- * patch7: allowed setuid scripts to have a space after #!
- * 
- * Revision 3.0.1.2  89/11/17  15:34:42  lwall
- * patch5: fixed possible confusion about current effective gid
- * 
- * Revision 3.0.1.1  89/11/11  04:50:04  lwall
- * patch2: moved yydebug to where its type didn't matter
- * 
- * Revision 3.0  89/10/18  15:22:21  lwall
- * 3.0 baseline
- * 
- */
-
+#ifndef lint
+static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91";
+#endif
+#define YYBYACC 1
+#line 39 "perly.y"
 #include "EXTERN.h"
 #include "perl.h"
-#include "perly.h"
-#include "patchlevel.h"
-
-#ifdef IAMSUID
-#ifndef DOSUID
-#define DOSUID
-#endif
-#endif
 
-#ifdef SETUID_SCRIPTS_ARE_SECURE_NOW
-#ifdef DOSUID
-#undef DOSUID
+/*SUPPRESS 530*/
+/*SUPPRESS 593*/
+/*SUPPRESS 595*/
+
+#line 50 "perly.y"
+typedef union {
+    I32        ival;
+    char *pval;
+    OP *opval;
+    GV *gvval;
+} YYSTYPE;
+#line 21 "y.tab.c"
+#define WORD 257
+#define METHOD 258
+#define THING 259
+#define PMFUNC 260
+#define PRIVATEREF 261
+#define LABEL 262
+#define FORMAT 263
+#define SUB 264
+#define PACKAGE 265
+#define WHILE 266
+#define UNTIL 267
+#define IF 268
+#define UNLESS 269
+#define ELSE 270
+#define ELSIF 271
+#define CONTINUE 272
+#define FOR 273
+#define LOOPEX 274
+#define DOTDOT 275
+#define FUNC0 276
+#define FUNC1 277
+#define FUNC 278
+#define RELOP 279
+#define EQOP 280
+#define MULOP 281
+#define ADDOP 282
+#define DOLSHARP 283
+#define DO 284
+#define LOCAL 285
+#define DELETE 286
+#define HASHBRACK 287
+#define NOAMP 288
+#define LSTOP 289
+#define OROR 290
+#define ANDAND 291
+#define BITOROP 292
+#define BITANDOP 293
+#define UNIOP 294
+#define SHIFTOP 295
+#define MATCHOP 296
+#define ARROW 297
+#define UMINUS 298
+#define REFGEN 299
+#define POWOP 300
+#define PREINC 301
+#define PREDEC 302
+#define POSTINC 303
+#define POSTDEC 304
+#define YYERRCODE 256
+short yylhs[] = {                                        -1,
+   30,    0,    7,    3,    8,    8,    8,    9,    9,    9,
+    9,   23,   23,   23,   23,   23,   23,   13,   13,   13,
+   11,   11,   11,   11,   29,   29,   10,   10,   10,   10,
+   10,   10,   10,   10,   12,   12,   26,   26,   28,   28,
+    1,    1,    1,    2,    2,   31,   31,   32,   32,   14,
+   14,   27,   27,   27,   27,   27,   27,   27,   27,   15,
+   15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
+   15,   15,   15,   15,   15,   15,   15,   15,   15,   15,
+   15,   15,   16,   16,   16,   16,   16,   16,   16,   16,
+   16,   16,   16,   16,   16,   16,   16,   16,   16,   16,
+   16,   16,   16,   16,   16,   16,   16,   16,   16,   16,
+   16,   16,   16,   16,   16,   16,   16,   16,   16,   16,
+   16,   16,   16,   16,   16,   16,   16,   16,   16,   16,
+   16,   16,   16,   16,   16,   16,   16,   24,   24,   22,
+   17,   18,   19,   20,   21,   25,   25,   25,   25,    4,
+    4,    5,    5,    6,    6,
+};
+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,    3,    2,    3,    3,    3,    2,    3,
+    1,    3,    5,    4,    6,    6,    3,    2,    4,    3,
+    4,    4,    4,    4,    4,    4,    4,    4,    3,    3,
+    3,    3,    3,    3,    3,    3,    3,    3,    3,    5,
+    3,    1,    2,    2,    2,    2,    2,    2,    2,    2,
+    2,    2,    3,    2,    3,    2,    3,    3,    1,    1,
+    4,    5,    1,    1,    1,    5,    6,    6,    5,    4,
+    5,    6,    8,    1,    1,    3,    4,    3,    2,    2,
+    4,    5,    4,    5,    1,    2,    1,    2,    2,    1,
+    3,    3,    4,    4,    6,    1,    1,    0,    1,    2,
+    2,    2,    2,    2,    2,    1,    1,    1,    1,    2,
+    1,    2,    1,    3,    2,
+};
+short yydefred[] = {                                      1,
+    0,    5,    0,   40,    0,    0,    0,    6,   41,    7,
+    9,    0,   42,   43,    4,    0,   45,    0,    0,   49,
+   12,    0,    0,  114,    0,  149,    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,    0,    8,
+    0,    0,    0,    0,    0,  103,  105,  100,    0,    0,
+    0,  137,    5,   44,   47,   46,   48,  146,  148,  147,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  126,    0,    0,    0,  144,    0,  120,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   58,    0,
+  128,    0,    0,    0,    0,   90,   91,    0,    0,    0,
+    0,   96,    0,  140,  141,  142,  143,  145,    0,   34,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   88,   89,    0,    0,    0,    0,    0,   11,    0,    0,
+   57,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   36,    0,  131,  132,    0,    0,    0,
+    0,    0,    0,    0,   98,    0,    0,   97,  118,   52,
+    0,  151,    0,    0,    0,  153,   95,   26,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  116,    0,    0,    0,    3,  134,    0,    0,
+   29,    0,   30,    0,    0,    0,   23,    0,   24,    0,
+    0,    0,  133,   59,    0,  121,    0,  123,    0,    0,
+    0,    0,  155,    0,  150,    0,  152,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  101,    0,  110,  117,    0,   54,    0,    0,    0,    0,
+   19,    0,    0,    0,    0,    0,   53,  122,  124,    0,
+    0,  154,  109,    0,    0,    0,    0,  102,  106,  111,
+    0,  135,   27,   28,   21,    0,   22,    0,   32,    0,
+    0,  112,  108,  107,   56,   55,    0,    0,   31,    0,
+    0,    0,  113,   20,   33,
+};
+short yydgoto[] = {                                       1,
+    8,    9,   73,  194,  197,  188,   79,    3,   10,   11,
+   60,  172,  247,  108,   62,   63,   64,   65,   66,   67,
+   68,   69,  174,  109,   71,  164,   72,   12,  130,    2,
+   13,   14,
+};
+short yysindex[] = {                                      0,
+    0,    0,   20,    0, -122, -241,  -57,    0,    0,    0,
+    0,  606,    0,    0,    0,  -84,    0,  -32,   39,    0,
+    0,    0,  -33,    0,   19,    0,  -28,  -23,  -21,  -19,
+  169, -143,   77,   83,  107,  -33, 2774, 2835,  172,  884,
+ -108, 2835, 2835, 2835, 2835, 2835, 2835, 2835,  945,    0,
+ 2835, 2835,  992,  -33,  -33,  -33,  -33,  -33, -106,    0,
+  -14, 1210,  -59,  -60,  -58,    0,    0,    0,  143,  159,
+  -76,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+ 2835, 2835, 2835,  -84, 2835,  -84, 2835,  -84, 2835,  -84,
+ 1056,  194,    0,  201, 1262, 2835,    0,  209,    0,   -1,
+  -30,   -1,  223,  147,  139,   28, 2835,  231,    0, 1323,
+    0,   -1, -237, -237, -237,    0,    0,  182,  115, -237,
+ -237,    0,  -18,    0,    0,    0,    0,    0,  -84,    0,
+ 2835, 2835, 2835, 2835, 2835, 2835, 2835, 2835, 1370, 1434,
+ 2835, 2835, 1640, 1701, 1748, 1812, 2018, 2835, 2079,  -87,
+    0,    0, 2835, 2835, 2835, 2835, 2126,    0,  -92, -119,
+    0, 4249,  231,  245, -106,  141, -106,  217,  -44,  246,
+  -44,  233,  -36,    0, 2835,    0,    0,  257,  255, 1323,
+ 2190, 2396,  181, 2835,    0, 2457,  184,    0,    0,    0,
+ 2835,    0, 2504,  215, 2568,    0,    0,    0,  231,  231,
+  231,  231, 1210,  -89,   -1, -174, 2835,  -40, 2835, -236,
+ 1210,  409, 2835,  345, 2835,  376, 2835, -238, 2835,  382,
+ 2835, -247,   16, 2835,   16, 2835,  270, 2835,   68,  -16,
+   75,  -15,    0,  115,  271, 2835,    0,    0, 2835,  -84,
+    0,  -84,    0,  -84,  -84,  277,    0,  -84,    0, 2835,
+  -84,  115,    0,    0,  278,    0,  115,    0,  115, 2835,
+   96,  193,    0,   -4,    0, 2835,    0, 1210, 1210, 2835,
+ 1210, 1210, 1210, 1210, 1210, 1210,  116, 2835,    3,  196,
+    0,  199,    0,    0, 2835,    0, 4397, -106, -106,  -44,
+    0, 2835,  -44,  266, -106,  -84,    0,    0,    0,  136,
+  203,    0,    0,    4, 1102,  218,  303,    0,    0,    0,
+  304,    0,    0,    0,    0,  264,    0, 1056,    0, -106,
+  228,    0,    0,    0,    0,    0,  -84,  307,    0,  313,
+  -44,  -84,    0,    0,    0,
+};
+short yyrindex[] = {                                      0,
+    0,    0,  229,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,  496,    0,    0,    0,    0,    0,    0,    0,    0,
+    0, 2708, 2864,    0,    0,    0,    0,    0,    0,    0,
+    0, 2904, 2978,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   73,    0,
+   11,  363, 4373,  557, 3023,    0,    0,    0, 3161,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+ 2904,    0,  322,    0,    0,    0,    0,    0,    0,    0,
+  305,    0,    0,    0,    0,  324,    0, 3236,    0, 2284,
+ 3280, 3735,    0,    0,    0,    0, 2904, 3408,    0, 3449,
+    0, 3768, 4128, 4182, 4218,    0,    0, 3319,    0, 4284,
+ 4320,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,  678,
+    0,    0,   15,    0,  125,    0,  125,    0,  177,    0,
+  177,    0,  309,    0,    0,    0,    0,    0,    0,  324,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0, 3362,    0,    0,    0,    0,   79,   98,
+  128,  135,  860,  958, 3834, 3867,    0, 1906,    0, 1150,
+ 1575,    0,    0, 1021,    0, 4047,    0, 4005,    0, 3915,
+    0, 1528, 3577,    0, 3702,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0, 2904,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,  310,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0, 1953, 2331,    0,
+ 2667, 3620, 3907, 3931, 4037, 4063,    0,  324,    0,    0,
+    0,    0,    0,    0,  324,    0,    0,  125,  125,  177,
+    0,    0,  177,    0,  125,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   10,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,  325,    0,  125,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  177,    0,    0,    0,    0,
+};
+short yygindex[] = {                                      0,
+    0,    0,    0, -158,    0,    0,   -5,  298,    0,    0,
+    0,   55, -157,   -3, 4489,  520,  488,    0,    0,    0,
+    0,    0,  364,  216,  527,  127,    0,    0, -147,    0,
+    0,    0,
+};
+#define YYTABLESIZE 4759
+short yytable[] = {                                      17,
+   15,   20,   55,  228,  192,  237,   59,  193,   61,  182,
+   74,   83,   76,  249,  251,   18,   85,  241,   87,  243,
+   89,   84,   86,   88,   90,  195,   75,  135,  135,  135,
+  154,   99,  156,  139,  140,  226,  106,  111,   15,  135,
+  137,  138,  139,  140,  139,  119,  135,  135,  148,  123,
+   80,   13,  149,   80,  146,   38,  147,  148,   82,  148,
+  154,  149,  153,  149,  155,  151,  152,   80,   80,   13,
+   80,  186,   25,   38,  196,  284,  281,  283,  165,  163,
+  167,  166,  169,  168,  171,  170,  187,  173,  303,   15,
+   15,  178,  153,  296,   15,  308,  323,   77,  298,   15,
+  299,   15,   80,   15,  137,   25,  139,  140,   25,   25,
+   25,  135,   25,   93,   25,   25,   94,   25,  135,   16,
+  147,  148,   95,  198,   25,  149,  280,  199,  200,  201,
+  202,   25,  315,  282,   16,  317,   25,   16,   17,  135,
+  313,  314,    4,    5,    6,    7,   96,  319,  107,  229,
+  230,  231,  232,  234,  301,  192,   17,   25,  193,  135,
+   25,   25,   25,   25,   25,  129,   25,   25,   14,   25,
+  227,  252,  329,  334,  306,   15,   18,  257,  259,  135,
+  261,  242,  157,   25,  135,  235,   14,  264,   25,  137,
+  138,  139,  140,   15,  321,   25,  236,   25,   25,   19,
+  143,  144,  145,  146,   55,  147,  148,   55,   91,   18,
+  149,  103,   18,   18,   18,   25,   18,  158,   18,   18,
+  159,   18,  277,   78,  279,  245,  246,   26,    2,  131,
+  132,  133,  134,  175,  288,   18,  289,  150,  290,  291,
+   18,  176,  293,  151,  152,  295,  163,   25,  181,   25,
+   25,  131,  132,  133,  134,  148,  300,  244,   55,  149,
+  135,   39,  304,  185,   39,   39,   39,   18,   39,  184,
+   39,   39,  191,   39,  135,   80,   80,   80,   80,  139,
+  140,    4,    5,    6,    7,  240,  248,   39,  316,  135,
+  320,  250,   39,  147,  148,  254,  161,  253,  149,   18,
+  135,   18,   18,  260,  327,  266,   80,  135,  263,  278,
+  285,  179,   80,   80,   61,  149,  292,  302,  297,   39,
+  309,  331,  189,  310,  318,  190,  335,  322,   25,   25,
+   25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
+   25,   25,  324,  325,  326,   25,   25,  332,   25,   25,
+   25,   39,  330,  333,   39,   25,   25,   25,   25,   25,
+   25,   25,   37,   35,  138,   35,   25,   13,   37,  148,
+  160,   25,  328,   25,   25,   70,  294,    0,    0,    0,
+   25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
+   25,   25,   25,   25,    0,  255,    0,   25,   25,    0,
+   25,   25,   25,   51,    0,    0,   51,   25,   25,   25,
+   25,   25,   25,   25,    0,    0,    0,    0,   25,    0,
+   51,   51,    0,   25,    0,   25,   25,    0,    0,    0,
+    0,    0,   18,   18,   18,   18,   18,   18,   18,   18,
+   18,   18,   18,   18,   18,   18,    0,    0,    0,   18,
+   18,  286,   18,   18,   18,   51,    0,    0,    0,   18,
+   18,   18,   18,   18,   18,   18,  270,    0,    0,  141,
+   18,  142,    0,    0,    0,   18,    0,   18,   18,    0,
+    0,    0,    0,    0,   39,   39,   39,   39,   39,   39,
+    0,    0,    0,  307,   39,   39,   39,   39,    0,    0,
+  311,   39,   39,    0,   39,   39,   39,    0,    0,    0,
+   80,   39,   39,   39,   39,   39,   39,   39,   92,    0,
+    0,    0,   39,   80,  101,    0,  104,   39,  146,   39,
+   39,  146,  146,  146,    0,  146,  136,  146,  146,  136,
+  146,   80,   80,   80,   80,   80,    0,    0,    0,   81,
+    0,    0,    0,  136,  136,    0,  136,    0,  136,  146,
+    0,    0,   97,  113,  114,  115,  116,  117,  110,    0,
+  120,  121,    0,    0,    0,    0,    0,    0,    0,    0,
+  124,  125,  126,  127,  128,    0,  146,    0,  136,  147,
+  183,    0,  147,  147,  147,    0,  147,   99,  147,  147,
+   99,  147,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   99,   99,    0,   99,  146,   99,
+  147,  146,  180,  137,  138,  139,  140,    0,   51,   51,
+   51,   51,    0,    0,    0,  144,  145,  146,   44,  147,
+  148,   55,   57,   54,  149,   49,    0,   58,   52,   99,
+   51,    0,    0,    0,  137,  138,  139,  140,    0,   51,
+  137,  138,  139,  140,   50,   51,   51,  145,  146,   56,
+  147,  148,    0,    0,    0,  149,  147,  148,    0,    0,
+    0,  149,  147,  136,    0,    0,    0,  137,  138,  139,
+  140,    0,    0,    0,    0,    0,   53,    0,  143,  144,
+  145,  146,    0,  147,  148,    0,    0,    0,  149,    0,
+   39,    0,    0,   39,   39,   39,    0,   39,    0,   39,
+   39,    0,   39,    0,    0,    0,    0,    0,   15,    0,
+    0,   45,    0,    0,    0,    0,   39,    0,    0,    0,
+    0,   39,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  146,  146,  146,  146,  146,    0,    0,    0,
+    0,  136,  136,  136,  136,    0,    0,    0,   39,  146,
+  136,  146,  146,  146,  136,  136,  136,  136,  146,  146,
+  146,  146,  146,  146,  146,  136,  136,  136,  136,  146,
+  136,  136,  136,    0,  146,  136,  146,  146,  136,  136,
+   39,    0,    0,   39,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,  147,  147,  147,  147,  147,    0,    0,
+    0,    0,   99,   99,   99,   99,    0,    0,    0,    0,
+  147,   99,  147,  147,  147,   99,   99,   99,   99,  147,
+  147,  147,  147,  147,  147,  147,   99,   99,   99,   99,
+  147,   99,   99,   99,    0,  147,   99,  147,  147,   99,
+   99,   21,   22,   23,   24,   25,   26,    0,    0,    0,
+    0,   27,   28,   29,   30,    0,    0,    0,   31,   32,
+    0,   33,   34,   35,    0,    0,    0,    0,   36,   37,
+   38,   39,   40,   41,   42,    0,    0,    0,    0,   43,
+   50,    0,    0,   50,   46,    0,   47,   48,    0,    0,
+    0,    0,    0,    0,    0,    0,   44,   50,   50,   55,
+   57,   54,    0,   49,    0,   58,   52,    0,   51,    0,
+    0,    0,    0,   39,   39,   39,   39,   39,   39,    0,
+    0,    0,  105,   39,   39,   39,   39,   56,    0,    0,
+   39,   39,   50,   39,   39,   39,    0,    0,    0,    0,
+   39,   39,   39,   39,   39,   39,   39,    0,    0,    0,
+    0,   39,    0,    0,   53,    0,   39,   44,   39,   39,
+   55,   57,   54,    0,   49,  118,   58,   52,    0,   51,
+    0,    0,    0,    0,    0,    0,    0,    0,   77,    0,
+    0,   77,    0,    0,    0,    0,   15,    0,   56,   45,
+    0,    0,    0,    0,    0,   77,   77,    0,   77,    0,
+   77,    0,    0,    0,   44,    0,    0,   55,   57,   54,
+    0,   49,    0,   58,   52,   53,   51,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   77,    0,    0,    0,    0,   56,    0,    0,    0,    0,
+    0,   79,    0,    0,   79,    0,    0,   15,    0,    0,
+   45,    0,    0,    0,    0,    0,    0,    0,   79,   79,
+    0,   79,   53,   79,  122,    0,    0,    0,   44,    0,
+    0,   55,   57,   54,    0,   49,    0,   58,   52,    0,
+   51,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   79,   15,    0,    0,   45,    0,   56,
+    0,    0,    0,    0,    0,   50,   50,   50,   50,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   22,   23,   24,   25,   26,    0,   53,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   50,   32,    0,   33,
+   34,   35,   50,   50,  142,    0,   36,   37,   38,   39,
+   40,   41,   42,    0,    0,    0,    0,   43,   15,    0,
+    0,   45,   46,    0,   47,   48,    0,    0,    0,    0,
+   71,    0,    0,   71,    0,    0,    0,    0,    0,    0,
+    0,   22,   23,   24,   25,   26,    0,   71,   71,    0,
+   71,    0,   71,    0,    0,    0,    0,    0,   32,    0,
+   33,   34,   35,   77,   77,   77,   77,   36,   37,   38,
+   39,   40,   41,   42,    0,    0,    0,    0,   43,    0,
+    0,    0,   71,   46,    0,   47,   48,    0,   22,   23,
+   24,   25,   26,    0,   77,    0,    0,    0,    0,    0,
+   77,   77,    0,    0,    0,   32,    0,   33,   34,   35,
+  141,    0,  142,    0,   36,   37,   38,   39,   40,   41,
+   42,    0,    0,    0,    0,   43,   79,   79,   79,   79,
+   46,    0,   47,   48,   44,   79,    0,   55,   57,   54,
+    0,   49,  177,   58,   52,    0,   51,    0,    0,    0,
+   79,   21,   22,   23,   24,   25,   26,   79,    0,    0,
+    0,    0,    0,   79,   79,   56,    0,    0,    0,   32,
+    0,   33,   34,   35,    0,    0,    0,    0,   36,   37,
+   38,   39,   40,   41,   42,    0,    0,    0,    0,   43,
+    0,    0,   53,    0,   46,   44,   47,   48,   55,   57,
+   54,    0,   49,    0,   58,   52,    0,   51,    0,    0,
+    0,    0,    0,    0,    0,    0,  136,    0,    0,    0,
+  137,  138,  139,  140,   15,    0,   56,   45,    0,    0,
+    0,  143,  144,  145,  146,    0,  147,  148,    0,    0,
+    0,  149,   44,    0,    0,   55,   57,   54,    0,   49,
+    0,   58,   52,   53,   51,   71,   71,   71,   71,    0,
+    0,    0,    0,    0,   71,    0,    0,    0,   71,   71,
+  207,   71,    0,   56,    0,    0,    0,    0,    0,   71,
+   71,   71,   71,    0,   71,   15,   71,    0,   45,    0,
+    0,    0,   71,   71,    0,    0,    0,    0,    0,    0,
+   53,    0,    0,    0,    0,    0,   44,    0,    0,   55,
+   57,   54,    0,   49,    0,   58,   52,    0,   51,    0,
+    0,    0,    0,    0,  136,    0,    0,    0,  137,  138,
+  139,  140,   15,    0,  209,   45,    0,   56,    0,  143,
+  144,  145,  146,    0,  147,  148,    0,    0,    0,  149,
+    0,    0,    0,    0,    0,    0,    0,    0,   22,   23,
+   24,   25,   26,    0,   53,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   32,    0,   33,   34,   35,
+    0,    0,    0,    0,   36,   37,   38,   39,   40,   41,
+   42,    0,    0,    0,    0,   43,   15,    0,    0,   45,
+   46,    0,   47,   48,    0,    0,    0,    0,   72,    0,
+    0,   72,    0,    0,    0,    0,    0,    0,    0,   22,
+   23,   24,   25,   26,    0,   72,   72,    0,   72,    0,
+   72,    0,    0,    0,    0,    0,   32,    0,   33,   34,
+   35,    0,    0,    0,    0,   36,   37,   38,   39,   40,
+   41,   42,    0,    0,    0,   60,   43,    0,   60,  159,
+   72,   46,    0,   47,   48,    0,   22,   23,   24,   25,
+   26,    0,   60,   60,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   32,    0,   33,   34,   35,    0,    0,
+    0,    0,   36,   37,   38,   39,   40,   41,   42,    0,
+    0,    0,    0,   43,    0,    0,    0,   60,   46,    0,
+   47,   48,   44,    0,    0,   55,   57,   54,    0,   49,
+    0,   58,   52,    0,   51,    0,    0,    0,    0,    0,
+   22,   23,   24,   25,   26,    0,    0,    0,    0,    0,
+  213,    0,    0,   56,    0,    0,    0,   32,    0,   33,
+   34,   35,    0,    0,    0,    0,   36,   37,   38,   39,
+   40,   41,   42,    0,    0,    0,    0,   43,    0,    0,
+   53,    0,   46,   44,   47,   48,   55,   57,   54,    0,
+   49,    0,   58,   52,    0,   51,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,  215,   15,    0,   56,   45,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   44,    0,    0,   55,   57,   54,    0,   49,    0,   58,
+   52,   53,   51,   72,   72,   72,   72,    0,    0,    0,
+    0,    0,   72,    0,    0,    0,   72,   72,  217,    0,
+    0,   56,    0,    0,    0,    0,    0,   72,   72,   72,
+   72,    0,   72,   15,   72,    0,   45,    0,    0,    0,
+   72,   72,    0,    0,    0,    0,    0,    0,   53,    0,
+   60,   60,   60,   60,   44,    0,    0,   55,   57,   54,
+    0,   49,    0,   58,   52,    0,   51,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   15,   60,  219,   45,    0,   56,    0,   60,   60,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   22,   23,   24,   25,
+   26,    0,   53,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   32,    0,   33,   34,   35,    0,    0,
+    0,    0,   36,   37,   38,   39,   40,   41,   42,    0,
+    0,    0,    0,   43,   15,    0,    0,   45,   46,    0,
+   47,   48,    0,    0,    0,    0,   70,    0,    0,   70,
+    0,    0,    0,    0,    0,    0,    0,   22,   23,   24,
+   25,   26,    0,   70,   70,    0,   70,    0,   70,    0,
+    0,    0,    0,    0,   32,    0,   33,   34,   35,    0,
+    0,    0,    0,   36,   37,   38,   39,   40,   41,   42,
+    0,    0,    0,   62,   43,    0,   62,    0,   70,   46,
+    0,   47,   48,    0,   22,   23,   24,   25,   26,    0,
+   62,   62,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   32,    0,   33,   34,   35,    0,    0,    0,    0,
+   36,   37,   38,   39,   40,   41,   42,    0,    0,    0,
+    0,   43,    0,    0,    0,   62,   46,    0,   47,   48,
+   44,    0,    0,   55,   57,   54,    0,   49,    0,   58,
+   52,    0,   51,    0,    0,    0,    0,    0,   22,   23,
+   24,   25,   26,    0,    0,    0,    0,    0,  221,    0,
+    0,   56,    0,    0,    0,   32,    0,   33,   34,   35,
+    0,    0,    0,    0,   36,   37,   38,   39,   40,   41,
+   42,    0,    0,    0,    0,   43,    0,    0,   53,    0,
+   46,   44,   47,   48,   55,   57,   54,    0,   49,    0,
+   58,   52,    0,   51,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,  224,
+   15,    0,   56,   45,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   44,    0,
+    0,   55,   57,   54,    0,   49,  233,   58,   52,   53,
+   51,   70,   70,   70,   70,    0,    0,    0,    0,    0,
+   70,    0,    0,    0,   70,   70,   70,   70,    0,   56,
+    0,    0,    0,    0,    0,   70,   70,   70,   70,    0,
+   70,   15,   70,    0,   45,    0,    0,    0,   70,   70,
+    0,    0,    0,    0,    0,    0,   53,    0,   62,   62,
+   62,   62,   44,    0,    0,   55,   57,   54,    0,   49,
+  256,   58,   52,    0,   51,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   15,   62,
+    0,   45,    0,   56,    0,   62,   62,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   22,   23,   24,   25,   26,    0,
+   53,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   32,    0,   33,   34,   35,    0,    0,    0,    0,
+   36,   37,   38,   39,   40,   41,   42,    0,    0,    0,
+    0,   43,   15,    0,    0,   45,   46,    0,   47,   48,
+    0,    0,    0,    0,  119,    0,    0,  119,    0,    0,
+    0,    0,    0,    0,    0,   22,   23,   24,   25,   26,
+    0,  119,  119,    0,  119,    0,  119,    0,    0,    0,
+    0,    0,   32,    0,   33,   34,   35,    0,    0,    0,
+    0,   36,   37,   38,   39,   40,   41,   42,    0,    0,
+    0,   63,   43,    0,   63,    0,  119,   46,    0,   47,
+   48,    0,   22,   23,   24,   25,   26,    0,   63,   63,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,   32,
+    0,   33,   34,   35,    0,    0,    0,    0,   36,   37,
+   38,   39,   40,   41,   42,    0,    0,    0,    0,   43,
+    0,    0,    0,   63,   46,    0,   47,   48,   44,    0,
+    0,   55,   57,   54,    0,   49,  258,   58,   52,    0,
+   51,    0,    0,    0,    0,    0,   22,   23,   24,   25,
+   26,    0,    0,    0,    0,    0,    0,    0,    0,   56,
+    0,    0,    0,   32,    0,   33,   34,   35,    0,    0,
+    0,    0,   36,   37,   38,   39,   40,   41,   42,    0,
+    0,    0,    0,   43,    0,    0,   53,    0,   46,   44,
+   47,   48,   55,   57,   54,    0,   49,    0,   58,   52,
+    0,   51,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,  262,    0,    0,   15,    0,
+   56,   45,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   44,    0,    0,   55,
+   57,   54,    0,   49,  265,   58,   52,   53,   51,  119,
+  119,  119,  119,    0,    0,    0,    0,    0,  119,    0,
+    0,    0,  119,  119,    0,    0,    0,   56,    0,    0,
+    0,    0,    0,  119,  119,  119,  119,    0,    0,   15,
+  119,    0,   45,    0,    0,    0,  119,  119,    0,    0,
+    0,    0,    0,    0,   53,    0,   63,   63,   63,   63,
+   44,    0,    0,   55,   57,   54,    0,   49,    0,   58,
+   52,    0,   51,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   15,   63,    0,   45,
+    0,   56,    0,   63,   63,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   22,   23,   24,   25,   26,    0,   53,    0,
+  267,    0,    0,    0,    0,    0,    0,    0,    0,   32,
+    0,   33,   34,   35,    0,    0,    0,    0,   36,   37,
+   38,   39,   40,   41,   42,    0,    0,    0,    0,   43,
+   15,    0,    0,   45,   46,    0,   47,   48,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   68,    0,    0,
+   68,    0,    0,   22,   23,   24,   25,   26,    0,    0,
+    0,    0,    0,    0,   68,   68,    0,    0,    0,    0,
+   32,    0,   33,   34,   35,    0,    0,    0,    0,   36,
+   37,   38,   39,   40,   41,   42,    0,    0,  125,    0,
+   43,  125,    0,    0,    0,   46,    0,   47,   48,   68,
+   22,   23,   24,   25,   26,  125,  125,    0,  125,    0,
+  125,    0,    0,    0,    0,    0,    0,   32,    0,   33,
+   34,   35,    0,    0,    0,    0,   36,   37,   38,   39,
+   40,   41,   42,    0,    0,    0,    0,   43,    0,    0,
+  125,    0,   46,    0,   47,   48,   44,    0,    0,   55,
+   57,   54,    0,   49,    0,   58,   52,    0,   51,    0,
+    0,    0,    0,    0,   22,   23,   24,   25,   26,    0,
+    0,    0,    0,    0,    0,    0,    0,   56,    0,    0,
+    0,   32,    0,   33,   34,   35,    0,    0,    0,    0,
+   36,   37,   38,   39,   40,   41,   42,    0,    0,    0,
+    0,   43,    0,    0,   53,    0,   46,   44,   47,   48,
+   55,   57,   54,    0,   49,    0,   58,   52,    0,   51,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   15,    0,   56,   45,
+    0,    0,    0,    0,  130,    0,    0,  130,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,  130,  130,    0,  130,   53,  130,    0,    0,    0,
+    0,    0,   68,   68,   68,   68,    0,    0,    0,    0,
+    0,    0,    0,    0,  138,    0,    0,  138,    0,    0,
+    0,    0,    0,    0,    0,    0,  130,   15,    0,    0,
+   45,  138,  138,   68,  138,    0,  138,    0,    0,   68,
+   68,    0,    0,  125,  125,  125,  125,    0,    0,    0,
+    0,    0,  125,    0,    0,    0,  125,  125,  125,  125,
+    0,    0,    0,    0,    0,    0,  138,  125,  125,  125,
+  125,    0,  125,  125,  125,    0,    0,  125,    0,    0,
+  125,  125,    0,    0,    0,    0,    0,    0,  127,    0,
+    0,  127,    0,    0,    0,    0,    0,    0,    0,    0,
+   98,   23,   24,   25,   26,  127,  127,    0,  127,    0,
+  127,    0,    0,    0,    0,    0,    0,   32,    0,   33,
+   34,   35,    0,    0,    0,    0,   36,   37,   38,   39,
+   40,   41,   42,  104,    0,    0,  104,   43,    0,    0,
+  127,    0,   46,    0,   47,   48,    0,    0,    0,    0,
+  104,  104,    0,  104,    0,  104,    0,    0,    0,    0,
+    0,   22,   23,   24,   25,   26,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   32,    0,
+   33,   34,   35,    0,    0,  104,    0,   36,   37,   38,
+   39,   40,   41,   42,    0,    0,    0,    0,   43,  130,
+  130,  130,  130,   46,    0,   47,   48,    0,  130,    0,
+    0,    0,  130,  130,  130,  130,    0,    0,    0,    0,
+    0,    0,    0,  130,  130,  130,  130,    0,  130,  130,
+  130,    0,    0,  130,    0,    0,  130,  130,    0,  138,
+  138,  138,  138,    0,    0,    0,    0,    0,  138,    0,
+    0,    0,  138,  138,  138,  138,    0,    0,    0,    0,
+    0,    0,    0,  138,  138,  138,  138,    0,  138,  138,
+  138,  115,    0,  138,  115,    0,  138,  138,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,  115,  115,
+    0,  115,    0,  115,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,  127,  127,  127,  127,    0,    0,    0,
+    0,    0,  127,  115,    0,    0,  127,  127,  127,  127,
+    0,    0,    0,    0,    0,    0,    0,  127,  127,  127,
+  127,    0,  127,  127,  127,    0,  136,  127,    0,  136,
+  127,  127,    0,    0,    0,    0,    0,    0,  104,  104,
+  104,  104,    0,  136,  136,    0,  136,  104,  136,    0,
+    0,  104,  104,  104,  104,    0,    0,    0,    0,    0,
+    0,    0,  104,  104,  104,  104,    0,  104,  104,  104,
+   99,    0,  104,   99,    0,  104,  104,    0,  136,    0,
+    0,    0,    0,    0,    0,    0,    0,   99,   99,    0,
+   99,    0,   99,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,   94,
+    0,    0,   94,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   99,    0,    0,    0,   94,   94,    0,   94,
+    0,   94,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   93,    0,    0,   93,    0,    0,    0,    0,
+    0,   94,    0,    0,    0,    0,    0,    0,    0,   93,
+   93,    0,   93,    0,   93,    0,  115,  115,  115,  115,
+    0,    0,    0,    0,    0,  115,    0,    0,    0,  115,
+  115,  115,  115,    0,    0,    0,    0,    0,  139,    0,
+  115,  115,  115,  115,   93,  115,  115,  115,    0,    0,
+  115,    0,    0,  115,  115,  139,  139,    0,  139,    0,
+  139,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,  138,
+    0,    0,  138,    0,    0,    0,    0,    0,    0,    0,
+  139,  136,  136,  136,  136,    0,  138,  138,    0,  138,
+  136,  138,    0,    0,  136,  136,  136,  136,    0,    0,
+    0,    0,    0,    0,    0,  136,  136,  136,  136,    0,
+  136,  136,  136,    0,    0,  136,    0,    0,  136,  136,
+    0,  138,    0,    0,    0,   99,   99,   99,   99,    0,
+    0,    0,    0,    0,   99,    0,    0,    0,   99,   99,
+   99,   99,    0,    0,    0,    0,    0,    0,    0,   99,
+   99,   99,   99,    0,   99,   99,   99,    0,    0,   99,
+    0,    0,   99,   99,   94,   94,   94,   94,    0,    0,
+    0,    0,    0,   94,    0,    0,    0,   94,   94,   94,
+   94,    0,    0,    0,    0,    0,    0,    0,   94,   94,
+   94,   94,    0,   94,   94,   94,    0,   81,   94,    0,
+   81,   94,   94,    0,    0,    0,    0,   93,   93,   93,
+   93,    0,    0,    0,   81,   81,   93,   81,    0,   81,
+   93,   93,   93,   93,    0,    0,    0,    0,    0,    0,
+    0,   93,   93,   93,   93,    0,   93,   93,   93,    0,
+   67,   93,    0,   67,   93,   93,    0,    0,    0,   81,
+    0,    0,    0,  139,  139,  139,  139,   67,   67,    0,
+    0,    0,  139,    0,    0,    0,  139,  139,  139,  139,
+    0,    0,    0,    0,    0,    0,    0,  139,  139,  139,
+  139,    0,  139,  139,  139,    0,    0,  139,    0,    0,
+  139,  139,   67,    0,  138,  138,  138,  138,    0,    0,
+    0,    0,    0,  138,    0,    0,    0,  138,  138,  138,
+  138,    0,    0,    0,    0,    0,    0,    0,  138,  138,
+  138,  138,   69,  138,  138,   69,    0,    0,  138,    0,
+    0,  138,  138,    0,    0,    0,    0,    0,    0,   69,
+   69,    0,   69,    0,   69,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   92,    0,    0,   92,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   92,   92,   69,   92,    0,   92,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,  129,    0,
+    0,  129,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,  129,  129,   92,  129,    0,
+  129,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   81,   81,   81,   81,    0,    0,    0,    0,
+    0,   81,    0,    0,    0,   81,   81,   81,   81,    0,
+  129,    0,    0,    0,    0,    0,   81,   81,   81,   81,
+    0,   81,   81,   81,   73,    0,    0,   73,    0,   81,
+   81,    0,    0,    0,    0,   67,   67,   67,   67,    0,
+    0,   73,   73,    0,   73,    0,   73,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   74,    0,    0,
+   74,    0,    0,    0,    0,    0,   67,    0,    0,    0,
+    0,    0,   67,   67,   74,   74,   73,   74,    0,   74,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   66,    0,    0,
+   66,    0,    0,    0,    0,   75,    0,    0,   75,   74,
+    0,    0,    0,    0,   66,   66,    0,   69,   69,   69,
+   69,   65,   75,   75,   65,   75,   69,   75,    0,    0,
+   69,   69,   69,   69,    0,    0,    0,    0,   65,   65,
+    0,   69,   69,   69,   69,    0,   69,   69,   69,   66,
+   92,   92,   92,   92,   69,   69,    0,   75,    0,   92,
+    0,    0,    0,   92,   92,    0,    0,    0,    0,    0,
+    0,    0,    0,   65,   92,   92,   92,   92,    0,    0,
+    0,   92,    0,  129,  129,  129,  129,   92,   92,    0,
+    0,    0,  129,    0,    0,   76,  129,  129,   76,    0,
+    0,    0,    0,    0,    0,    0,    0,  129,  129,  129,
+  129,    0,   76,   76,  129,   76,    0,   76,    0,    0,
+  129,  129,    0,    0,    0,    0,    0,   64,    0,    0,
+   64,    0,    0,    0,    0,    0,    0,   78,    0,    0,
+   78,    0,    0,    0,   64,   64,    0,   76,    0,   73,
+   73,   73,   73,   61,   78,   78,   61,   78,   73,   78,
+    0,    0,    0,   73,    0,    0,    0,    0,    0,    0,
+   61,   61,    0,   73,   73,   73,   73,    0,    0,   64,
+   73,    0,   74,   74,   74,   74,   73,   73,    0,   78,
+    0,   74,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   61,   74,   74,   74,   74,
+    0,    0,    0,   74,    0,    0,    0,    0,   85,   74,
+   74,   85,   66,   66,   66,   66,    0,    0,    0,    0,
+   75,   75,   75,   75,    0,   85,   85,    0,   85,   75,
+   85,    0,    0,    0,    0,    0,   65,   65,   65,   65,
+    0,    0,    0,   66,   75,   75,   75,   75,    0,   66,
+   66,   75,    0,    0,    0,    0,    0,   75,   75,    0,
+   85,    0,   86,    0,    0,   86,    0,   65,    0,    0,
+    0,    0,    0,   65,   65,    0,    0,    0,    0,   86,
+   86,    0,   86,    0,   86,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   87,    0,
+    0,   87,    0,    0,    0,    0,    0,    0,    0,    0,
+   76,   76,   76,   76,   86,   87,   87,    0,   87,   76,
+   87,    0,    0,    0,    0,    0,    0,    0,    0,  238,
+    0,    0,  239,    0,   76,   76,   76,    0,    0,    0,
+    0,   76,   64,   64,   64,   64,    0,   76,   76,  141,
+   87,  142,   78,   78,   78,   78,    0,    0,    0,    0,
+    0,   78,    0,    0,   83,    0,    0,   83,   61,   61,
+   61,   61,    0,   64,    0,    0,   78,   78,    0,   64,
+   64,   83,   83,   78,   83,    0,   83,    0,    0,   78,
+   78,    0,    0,    0,    0,    0,    0,    0,    0,   61,
+   84,    0,    0,   84,    0,   61,   61,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   83,   84,   84,    0,
+   84,    0,   84,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   85,   85,   85,   85,    0,    0,    0,
+    0,    0,   85,    0,    0,    0,   85,   85,   85,   85,
+    0,    0,   84,   82,    0,    0,   82,   85,   85,   85,
+   85,    0,   85,   85,   85,    0,    0,   85,    0,    0,
+   82,   82,    0,   82,    0,   82,    0,  312,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   86,   86,   86,
+   86,    0,    0,    0,    0,    0,   86,  141,    0,  142,
+   86,   86,   86,   86,    0,   82,    0,    0,    0,    0,
+    0,   86,   86,   86,   86,    0,   86,   86,   86,    0,
+    0,   86,    0,   87,   87,   87,   87,    0,    0,    0,
+    0,    0,   87,    0,    0,    0,   87,   87,   87,   87,
+    0,    0,    0,    0,    0,    0,    0,   87,   87,   87,
+   87,    0,   87,   87,   87,    0,    0,   87,    0,    0,
+    0,    0,    0,  136,    0,  100,  102,  137,  138,  139,
+  140,  112,    0,    0,    0,    0,    0,    0,  143,  144,
+  145,  146,    0,  147,  148,    0,    0,    0,  149,   83,
+   83,   83,   83,    0,    0,    0,    0,    0,   83,    0,
+    0,    0,   83,   83,   83,   83,    0,    0,    0,    0,
+  162,    0,    0,   83,   83,   83,   83,    0,   83,   83,
+   83,    0,    0,   83,    0,   84,   84,   84,   84,    0,
+    0,    0,    0,    0,   84,    0,    0,    0,   84,   84,
+   84,   84,    0,    0,    0,    0,    0,    0,    0,   84,
+   84,   84,   84,    0,   84,   84,   84,    0,    0,   84,
+    0,    0,    0,  203,  204,  205,  206,  208,  210,  211,
+  212,  214,  216,  218,  220,  222,  223,  225,   82,   82,
+   82,   82,    0,    0,    0,    0,    0,   82,    0,    0,
+    0,   82,   82,   82,   82,    0,    0,    0,    0,    0,
+    0,    0,   82,   82,   82,   82,    0,   82,   82,    0,
+    0,  136,   82,    0,  203,  137,  138,  139,  140,    0,
+    0,  203,    0,  203,    0,    0,  143,  144,  145,  146,
+    0,  147,  148,    0,    0,  268,  149,  269,    0,    0,
+    0,  271,    0,  272,    0,  273,    0,  274,    0,  275,
+    0,    0,  276,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,  287,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,  305,
+};
+short yycheck[] = {                                       5,
+  123,   59,   36,   91,   41,  125,   12,   44,   12,   40,
+   16,   40,   18,  171,  173,  257,   40,  165,   40,  167,
+   40,   27,   28,   29,   30,   44,   59,   44,   44,   44,
+   91,   37,   91,  281,  282,  123,   40,   43,  123,   44,
+  279,  280,  281,  282,  281,   49,   44,   44,  296,   53,
+   41,   41,  300,   44,  293,   41,  295,  296,   40,  296,
+   91,  300,  123,  300,  123,  303,  304,   58,   59,   59,
+   61,   44,    0,   59,   93,  234,   93,   93,   84,   83,
+   86,   85,   88,   87,   90,   89,   59,   91,   93,  123,
+  123,   95,  123,  252,  123,   93,   93,   59,  257,  123,
+  259,  123,   93,  123,  279,   33,  281,  282,   36,   37,
+   38,   44,   40,  257,   42,   43,   40,   45,   44,   41,
+  295,  296,   40,  129,    0,  300,   59,  131,  132,  133,
+  134,   59,  290,   59,  257,  293,   64,   59,   41,   44,
+  288,  289,  262,  263,  264,  265,   40,  295,  257,  153,
+  154,  155,  156,  157,   59,   41,   59,   33,   44,   44,
+   36,   37,   38,   91,   40,  272,   42,   43,   41,   45,
+  258,  175,  320,  331,   59,   41,    0,  181,  182,   44,
+  184,   41,   40,   59,   44,  278,   59,  191,   64,  279,
+  280,  281,  282,   59,   59,  123,  289,  125,  126,  257,
+  290,  291,  292,  293,   36,  295,  296,   36,   40,   33,
+  300,   40,   36,   37,   38,   91,   40,   59,   42,   43,
+  297,   45,  226,  257,  228,  270,  271,  261,    0,  266,
+  267,  268,  269,   40,  240,   59,  242,  297,  244,  245,
+   64,   41,  248,  303,  304,  251,  250,  123,   40,  125,
+  126,  266,  267,  268,  269,  296,  260,   41,   36,  300,
+   44,   33,  266,  125,   36,   37,   38,   91,   40,  123,
+   42,   43,   91,   45,   44,  266,  267,  268,  269,  281,
+  282,  262,  263,  264,  265,   41,   41,   59,  292,   44,
+  296,   59,   64,  295,  296,   41,   81,   41,  300,  123,
+   44,  125,  126,  123,   41,   91,  297,   44,  125,   40,
+   40,   96,  303,  304,  318,  300,   40,  125,   41,   91,
+  125,  327,  107,  125,   59,  110,  332,  125,  256,  257,
+  258,  259,  260,  261,  262,  263,  264,  265,  266,  267,
+  268,  269,  125,   41,   41,  273,  274,   41,  276,  277,
+  278,  123,  125,   41,  126,  283,  284,  285,  286,  287,
+  288,  289,   41,   59,   41,   41,  294,   59,   59,  297,
+   73,  299,  318,  301,  302,   12,  250,   -1,   -1,   -1,
+  256,  257,  258,  259,  260,  261,  262,  263,  264,  265,
+  266,  267,  268,  269,   -1,  180,   -1,  273,  274,   -1,
+  276,  277,  278,   41,   -1,   -1,   44,  283,  284,  285,
+  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,   -1,
+   58,   59,   -1,  299,   -1,  301,  302,   -1,   -1,   -1,
+   -1,   -1,  256,  257,  258,  259,  260,  261,  262,  263,
+  264,  265,  266,  267,  268,  269,   -1,   -1,   -1,  273,
+  274,  236,  276,  277,  278,   93,   -1,   -1,   -1,  283,
+  284,  285,  286,  287,  288,  289,   58,   -1,   -1,   61,
+  294,   63,   -1,   -1,   -1,  299,   -1,  301,  302,   -1,
+   -1,   -1,   -1,   -1,  256,  257,  258,  259,  260,  261,
+   -1,   -1,   -1,  278,  266,  267,  268,  269,   -1,   -1,
+  285,  273,  274,   -1,  276,  277,  278,   -1,   -1,   -1,
+   23,  283,  284,  285,  286,  287,  288,  289,   31,   -1,
+   -1,   -1,  294,   36,   37,   -1,   39,  299,   33,  301,
+  302,   36,   37,   38,   -1,   40,   41,   42,   43,   44,
+   45,   54,   55,   56,   57,   58,   -1,   -1,   -1,   23,
+   -1,   -1,   -1,   58,   59,   -1,   61,   -1,   63,   64,
+   -1,   -1,   36,   44,   45,   46,   47,   48,   42,   -1,
+   51,   52,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   54,   55,   56,   57,   58,   -1,   91,   -1,   93,   33,
+  103,   -1,   36,   37,   38,   -1,   40,   41,   42,   43,
+   44,   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   58,   59,   -1,   61,  123,   63,
+   64,  126,   96,  279,  280,  281,  282,   -1,  266,  267,
+  268,  269,   -1,   -1,   -1,  291,  292,  293,   33,  295,
+  296,   36,   37,   38,  300,   40,   -1,   42,   43,   93,
+   45,   -1,   -1,   -1,  279,  280,  281,  282,   -1,  297,
+  279,  280,  281,  282,   59,  303,  304,  292,  293,   64,
+  295,  296,   -1,   -1,   -1,  300,  295,  296,   -1,   -1,
+   -1,  300,  126,  275,   -1,   -1,   -1,  279,  280,  281,
+  282,   -1,   -1,   -1,   -1,   -1,   91,   -1,  290,  291,
+  292,  293,   -1,  295,  296,   -1,   -1,   -1,  300,   -1,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,  123,   -1,
+   -1,  126,   -1,   -1,   -1,   -1,   59,   -1,   -1,   -1,
+   -1,   64,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  257,  258,  259,  260,  261,   -1,   -1,   -1,
+   -1,  266,  267,  268,  269,   -1,   -1,   -1,   91,  274,
+  275,  276,  277,  278,  279,  280,  281,  282,  283,  284,
+  285,  286,  287,  288,  289,  290,  291,  292,  293,  294,
+  295,  296,  297,   -1,  299,  300,  301,  302,  303,  304,
+  123,   -1,   -1,  126,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  257,  258,  259,  260,  261,   -1,   -1,
+   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+  274,  275,  276,  277,  278,  279,  280,  281,  282,  283,
+  284,  285,  286,  287,  288,  289,  290,  291,  292,  293,
+  294,  295,  296,  297,   -1,  299,  300,  301,  302,  303,
+  304,  256,  257,  258,  259,  260,  261,   -1,   -1,   -1,
+   -1,  266,  267,  268,  269,   -1,   -1,   -1,  273,  274,
+   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,  284,
+  285,  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,
+   41,   -1,   -1,   44,  299,   -1,  301,  302,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   33,   58,   59,   36,
+   37,   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,
+   -1,   -1,   -1,  256,  257,  258,  259,  260,  261,   -1,
+   -1,   -1,   59,  266,  267,  268,  269,   64,   -1,   -1,
+  273,  274,   93,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,  289,   -1,   -1,   -1,
+   -1,  294,   -1,   -1,   91,   -1,  299,   33,  301,  302,
+   36,   37,   38,   -1,   40,   41,   42,   43,   -1,   45,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,  123,   -1,   64,  126,
+   -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   33,   -1,   -1,   36,   37,   38,
+   -1,   40,   -1,   42,   43,   91,   45,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   93,   -1,   -1,   -1,   -1,   64,   -1,   -1,   -1,   -1,
+   -1,   41,   -1,   -1,   44,   -1,   -1,  123,   -1,   -1,
+  126,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,
+   -1,   61,   91,   63,   93,   -1,   -1,   -1,   33,   -1,
+   -1,   36,   37,   38,   -1,   40,   -1,   42,   43,   -1,
+   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   93,  123,   -1,   -1,  126,   -1,   64,
+   -1,   -1,   -1,   -1,   -1,  266,  267,  268,  269,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+  257,  258,  259,  260,  261,   -1,   91,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  297,  274,   -1,  276,
+  277,  278,  303,  304,   63,   -1,  283,  284,  285,  286,
+  287,  288,  289,   -1,   -1,   -1,   -1,  294,  123,   -1,
+   -1,  126,  299,   -1,  301,  302,   -1,   -1,   -1,   -1,
+   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  257,  258,  259,  260,  261,   -1,   58,   59,   -1,
+   61,   -1,   63,   -1,   -1,   -1,   -1,   -1,  274,   -1,
+  276,  277,  278,  266,  267,  268,  269,  283,  284,  285,
+  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,   -1,
+   -1,   -1,   93,  299,   -1,  301,  302,   -1,  257,  258,
+  259,  260,  261,   -1,  297,   -1,   -1,   -1,   -1,   -1,
+  303,  304,   -1,   -1,   -1,  274,   -1,  276,  277,  278,
+   61,   -1,   63,   -1,  283,  284,  285,  286,  287,  288,
+  289,   -1,   -1,   -1,   -1,  294,  266,  267,  268,  269,
+  299,   -1,  301,  302,   33,  275,   -1,   36,   37,   38,
+   -1,   40,   41,   42,   43,   -1,   45,   -1,   -1,   -1,
+  290,  256,  257,  258,  259,  260,  261,  297,   -1,   -1,
+   -1,   -1,   -1,  303,  304,   64,   -1,   -1,   -1,  274,
+   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,  284,
+  285,  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,
+   -1,   -1,   91,   -1,  299,   33,  301,  302,   36,   37,
+   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,
+  279,  280,  281,  282,  123,   -1,   64,  126,   -1,   -1,
+   -1,  290,  291,  292,  293,   -1,  295,  296,   -1,   -1,
+   -1,  300,   33,   -1,   -1,   36,   37,   38,   -1,   40,
+   -1,   42,   43,   91,   45,  266,  267,  268,  269,   -1,
+   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,
+   61,  282,   -1,   64,   -1,   -1,   -1,   -1,   -1,  290,
+  291,  292,  293,   -1,  295,  123,  297,   -1,  126,   -1,
+   -1,   -1,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,
+   91,   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,   36,
+   37,   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,
+   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,
+  281,  282,  123,   -1,   61,  126,   -1,   64,   -1,  290,
+  291,  292,  293,   -1,  295,  296,   -1,   -1,   -1,  300,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  257,  258,
+  259,  260,  261,   -1,   91,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  274,   -1,  276,  277,  278,
+   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,  288,
+  289,   -1,   -1,   -1,   -1,  294,  123,   -1,   -1,  126,
+  299,   -1,  301,  302,   -1,   -1,   -1,   -1,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  257,
+  258,  259,  260,  261,   -1,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,  274,   -1,  276,  277,
+  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,
+  288,  289,   -1,   -1,   -1,   41,  294,   -1,   44,  297,
+   93,  299,   -1,  301,  302,   -1,  257,  258,  259,  260,
+  261,   -1,   58,   59,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  274,   -1,  276,  277,  278,   -1,   -1,
+   -1,   -1,  283,  284,  285,  286,  287,  288,  289,   -1,
+   -1,   -1,   -1,  294,   -1,   -1,   -1,   93,  299,   -1,
+  301,  302,   33,   -1,   -1,   36,   37,   38,   -1,   40,
+   -1,   42,   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,
+  257,  258,  259,  260,  261,   -1,   -1,   -1,   -1,   -1,
+   61,   -1,   -1,   64,   -1,   -1,   -1,  274,   -1,  276,
+  277,  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,
+  287,  288,  289,   -1,   -1,   -1,   -1,  294,   -1,   -1,
+   91,   -1,  299,   33,  301,  302,   36,   37,   38,   -1,
+   40,   -1,   42,   43,   -1,   45,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   61,  123,   -1,   64,  126,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,   42,
+   43,   91,   45,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,   61,   -1,
+   -1,   64,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,
+  293,   -1,  295,  123,  297,   -1,  126,   -1,   -1,   -1,
+  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,
+  266,  267,  268,  269,   33,   -1,   -1,   36,   37,   38,
+   -1,   40,   -1,   42,   43,   -1,   45,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+  123,  297,   61,  126,   -1,   64,   -1,  303,  304,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  257,  258,  259,  260,
+  261,   -1,   91,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  274,   -1,  276,  277,  278,   -1,   -1,
+   -1,   -1,  283,  284,  285,  286,  287,  288,  289,   -1,
+   -1,   -1,   -1,  294,  123,   -1,   -1,  126,  299,   -1,
+  301,  302,   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  257,  258,  259,
+  260,  261,   -1,   58,   59,   -1,   61,   -1,   63,   -1,
+   -1,   -1,   -1,   -1,  274,   -1,  276,  277,  278,   -1,
+   -1,   -1,   -1,  283,  284,  285,  286,  287,  288,  289,
+   -1,   -1,   -1,   41,  294,   -1,   44,   -1,   93,  299,
+   -1,  301,  302,   -1,  257,  258,  259,  260,  261,   -1,
+   58,   59,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  274,   -1,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,  289,   -1,   -1,   -1,
+   -1,  294,   -1,   -1,   -1,   93,  299,   -1,  301,  302,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,  257,  258,
+  259,  260,  261,   -1,   -1,   -1,   -1,   -1,   61,   -1,
+   -1,   64,   -1,   -1,   -1,  274,   -1,  276,  277,  278,
+   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,  288,
+  289,   -1,   -1,   -1,   -1,  294,   -1,   -1,   91,   -1,
+  299,   33,  301,  302,   36,   37,   38,   -1,   40,   -1,
+   42,   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   61,
+  123,   -1,   64,  126,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,
+   -1,   36,   37,   38,   -1,   40,   41,   42,   43,   91,
+   45,  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,
+  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,   64,
+   -1,   -1,   -1,   -1,   -1,  290,  291,  292,  293,   -1,
+  295,  123,  297,   -1,  126,   -1,   -1,   -1,  303,  304,
+   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,  266,  267,
+  268,  269,   33,   -1,   -1,   36,   37,   38,   -1,   40,
+   41,   42,   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,  297,
+   -1,  126,   -1,   64,   -1,  303,  304,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,   -1,
+   91,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  274,   -1,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,  289,   -1,   -1,   -1,
+   -1,  294,  123,   -1,   -1,  126,  299,   -1,  301,  302,
+   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,
+   -1,   58,   59,   -1,   61,   -1,   63,   -1,   -1,   -1,
+   -1,   -1,  274,   -1,  276,  277,  278,   -1,   -1,   -1,
+   -1,  283,  284,  285,  286,  287,  288,  289,   -1,   -1,
+   -1,   41,  294,   -1,   44,   -1,   93,  299,   -1,  301,
+  302,   -1,  257,  258,  259,  260,  261,   -1,   58,   59,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  274,
+   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,  284,
+  285,  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,
+   -1,   -1,   -1,   93,  299,   -1,  301,  302,   33,   -1,
+   -1,   36,   37,   38,   -1,   40,   41,   42,   43,   -1,
+   45,   -1,   -1,   -1,   -1,   -1,  257,  258,  259,  260,
+  261,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   64,
+   -1,   -1,   -1,  274,   -1,  276,  277,  278,   -1,   -1,
+   -1,   -1,  283,  284,  285,  286,  287,  288,  289,   -1,
+   -1,   -1,   -1,  294,   -1,   -1,   91,   -1,  299,   33,
+  301,  302,   36,   37,   38,   -1,   40,   -1,   42,   43,
+   -1,   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   59,   -1,   -1,  123,   -1,
+   64,  126,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,   36,
+   37,   38,   -1,   40,   41,   42,   43,   91,   45,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,
+   -1,   -1,  279,  280,   -1,   -1,   -1,   64,   -1,   -1,
+   -1,   -1,   -1,  290,  291,  292,  293,   -1,   -1,  123,
+  297,   -1,  126,   -1,   -1,   -1,  303,  304,   -1,   -1,
+   -1,   -1,   -1,   -1,   91,   -1,  266,  267,  268,  269,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  123,  297,   -1,  126,
+   -1,   64,   -1,  303,  304,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  257,  258,  259,  260,  261,   -1,   91,   -1,
+   93,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  274,
+   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,  284,
+  285,  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,
+  123,   -1,   -1,  126,  299,   -1,  301,  302,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
+   44,   -1,   -1,  257,  258,  259,  260,  261,   -1,   -1,
+   -1,   -1,   -1,   -1,   58,   59,   -1,   -1,   -1,   -1,
+  274,   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,
+  284,  285,  286,  287,  288,  289,   -1,   -1,   41,   -1,
+  294,   44,   -1,   -1,   -1,  299,   -1,  301,  302,   93,
+  257,  258,  259,  260,  261,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,  274,   -1,  276,
+  277,  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,
+  287,  288,  289,   -1,   -1,   -1,   -1,  294,   -1,   -1,
+   93,   -1,  299,   -1,  301,  302,   33,   -1,   -1,   36,
+   37,   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,
+   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   64,   -1,   -1,
+   -1,  274,   -1,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,  289,   -1,   -1,   -1,
+   -1,  294,   -1,   -1,   91,   -1,  299,   33,  301,  302,
+   36,   37,   38,   -1,   40,   -1,   42,   43,   -1,   45,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,   64,  126,
+   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   58,   59,   -1,   61,   91,   63,   -1,   -1,   -1,
+   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   93,  123,   -1,   -1,
+  126,   58,   59,  297,   61,   -1,   63,   -1,   -1,  303,
+  304,   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,   93,  290,  291,  292,
+  293,   -1,  295,  296,  297,   -1,   -1,  300,   -1,   -1,
+  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+  257,  258,  259,  260,  261,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,  274,   -1,  276,
+  277,  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,
+  287,  288,  289,   41,   -1,   -1,   44,  294,   -1,   -1,
+   93,   -1,  299,   -1,  301,  302,   -1,   -1,   -1,   -1,
+   58,   59,   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,
+   -1,  257,  258,  259,  260,  261,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  274,   -1,
+  276,  277,  278,   -1,   -1,   93,   -1,  283,  284,  285,
+  286,  287,  288,  289,   -1,   -1,   -1,   -1,  294,  266,
+  267,  268,  269,  299,   -1,  301,  302,   -1,  275,   -1,
+   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  290,  291,  292,  293,   -1,  295,  296,
+  297,   -1,   -1,  300,   -1,   -1,  303,  304,   -1,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,
+   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  290,  291,  292,  293,   -1,  295,  296,
+  297,   41,   -1,  300,   44,   -1,  303,  304,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,
+   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   93,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,
+  293,   -1,  295,  296,  297,   -1,   41,  300,   -1,   44,
+  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,  266,  267,
+  268,  269,   -1,   58,   59,   -1,   61,  275,   63,   -1,
+   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  290,  291,  292,  293,   -1,  295,  296,  297,
+   41,   -1,  300,   44,   -1,  303,  304,   -1,   93,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,   -1,
+   61,   -1,   63,   -1,   -1,   -1,   -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,   93,   -1,   -1,   -1,   58,   59,   -1,   61,
+   -1,   63,   -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,   -1,   -1,   -1,
+   -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,
+   59,   -1,   61,   -1,   63,   -1,  266,  267,  268,  269,
+   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,
+  280,  281,  282,   -1,   -1,   -1,   -1,   -1,   41,   -1,
+  290,  291,  292,  293,   93,  295,  296,  297,   -1,   -1,
+  300,   -1,   -1,  303,  304,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,
+   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   93,  266,  267,  268,  269,   -1,   58,   59,   -1,   61,
+  275,   63,   -1,   -1,  279,  280,  281,  282,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  290,  291,  292,  293,   -1,
+  295,  296,  297,   -1,   -1,  300,   -1,   -1,  303,  304,
+   -1,   93,   -1,   -1,   -1,  266,  267,  268,  269,   -1,
+   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,
+  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,
+  291,  292,  293,   -1,  295,  296,  297,   -1,   -1,  300,
+   -1,   -1,  303,  304,  266,  267,  268,  269,   -1,   -1,
+   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,
+  282,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,
+  292,  293,   -1,  295,  296,  297,   -1,   41,  300,   -1,
+   44,  303,  304,   -1,   -1,   -1,   -1,  266,  267,  268,
+  269,   -1,   -1,   -1,   58,   59,  275,   61,   -1,   63,
+  279,  280,  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  290,  291,  292,  293,   -1,  295,  296,  297,   -1,
+   41,  300,   -1,   44,  303,  304,   -1,   -1,   -1,   93,
+   -1,   -1,   -1,  266,  267,  268,  269,   58,   59,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,
+  293,   -1,  295,  296,  297,   -1,   -1,  300,   -1,   -1,
+  303,  304,   93,   -1,  266,  267,  268,  269,   -1,   -1,
+   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,
+  282,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,
+  292,  293,   41,  295,  296,   44,   -1,   -1,  300,   -1,
+   -1,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   58,
+   59,   -1,   61,   -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,   61,   -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,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,
+   93,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,  293,
+   -1,  295,  296,  297,   41,   -1,   -1,   44,   -1,  303,
+  304,   -1,   -1,   -1,   -1,  266,  267,  268,  269,   -1,
+   -1,   58,   59,   -1,   61,   -1,   63,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
+   44,   -1,   -1,   -1,   -1,   -1,  297,   -1,   -1,   -1,
+   -1,   -1,  303,  304,   58,   59,   93,   61,   -1,   63,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
+   44,   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,   93,
+   -1,   -1,   -1,   -1,   58,   59,   -1,  266,  267,  268,
+  269,   41,   58,   59,   44,   61,  275,   63,   -1,   -1,
+  279,  280,  281,  282,   -1,   -1,   -1,   -1,   58,   59,
+   -1,  290,  291,  292,  293,   -1,  295,  296,  297,   93,
+  266,  267,  268,  269,  303,  304,   -1,   93,   -1,  275,
+   -1,   -1,   -1,  279,  280,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   93,  290,  291,  292,  293,   -1,   -1,
+   -1,  297,   -1,  266,  267,  268,  269,  303,  304,   -1,
+   -1,   -1,  275,   -1,   -1,   41,  279,  280,   44,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,
+  293,   -1,   58,   59,  297,   61,   -1,   63,   -1,   -1,
+  303,  304,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
+   44,   -1,   -1,   -1,   -1,   -1,   -1,   41,   -1,   -1,
+   44,   -1,   -1,   -1,   58,   59,   -1,   93,   -1,  266,
+  267,  268,  269,   41,   58,   59,   44,   61,  275,   63,
+   -1,   -1,   -1,  280,   -1,   -1,   -1,   -1,   -1,   -1,
+   58,   59,   -1,  290,  291,  292,  293,   -1,   -1,   93,
+  297,   -1,  266,  267,  268,  269,  303,  304,   -1,   93,
+   -1,  275,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   93,  290,  291,  292,  293,
+   -1,   -1,   -1,  297,   -1,   -1,   -1,   -1,   41,  303,
+  304,   44,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+  266,  267,  268,  269,   -1,   58,   59,   -1,   61,  275,
+   63,   -1,   -1,   -1,   -1,   -1,  266,  267,  268,  269,
+   -1,   -1,   -1,  297,  290,  291,  292,  293,   -1,  303,
+  304,  297,   -1,   -1,   -1,   -1,   -1,  303,  304,   -1,
+   93,   -1,   41,   -1,   -1,   44,   -1,  297,   -1,   -1,
+   -1,   -1,   -1,  303,  304,   -1,   -1,   -1,   -1,   58,
+   59,   -1,   61,   -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,
+  266,  267,  268,  269,   93,   58,   59,   -1,   61,  275,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,
+   -1,   -1,   44,   -1,  290,  291,  292,   -1,   -1,   -1,
+   -1,  297,  266,  267,  268,  269,   -1,  303,  304,   61,
+   93,   63,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,  275,   -1,   -1,   41,   -1,   -1,   44,  266,  267,
+  268,  269,   -1,  297,   -1,   -1,  290,  291,   -1,  303,
+  304,   58,   59,  297,   61,   -1,   63,   -1,   -1,  303,
+  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  297,
+   41,   -1,   -1,   44,   -1,  303,  304,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   93,   58,   59,   -1,
+   61,   -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   93,   41,   -1,   -1,   44,  290,  291,  292,
+  293,   -1,  295,  296,  297,   -1,   -1,  300,   -1,   -1,
+   58,   59,   -1,   61,   -1,   63,   -1,   41,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  266,  267,  268,
+  269,   -1,   -1,   -1,   -1,   -1,  275,   61,   -1,   63,
+  279,  280,  281,  282,   -1,   93,   -1,   -1,   -1,   -1,
+   -1,  290,  291,  292,  293,   -1,  295,  296,  297,   -1,
+   -1,  300,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,  292,
+  293,   -1,  295,  296,  297,   -1,   -1,  300,   -1,   -1,
+   -1,   -1,   -1,  275,   -1,   37,   38,  279,  280,  281,
+  282,   43,   -1,   -1,   -1,   -1,   -1,   -1,  290,  291,
+  292,  293,   -1,  295,  296,   -1,   -1,   -1,  300,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,
+   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,
+   82,   -1,   -1,  290,  291,  292,  293,   -1,  295,  296,
+  297,   -1,   -1,  300,   -1,  266,  267,  268,  269,   -1,
+   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,  280,
+  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  290,
+  291,  292,  293,   -1,  295,  296,  297,   -1,   -1,  300,
+   -1,   -1,   -1,  135,  136,  137,  138,  139,  140,  141,
+  142,  143,  144,  145,  146,  147,  148,  149,  266,  267,
+  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,
+   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  290,  291,  292,  293,   -1,  295,  296,   -1,
+   -1,  275,  300,   -1,  186,  279,  280,  281,  282,   -1,
+   -1,  193,   -1,  195,   -1,   -1,  290,  291,  292,  293,
+   -1,  295,  296,   -1,   -1,  207,  300,  209,   -1,   -1,
+   -1,  213,   -1,  215,   -1,  217,   -1,  219,   -1,  221,
+   -1,   -1,  224,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  239,   -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,  270,
+};
+#define YYFINAL 1
+#ifndef YYDEBUG
+#define YYDEBUG 0
 #endif
+#define YYMAXTOKEN 304
+#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,"WORD","METHOD","THING",
+"PMFUNC","PRIVATEREF","LABEL","FORMAT","SUB","PACKAGE","WHILE","UNTIL","IF",
+"UNLESS","ELSE","ELSIF","CONTINUE","FOR","LOOPEX","DOTDOT","FUNC0","FUNC1",
+"FUNC","RELOP","EQOP","MULOP","ADDOP","DOLSHARP","DO","LOCAL","DELETE",
+"HASHBRACK","NOAMP","LSTOP","OROR","ANDAND","BITOROP","BITANDOP","UNIOP",
+"SHIFTOP","MATCHOP","ARROW","UMINUS","REFGEN","POWOP","PREINC","PREDEC",
+"POSTINC","POSTDEC",
+};
+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 crp block cont",
+"loop : label FOR '(' expr crp 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",
+"format : FORMAT WORD block",
+"format : FORMAT block",
+"subrout : SUB WORD block",
+"subrout : SUB WORD ';'",
+"package : PACKAGE WORD ';'",
+"package : PACKAGE ';'",
+"expr : expr ',' sexpr",
+"expr : sexpr",
+"listop : LSTOP indirob listexpr",
+"listop : FUNC '(' indirob listexpr ')'",
+"listop : indirob ARROW LSTOP listexpr",
+"listop : indirob ARROW FUNC '(' listexpr ')'",
+"listop : term ARROW METHOD '(' listexpr ')'",
+"listop : METHOD indirob listexpr",
+"listop : LSTOP listexpr",
+"listop : FUNC '(' listexpr ')'",
+"sexpr : sexpr '=' sexpr",
+"sexpr : sexpr POWOP '=' sexpr",
+"sexpr : sexpr MULOP '=' sexpr",
+"sexpr : sexpr ADDOP '=' sexpr",
+"sexpr : sexpr SHIFTOP '=' sexpr",
+"sexpr : sexpr BITANDOP '=' sexpr",
+"sexpr : sexpr BITOROP '=' sexpr",
+"sexpr : sexpr ANDAND '=' sexpr",
+"sexpr : sexpr OROR '=' sexpr",
+"sexpr : sexpr POWOP sexpr",
+"sexpr : sexpr MULOP sexpr",
+"sexpr : sexpr ADDOP sexpr",
+"sexpr : sexpr SHIFTOP sexpr",
+"sexpr : sexpr RELOP sexpr",
+"sexpr : sexpr EQOP sexpr",
+"sexpr : sexpr BITANDOP sexpr",
+"sexpr : sexpr BITOROP sexpr",
+"sexpr : sexpr DOTDOT sexpr",
+"sexpr : sexpr ANDAND sexpr",
+"sexpr : sexpr OROR sexpr",
+"sexpr : sexpr '?' sexpr ':' sexpr",
+"sexpr : sexpr MATCHOP sexpr",
+"sexpr : 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 sexpr",
+"term : '(' expr crp",
+"term : '(' ')'",
+"term : '[' expr crb",
+"term : '[' ']'",
+"term : HASHBRACK expr crhb",
+"term : HASHBRACK ';' '}'",
+"term : scalar",
+"term : star",
+"term : scalar '[' expr ']'",
+"term : term ARROW '[' expr ']'",
+"term : hsh",
+"term : ary",
+"term : arylen",
+"term : scalar '{' expr ';' '}'",
+"term : term ARROW '{' expr ';' '}'",
+"term : '(' expr crp '[' expr ']'",
+"term : '(' ')' '[' expr ']'",
+"term : ary '[' expr ']'",
+"term : ary '{' expr ';' '}'",
+"term : DELETE scalar '{' expr ';' '}'",
+"term : DELETE '(' scalar '{' expr ';' '}' ')'",
+"term : THING",
+"term : amper",
+"term : amper '(' ')'",
+"term : amper '(' expr crp",
+"term : NOAMP WORD listexpr",
+"term : DO sexpr",
+"term : DO block",
+"term : DO WORD '(' ')'",
+"term : DO WORD '(' expr crp",
+"term : DO scalar '(' ')'",
+"term : DO scalar '(' expr crp",
+"term : LOOPEX",
+"term : LOOPEX WORD",
+"term : UNIOP",
+"term : UNIOP block",
+"term : UNIOP sexpr",
+"term : FUNC0",
+"term : FUNC0 '(' ')'",
+"term : FUNC1 '(' ')'",
+"term : FUNC1 '(' expr ')'",
+"term : PMFUNC '(' sexpr ')'",
+"term : PMFUNC '(' sexpr ',' sexpr ')'",
+"term : WORD",
+"term : listop",
+"listexpr :",
+"listexpr : expr",
+"amper : '&' indirob",
+"scalar : '$' indirob",
+"ary : '@' indirob",
+"hsh : '%' indirob",
+"arylen : DOLSHARP indirob",
+"star : '*' indirob",
+"indirob : WORD",
+"indirob : scalar",
+"indirob : block",
+"indirob : PRIVATEREF",
+"crp : ',' ')'",
+"crp : ')'",
+"crb : ',' ']'",
+"crb : ']'",
+"crhb : ',' ';' '}'",
+"crhb : ';' '}'",
+};
 #endif
-
-static char* moreswitches();
-static char* cddir;
-extern char **environ;
-static bool minus_c;
-
-main(argc,argv,env)
-register int argc;
-register char **argv;
-register char **env;
-{
-    register STR *str;
-    register char *s;
-    char *index(), *strcpy(), *getenv();
-    bool dosearch = FALSE;
-#ifdef DOSUID
-    char *validarg = "";
-#endif
-
-#ifdef SETUID_SCRIPTS_ARE_SECURE_NOW
-#ifdef IAMSUID
-#undef IAMSUID
-    fatal("suidperl is no longer needed since the kernel can now execute\n\
-setuid perl scripts securely.\n");
-#endif
-#endif
-
-    origargv = argv;
-    origargc = argc;
-    uid = (int)getuid();
-    euid = (int)geteuid();
-    gid = (int)getgid();
-    egid = (int)getegid();
-#ifdef MSDOS
-    /*
-     * There is no way we can refer to them from Perl so close them to save
-     * space.  The other alternative would be to provide STDAUX and STDPRN
-     * filehandles.
-     */
-    (void)fclose(stdaux);
-    (void)fclose(stdprn);
-#endif
-    if (do_undump) {
-       origfilename = savestr(argv[0]);
-       do_undump = 0;
-       loop_ptr = -1;          /* start label stack again */
-       goto just_doit;
-    }
-    (void)sprintf(index(rcsid,'#'), "%d\n", PATCHLEVEL);
-    linestr = Str_new(65,80);
-    str_nset(linestr,"",0);
-    str = str_make("",0);              /* first used for -I flags */
-    curstash = defstash = hnew(0);
-    curstname = str_make("main",4);
-    stab_xhash(stabent("_main",TRUE)) = defstash;
-    incstab = hadd(aadd(stabent("INC",TRUE)));
-    incstab->str_pok |= SP_MULTI;
-    for (argc--,argv++; argc > 0; argc--,argv++) {
-       if (argv[0][0] != '-' || !argv[0][1])
-           break;
-#ifdef DOSUID
-    if (*validarg)
-       validarg = " PHOOEY ";
-    else
-       validarg = argv[0];
-#endif
-       s = argv[0]+1;
-      reswitch:
-       switch (*s) {
-       case 'a':
-       case 'c':
-       case 'd':
-       case 'D':
-       case 'i':
-       case 'n':
-       case 'p':
-       case 'u':
-       case 'U':
-       case 'v':
-       case 'w':
-           if (s = moreswitches(s))
-               goto reswitch;
-           break;
-
-       case 'e':
-#ifdef TAINT
-           if (euid != uid || egid != gid)
-               fatal("No -e allowed in setuid scripts");
+#define yyclearin (yychar=(-1))
+#define yyerrok (yyerrflag=0)
+#ifdef YYSTACKSIZE
+#ifndef YYMAXDEPTH
+#define YYMAXDEPTH YYSTACKSIZE
 #endif
-           if (!e_fp) {
-               e_tmpname = savestr(TMPPATH);
-               (void)mktemp(e_tmpname);
-               e_fp = fopen(e_tmpname,"w");
-               if (!e_fp)
-                   fatal("Cannot open temporary file");
-           }
-           if (argv[1]) {
-               fputs(argv[1],e_fp);
-               argc--,argv++;
-           }
-           (void)putc('\n', e_fp);
-           break;
-       case 'I':
-#ifdef TAINT
-           if (euid != uid || egid != gid)
-               fatal("No -I allowed in setuid scripts");
-#endif
-           str_cat(str,"-");
-           str_cat(str,s);
-           str_cat(str," ");
-           if (*++s) {
-               (void)apush(stab_array(incstab),str_make(s,0));
-           }
-           else if (argv[1]) {
-               (void)apush(stab_array(incstab),str_make(argv[1],0));
-               str_cat(str,argv[1]);
-               argc--,argv++;
-               str_cat(str," ");
-           }
-           break;
-       case 'P':
-#ifdef TAINT
-           if (euid != uid || egid != gid)
-               fatal("No -P allowed in setuid scripts");
-#endif
-           preprocess = TRUE;
-           s++;
-           goto reswitch;
-       case 's':
-#ifdef TAINT
-           if (euid != uid || egid != gid)
-               fatal("No -s allowed in setuid scripts");
-#endif
-           doswitches = TRUE;
-           s++;
-           goto reswitch;
-       case 'S':
-           dosearch = TRUE;
-           s++;
-           goto reswitch;
-       case 'x':
-           doextract = TRUE;
-           s++;
-           if (*s)
-               cddir = savestr(s);
-           break;
-       case '-':
-           argc--,argv++;
-           goto switch_end;
-       case 0:
-           break;
-       default:
-           fatal("Unrecognized switch: -%s",s);
-       }
-    }
-  switch_end:
-    if (e_fp) {
-       (void)fclose(e_fp);
-       argc++,argv--;
-       argv[0] = e_tmpname;
-    }
-#ifndef PRIVLIB
-#define PRIVLIB "/usr/local/lib/perl"
-#endif
-    (void)apush(stab_array(incstab),str_make(PRIVLIB,0));
-    (void)apush(stab_array(incstab),str_make(".",1));
-
-    str_set(&str_no,No);
-    str_set(&str_yes,Yes);
-
-    /* open script */
-
-    if (argv[0] == Nullch)
-       argv[0] = "-";
-    if (dosearch && !index(argv[0], '/') && (s = getenv("PATH"))) {
-       char *xfound = Nullch, *xfailed = Nullch;
-       int len;
-
-       bufend = s + strlen(s);
-       while (*s) {
-#ifndef MSDOS
-           s = cpytill(tokenbuf,s,bufend,':',&len);
-#else
-           for (len = 0; *s && *s != ';'; tokenbuf[len++] = *s++);
-           tokenbuf[len] = '\0';
-#endif
-           if (*s)
-               s++;
-#ifndef MSDOS
-           if (len && tokenbuf[len-1] != '/')
-#else
-           if (len && tokenbuf[len-1] != '\\')
-#endif
-               (void)strcat(tokenbuf+len,"/");
-           (void)strcat(tokenbuf+len,argv[0]);
-#ifdef DEBUGGING
-           if (debug & 1)
-               fprintf(stderr,"Looking for %s\n",tokenbuf);
-#endif
-           if (stat(tokenbuf,&statbuf) < 0)            /* not there? */
-               continue;
-           if ((statbuf.st_mode & S_IFMT) == S_IFREG
-            && cando(S_IREAD,TRUE,&statbuf) && cando(S_IEXEC,TRUE,&statbuf)) {
-               xfound = tokenbuf;              /* bingo! */
-               break;
-           }
-           if (!xfailed)
-               xfailed = savestr(tokenbuf);
-       }
-       if (!xfound)
-           fatal("Can't execute %s", xfailed ? xfailed : argv[0] );
-       if (xfailed)
-           Safefree(xfailed);
-       argv[0] = savestr(xfound);
-    }
-
-    pidstatary = anew(Nullstab);       /* for remembering popen pids, status */
-
-    origfilename = savestr(argv[0]);
-    filename = origfilename;
-    if (strEQ(filename,"-"))
-       argv[0] = "";
-    if (preprocess) {
-       str_cat(str,"-I");
-       str_cat(str,PRIVLIB);
-       (void)sprintf(buf, "\
-/bin/sed %s -e '/^[^#]/b' \
- -e '/^#[      ]*include[      ]/b' \
- -e '/^#[      ]*define[       ]/b' \
- -e '/^#[      ]*if[   ]/b' \
- -e '/^#[      ]*ifdef[        ]/b' \
- -e '/^#[      ]*ifndef[       ]/b' \
- -e '/^#[      ]*else/b' \
- -e '/^#[      ]*endif/b' \
- -e 's/^#.*//' \
- %s | %s -C %s %s",
-         (doextract ? "-e '1,/^#/d\n'" : ""),
-         argv[0], CPPSTDIN, str_get(str), CPPMINUS);
-         doextract = FALSE;
-#ifdef IAMSUID                         /* actually, this is caught earlier */
-       if (euid != uid && !euid)       /* if running suidperl */
-#ifdef SETEUID
-           (void)seteuid(uid);         /* musn't stay setuid root */
 #else
-#ifdef SETREUID
-           (void)setreuid(-1, uid);
+#ifdef YYMAXDEPTH
+#define YYSTACKSIZE YYMAXDEPTH
 #else
-           setuid(uid);
+#define YYSTACKSIZE 500
+#define YYMAXDEPTH 500
 #endif
 #endif
-#endif /* IAMSUID */
-       rsfp = mypopen(buf,"r");
+int yydebug;
+int yynerrs;
+int yyerrflag;
+int yychar;
+YYSTYPE yyval;
+YYSTYPE yylval;
+#line 579 "perly.y"
+ /* PROGRAM */
+#line 1392 "y.tab.c"
+#define YYABORT goto yyabort
+#define YYACCEPT goto yyaccept
+#define YYERROR goto yyerrlab
+int
+yyparse()
+{
+    register int yym, yyn, yystate;
+    register short *yyssp;
+    register YYSTYPE *yyvsp;
+    short* yyss;
+    YYSTYPE* yyvs;
+    unsigned yystacksize = YYSTACKSIZE;
+    int oldyydebug     = yydebug;
+    int oldyynerrs     = yynerrs;
+    int oldyyerrflag   = yyerrflag;
+    int oldyychar      = yychar;
+    YYSTYPE oldyyval   = yyval;
+    YYSTYPE oldyylval  = yylval;
+    int retval = 0;
+
+#if YYDEBUG
+    register char *yys;
+    extern char *getenv();
+
+    if (yys = getenv("YYDEBUG"))
+    {
+        yyn = *yys;
+        if (yyn >= '0' && yyn <= '9')
+            yydebug = yyn - '0';
     }
-    else if (!*argv[0])
-       rsfp = stdin;
-    else
-       rsfp = fopen(argv[0],"r");
-    if (rsfp == Nullfp) {
-#ifdef DOSUID
-#ifndef IAMSUID                /* in case script is not readable before setuid */
-       if (euid && stat(filename,&statbuf) >= 0 &&
-         statbuf.st_mode & (S_ISUID|S_ISGID)) {
-           (void)sprintf(buf, "%s/%s", BIN, "suidperl");
-           execv(buf, origargv);       /* try again */
-           fatal("Can't do setuid\n");
-       }
 #endif
-#endif
-       fatal("Can't open perl script \"%s\": %s\n",
-         filename, strerror(errno));
-    }
-    str_free(str);             /* free -I directories */
-
-    /* do we need to emulate setuid on scripts? */
-
-    /* This code is for those BSD systems that have setuid #! scripts disabled
-     * in the kernel because of a security problem.  Merely defining DOSUID
-     * in perl will not fix that problem, but if you have disabled setuid
-     * scripts in the kernel, this will attempt to emulate setuid and setgid
-     * on scripts that have those now-otherwise-useless bits set.  The setuid
-     * root version must be called suidperl.  If regular perl discovers that
-     * it has opened a setuid script, it calls suidperl with the same argv
-     * that it had.  If suidperl finds that the script it has just opened
-     * is NOT setuid root, it sets the effective uid back to the uid.  We
-     * don't just make perl setuid root because that loses the effective
-     * uid we had before invoking perl, if it was different from the uid.
-     *
-     * DOSUID must be defined in both perl and suidperl, and IAMSUID must
-     * be defined in suidperl only.  suidperl must be setuid root.  The
-     * Configure script will set this up for you if you want it.
-     *
-     * There is also the possibility of have a script which is running
-     * set-id due to a C wrapper.  We want to do the TAINT checks
-     * on these set-id scripts, but don't want to have the overhead of
-     * them in normal perl, and can't use suidperl because it will lose
-     * the effective uid info, so we have an additional non-setuid root
-     * version called taintperl that just does the TAINT checks.
-     */
-
-#ifdef DOSUID
-    if (fstat(fileno(rsfp),&statbuf) < 0)      /* normal stat is insecure */
-       fatal("Can't stat script \"%s\"",filename);
-    if (statbuf.st_mode & (S_ISUID|S_ISGID)) {
-       int len;
-
-#ifdef IAMSUID
-#ifndef SETREUID
-       /* On this access check to make sure the directories are readable,
-        * there is actually a small window that the user could use to make
-        * filename point to an accessible directory.  So there is a faint
-        * chance that someone could execute a setuid script down in a
-        * non-accessible directory.  I don't know what to do about that.
-        * But I don't think it's too important.  The manual lies when
-        * it says access() is useful in setuid programs.
-        */
-       if (access(filename,1))         /* as a double check */
-           fatal("Permission denied");
-#else
-       /* If we can swap euid and uid, then we can determine access rights
-        * with a simple stat of the file, and then compare device and
-        * inode to make sure we did stat() on the same file we opened.
-        * Then we just have to make sure he or she can execute it.
-        */
-       {
-           struct stat tmpstatbuf;
-
-           if (setreuid(euid,uid) < 0 || getuid() != euid || geteuid() != uid)
-               fatal("Can't swap uid and euid");       /* really paranoid */
-           if (stat(filename,&tmpstatbuf) < 0) /* testing full pathname here */
-               fatal("Permission denied");
-           if (tmpstatbuf.st_dev != statbuf.st_dev ||
-               tmpstatbuf.st_ino != statbuf.st_ino) {
-               (void)fclose(rsfp);
-               if (rsfp = mypopen("/bin/mail root","w")) {     /* heh, heh */
-                   fprintf(rsfp,
-"User %d tried to run dev %d ino %d in place of dev %d ino %d!\n\
-(Filename of set-id script was %s, uid %d gid %d.)\n\nSincerely,\nperl\n",
-                       uid,tmpstatbuf.st_dev, tmpstatbuf.st_ino,
-                       statbuf.st_dev, statbuf.st_ino,
-                       filename, statbuf.st_uid, statbuf.st_gid);
-                   (void)mypclose(rsfp);
-               }
-               fatal("Permission denied\n");
-           }
-           if (setreuid(uid,euid) < 0 || getuid() != uid || geteuid() != euid)
-               fatal("Can't reswap uid and euid");
-           if (!cando(S_IEXEC,FALSE,&statbuf))         /* can real uid exec? */
-               fatal("Permission denied\n");
-       }
-#endif /* SETREUID */
-#endif /* IAMSUID */
-
-       if ((statbuf.st_mode & S_IFMT) != S_IFREG)
-           fatal("Permission denied");
-       if ((statbuf.st_mode >> 6) & S_IWRITE)
-           fatal("Setuid/gid script is writable by world");
-       doswitches = FALSE;             /* -s is insecure in suid */
-       curcmd->c_line++;
-       if (fgets(tokenbuf,sizeof tokenbuf, rsfp) == Nullch ||
-         strnNE(tokenbuf,"#!",2) )     /* required even on Sys V */
-           fatal("No #! line");
-       s = tokenbuf+2;
-       if (*s == ' ') s++;
-       while (!isspace(*s)) s++;
-       if (strnNE(s-4,"perl",4))       /* sanity check */
-           fatal("Not a perl script");
-       while (*s == ' ' || *s == '\t') s++;
-       /*
-        * #! arg must be what we saw above.  They can invoke it by
-        * mentioning suidperl explicitly, but they may not add any strange
-        * arguments beyond what #! says if they do invoke suidperl that way.
-        */
-       len = strlen(validarg);
-       if (strEQ(validarg," PHOOEY ") ||
-           strnNE(s,validarg,len) || !isspace(s[len]))
-           fatal("Args must match #! line");
 
-#ifndef IAMSUID
-       if (euid != uid && (statbuf.st_mode & S_ISUID) &&
-           euid == statbuf.st_uid)
-           if (!do_undump)
-               fatal("YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!\n\
-FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n");
-#endif /* IAMSUID */
+    yynerrs = 0;
+    yyerrflag = 0;
+    yychar = (-1);
 
-       if (euid) {     /* oops, we're not the setuid root perl */
-           (void)fclose(rsfp);
-#ifndef IAMSUID
-           (void)sprintf(buf, "%s/%s", BIN, "suidperl");
-           execv(buf, origargv);       /* try again */
-#endif
-           fatal("Can't do setuid\n");
-       }
-
-       if (statbuf.st_mode & S_ISGID && statbuf.st_gid != egid)
-#ifdef SETEGID
-           (void)setegid(statbuf.st_gid);
-#else
-#ifdef SETREGID
-           (void)setregid((GIDTYPE)-1,statbuf.st_gid);
-#else
-           setgid(statbuf.st_gid);
-#endif
-#endif
-       if (statbuf.st_mode & S_ISUID) {
-           if (statbuf.st_uid != euid)
-#ifdef SETEUID
-               (void)seteuid(statbuf.st_uid);  /* all that for this */
-#else
-#ifdef SETREUID
-               (void)setreuid((UIDTYPE)-1,statbuf.st_uid);
-#else
-               setuid(statbuf.st_uid);
-#endif
-#endif
-       }
-       else if (uid)                   /* oops, mustn't run as root */
-#ifdef SETEUID
-           (void)seteuid((UIDTYPE)uid);
-#else
-#ifdef SETREUID
-           (void)setreuid((UIDTYPE)-1,(UIDTYPE)uid);
-#else
-           setuid((UIDTYPE)uid);
-#endif
+    /*
+    ** Initialize private stacks (yyparse may be called from an action)
+    */
+    yyss = (short*)malloc(yystacksize*sizeof(short));
+    yyvs = (YYSTYPE*)malloc(yystacksize*sizeof(YYSTYPE));
+    if (!yyvs || !yyss)
+       goto yyoverflow;
+
+    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";
+            printf("yydebug: state %d, reading %d (%s)\n", yystate,
+                    yychar, yys);
+        }
 #endif
-       uid = (int)getuid();
-       euid = (int)geteuid();
-       gid = (int)getgid();
-       egid = (int)getegid();
-       if (!cando(S_IEXEC,TRUE,&statbuf))
-           fatal("Permission denied\n");       /* they can't do this */
-    }
-#ifdef IAMSUID
-    else if (preprocess)
-       fatal("-P not allowed for setuid/setgid script\n");
-    else
-       fatal("Script is not setuid/setgid in suidperl\n");
-#else
-#ifndef TAINT          /* we aren't taintperl or suidperl */
-    /* script has a wrapper--can't run suidperl or we lose euid */
-    else if (euid != uid || egid != gid) {
-       (void)fclose(rsfp);
-       (void)sprintf(buf, "%s/%s", BIN, "taintperl");
-       execv(buf, origargv);   /* try again */
-       fatal("Can't run setuid script with taint checks");
-    }
-#endif /* TAINT */
-#endif /* IAMSUID */
-#else /* !DOSUID */
-#ifndef TAINT          /* we aren't taintperl or suidperl */
-    if (euid != uid || egid != gid) {  /* (suidperl doesn't exist, in fact) */
-#ifndef SETUID_SCRIPTS_ARE_SECURE_NOW
-       fstat(fileno(rsfp),&statbuf);   /* may be either wrapped or real suid */
-       if ((euid != uid && euid == statbuf.st_uid && statbuf.st_mode & S_ISUID)
-           ||
-           (egid != gid && egid == statbuf.st_gid && statbuf.st_mode & S_ISGID)
-          )
-           if (!do_undump)
-               fatal("YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!\n\
-FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n");
-#endif /* SETUID_SCRIPTS_ARE_SECURE_NOW */
-       /* not set-id, must be wrapped */
-       (void)fclose(rsfp);
-       (void)sprintf(buf, "%s/%s", BIN, "taintperl");
-       execv(buf, origargv);   /* try again */
-       fatal("Can't run setuid script with taint checks");
-    }
-#endif /* TAINT */
-#endif /* DOSUID */
-
-#if !defined(IAMSUID) && !defined(TAINT)
-
-    /* skip forward in input to the real script? */
-
-    while (doextract) {
-       if ((s = str_gets(linestr, rsfp, 0)) == Nullch)
-           fatal("No Perl script found in input\n");
-       if (*s == '#' && s[1] == '!' && instr(s,"perl")) {
-           ungetc('\n',rsfp);          /* to keep line count right */
-           doextract = FALSE;
-           if (s = instr(s,"perl -")) {
-               s += 6;
-               while (s = moreswitches(s)) ;
-           }
-           if (cddir && chdir(cddir) < 0)
-               fatal("Can't chdir to %s",cddir);
-       }
-    }
-#endif /* !defined(IAMSUID) && !defined(TAINT) */
-
-    defstab = stabent("_",TRUE);
-
-    if (perldb) {
-       debstash = hnew(0);
-       stab_xhash(stabent("_DB",TRUE)) = debstash;
-       curstash = debstash;
-       lineary = stab_xarray(aadd((tmpstab = stabent("line",TRUE))));
-       tmpstab->str_pok |= SP_MULTI;
-       subname = str_make("main",4);
-       DBstab = stabent("DB",TRUE);
-       DBstab->str_pok |= SP_MULTI;
-       DBsub = hadd(tmpstab = stabent("sub",TRUE));
-       tmpstab->str_pok |= SP_MULTI;
-       DBsingle = stab_val((tmpstab = stabent("single",TRUE)));
-       tmpstab->str_pok |= SP_MULTI;
-       curstash = defstash;
-    }
-
-    /* init tokener */
-
-    bufend = bufptr = str_get(linestr);
-
-    savestack = anew(Nullstab);                /* for saving non-local values */
-    stack = anew(Nullstab);            /* for saving non-local values */
-    stack->ary_flags = 0;              /* not a real array */
-
-    /* now parse the script */
-
-    error_count = 0;
-    if (yyparse() || error_count) {
-       if (minus_c)
-           fatal("%s had compilation errors.\n", origfilename);
-       else {
-           fatal("Execution of %s aborted due to compilation errors.\n",
-               origfilename);
-       }
-    }
-
-    New(50,loop_stack,128,struct loop);
-#ifdef DEBUGGING
-    if (debug) {
-       New(51,debname,128,char);
-       New(52,debdelim,128,char);
     }
+    if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
+    {
+#if YYDEBUG
+        if (yydebug)
+            printf("yydebug: state %d, shifting to state %d\n",
+                    yystate, yytable[yyn]);
 #endif
-    curstash = defstash;
-
-    preprocess = FALSE;
-    if (e_fp) {
-       e_fp = Nullfp;
-       (void)UNLINK(e_tmpname);
+        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;
+           yyvs = (YYSTYPE*)realloc((char*)yyvs,yystacksize * sizeof(YYSTYPE));
+           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;
     }
-
-    /* initialize everything that won't change if we undump */
-
-    if (sigstab = stabent("SIG",allstabs)) {
-       sigstab->str_pok |= SP_MULTI;
-       (void)hadd(sigstab);
+    if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
+    {
+        yyn = yytable[yyn];
+        goto yyreduce;
     }
-
-    magicalize("!#?^~=-%0123456789.+&*()<>,\\/[|`':");
-    userinit();                /* in case linked C routines want magical variables */
-
-    amperstab = stabent("&",allstabs);
-    leftstab = stabent("`",allstabs);
-    rightstab = stabent("'",allstabs);
-    sawampersand = (amperstab || leftstab || rightstab);
-    if (tmpstab = stabent(":",allstabs))
-       str_set(STAB_STR(tmpstab),chopset);
-
-    /* these aren't necessarily magical */
-    if (tmpstab = stabent(";",allstabs))
-       str_set(STAB_STR(tmpstab),"\034");
-    if (tmpstab = stabent("]",allstabs)) {
-       str = STAB_STR(tmpstab);
-       str_set(str,rcsid);
-       strncpy(tokenbuf,rcsid+19,3);
-       sprintf(tokenbuf+3,"%2.2d",PATCHLEVEL);
-       str->str_u.str_nval = atof(tokenbuf);
-       str->str_nok = 1;
-    }
-    str_nset(stab_val(stabent("\"", TRUE)), " ", 1);
-
-    stdinstab = stabent("STDIN",TRUE);
-    stdinstab->str_pok |= SP_MULTI;
-    stab_io(stdinstab) = stio_new();
-    stab_io(stdinstab)->ifp = stdin;
-    tmpstab = stabent("stdin",TRUE);
-    stab_io(tmpstab) = stab_io(stdinstab);
-    tmpstab->str_pok |= SP_MULTI;
-
-    tmpstab = stabent("STDOUT",TRUE);
-    tmpstab->str_pok |= SP_MULTI;
-    stab_io(tmpstab) = stio_new();
-    stab_io(tmpstab)->ofp = stab_io(tmpstab)->ifp = stdout;
-    defoutstab = tmpstab;
-    tmpstab = stabent("stdout",TRUE);
-    stab_io(tmpstab) = stab_io(defoutstab);
-    tmpstab->str_pok |= SP_MULTI;
-
-    curoutstab = stabent("STDERR",TRUE);
-    curoutstab->str_pok |= SP_MULTI;
-    stab_io(curoutstab) = stio_new();
-    stab_io(curoutstab)->ofp = stab_io(curoutstab)->ifp = stderr;
-    tmpstab = stabent("stderr",TRUE);
-    stab_io(tmpstab) = stab_io(curoutstab);
-    tmpstab->str_pok |= SP_MULTI;
-    curoutstab = defoutstab;           /* switch back to STDOUT */
-
-    statname = Str_new(66,0);          /* last filename we did stat on */
-
-    perldb = FALSE;            /* don't try to instrument evals */
-
-    if (dowarn) {
-       stab_check('A','Z');
-       stab_check('a','z');
-    }
-
-    if (do_undump)
-       abort();
-
-  just_doit:           /* come here if running an undumped a.out */
-    argc--,argv++;     /* skip name of script */
-    if (doswitches) {
-       for (; argc > 0 && **argv == '-'; argc--,argv++) {
-           if (argv[0][1] == '-') {
-               argc--,argv++;
-               break;
-           }
-           str_numset(stab_val(stabent(argv[0]+1,TRUE)),(double)1.0);
-       }
-    }
-#ifdef TAINT
-    tainted = 1;
+    if (yyerrflag) goto yyinrecovery;
+#ifdef lint
+    goto yynewerror;
 #endif
-    if (tmpstab = stabent("0",allstabs))
-       str_set(STAB_STR(tmpstab),origfilename);
-    if (argvstab = stabent("ARGV",allstabs)) {
-       argvstab->str_pok |= SP_MULTI;
-       (void)aadd(argvstab);
-       aclear(stab_array(argvstab));
-       for (; argc > 0; argc--,argv++) {
-           (void)apush(stab_array(argvstab),str_make(argv[0],0));
-       }
-    }
-#ifdef TAINT
-    (void) stabent("ENV",TRUE);                /* must test PATH and IFS */
+yynewerror:
+    yyerror("syntax error");
+#ifdef lint
+    goto yyerrlab;
 #endif
-    if (envstab = stabent("ENV",allstabs)) {
-       envstab->str_pok |= SP_MULTI;
-       (void)hadd(envstab);
-       hclear(stab_hash(envstab));
-       if (env != environ)
-           environ[0] = Nullch;
-       for (; *env; env++) {
-           if (!(s = index(*env,'=')))
-               continue;
-           *s++ = '\0';
-           str = str_make(s--,0);
-           str_magic(str, envstab, 'E', *env, s - *env);
-           (void)hstore(stab_hash(envstab), *env, s - *env, str, 0);
-           *s = '=';
-       }
-    }
-#ifdef TAINT
-    tainted = 0;
+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)
+                    printf("yydebug: state %d, error recovery shifting\
+ to state %d\n", *yyssp, yytable[yyn]);
 #endif
-    if (tmpstab = stabent("$",allstabs))
-       str_numset(STAB_STR(tmpstab),(double)getpid());
-
-    if (setjmp(top_env))       /* sets goto_targ on longjump */
-       loop_ptr = -1;          /* start label stack again */
-
-#ifdef DEBUGGING
-    if (debug & 1024)
-       dump_all();
-    if (debug)
-       fprintf(stderr,"\nEXECUTING...\n\n");
+                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;
+                   yyvs = (YYSTYPE*)realloc((char*)yyvs,
+                       yystacksize * sizeof(YYSTYPE));
+                   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)
+                    printf("yydebug: error recovery discarding state %d\n",
+                            *yyssp);
 #endif
-
-    if (minus_c) {
-       fprintf(stderr,"%s syntax OK\n", origfilename);
-       exit(0);
-    }
-
-    /* do it */
-
-    (void) cmd_exec(main_root,G_SCALAR,-1);
-
-    if (goto_targ)
-       fatal("Can't find label \"%s\"--aborting",goto_targ);
-    exit(0);
-    /* NOTREACHED */
-}
-
-magicalize(list)
-register char *list;
-{
-    char sym[2];
-
-    sym[1] = '\0';
-    while (*sym = *list++)
-       magicname(sym, Nullch, 0);
-}
-
-int
-magicname(sym,name,namlen)
-char *sym;
-char *name;
-int namlen;
-{
-    register STAB *stab;
-
-    if (stab = stabent(sym,allstabs)) {
-       stab_flags(stab) = SF_VMAGIC;
-       str_magic(stab_val(stab), stab, 0, name, namlen);
-    }
-}
-
-/* this routine is in perly.c by virtue of being sort of an alternate main() */
-
-int
-do_eval(str,optype,stash,gimme,arglast)
-STR *str;
-int optype;
-HASH *stash;
-int gimme;
-int *arglast;
-{
-    STR **st = stack->ary_array;
-    int retval;
-    CMD *myroot;
-    ARRAY *ar;
-    int i;
-    char * VOLATILE oldfile = filename;
-    CMD * VOLATILE oldcurcmd = curcmd;
-    VOLATILE int oldtmps_base = tmps_base;
-    VOLATILE int oldsave = savestack->ary_fill;
-    SPAT * VOLATILE oldspat = curspat;
-    static char *last_eval = Nullch;
-    static CMD *last_root = Nullcmd;
-    VOLATILE int sp = arglast[0];
-    char *specfilename;
-
-    tmps_base = tmps_max;
-    if (curstash != stash) {
-       (void)savehptr(&curstash);
-       curstash = stash;
-    }
-    str_set(stab_val(stabent("@",TRUE)),"");
-    curcmd = &compiling;
-    if (optype == O_EVAL) {            /* normal eval */
-       filename = "(eval)";
-       curcmd->c_line = 1;
-       str_sset(linestr,str);
-       str_cat(linestr,";");           /* be kind to them */
-    }
-    else {
-       if (last_root && !in_eval) {
-           Safefree(last_eval);
-           cmd_free(last_root);
-           last_root = Nullcmd;
-       }
-       specfilename = str_get(str);
-       filename = savestr(specfilename);       /* can't free this easily */
-       str_set(linestr,"");
-       if (optype == O_REQUIRE &&
-         hfetch(stab_hash(incstab), specfilename, strlen(specfilename), 0)) {
-           filename = oldfile;
-           tmps_base = oldtmps_base;
-           st[++sp] = &str_yes;
-           return sp;
-       }
-       else if (*filename == '/')
-           rsfp = fopen(filename,"r");
-       else {
-           ar = stab_array(incstab);
-           Safefree(filename);
-           for (i = 0; i <= ar->ary_fill; i++) {
-               (void)sprintf(buf,"%s/%s",str_get(afetch(ar,i,TRUE)),filename);
-               rsfp = fopen(buf,"r");
-               if (rsfp) {
-                   char *s = buf;
-
-                   if (*s == '.' && s[1] == '/')
-                       s += 2;
-                   filename = savestr(s);
-                   break;
-               }
-           }
-       }
-       if (!rsfp) {
-           filename = oldfile;
-           tmps_base = oldtmps_base;
-           if (optype == O_REQUIRE) {
-               sprintf(tokenbuf,"Can't locate %s in @INC", specfilename);
-               if (instr(tokenbuf,".h "))
-                   strcat(tokenbuf," (change .h to .ph maybe?)");
-               if (instr(tokenbuf,".ph "))
-                   strcat(tokenbuf," (did you run makelib?)");
-               fatal("%s",tokenbuf);
-           }
-           if (gimme != G_ARRAY)
-               st[++sp] = &str_undef;
-           return sp;
-       }
-       curcmd->c_line = 0;
-    }
-    in_eval++;
-    oldoldbufptr = oldbufptr = bufptr = str_get(linestr);
-    bufend = bufptr + linestr->str_cur;
-    if (++loop_ptr >= loop_max) {
-       loop_max += 128;
-       Renew(loop_stack, loop_max, struct loop);
-    }
-    loop_stack[loop_ptr].loop_label = "_EVAL_";
-    loop_stack[loop_ptr].loop_sp = sp;
-#ifdef DEBUGGING
-    if (debug & 4) {
-       deb("(Pushing label #%d _EVAL_)\n", loop_ptr);
+                if (yyssp <= yyss) goto yyabort;
+                --yyssp;
+                --yyvsp;
+            }
+        }
     }
+    else
+    {
+        if (yychar == 0) goto yyabort;
+#if YYDEBUG
+        if (yydebug)
+        {
+            yys = 0;
+            if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
+            if (!yys) yys = "illegal-symbol";
+            printf("yydebug: state %d, error recovery discards token %d (%s)\n",
+                    yystate, yychar, yys);
+        }
 #endif
-    if (setjmp(loop_stack[loop_ptr].loop_env)) {
-       retval = 1;
-       last_root = Nullcmd;
+        yychar = (-1);
+        goto yyloop;
     }
-    else {
-       error_count = 0;
-       if (rsfp)
-           retval = yyparse();
-       else if (last_root && *bufptr == *last_eval && strEQ(bufptr,last_eval)){
-           retval = 0;
-           eval_root = last_root;      /* no point in reparsing */
-       }
-       else if (in_eval == 1) {
-           if (last_root) {
-               Safefree(last_eval);
-               cmd_free(last_root);
-           }
-           last_eval = savestr(bufptr);
-           last_root = Nullcmd;
-           retval = yyparse();
-           if (!retval)
-               last_root = eval_root;
-       }
-       else
-           retval = yyparse();
-    }
-    myroot = eval_root;                /* in case cmd_exec does another eval! */
-    if (retval || error_count) {
-       st = stack->ary_array;
-       sp = arglast[0];
-       if (gimme != G_ARRAY)
-           st[++sp] = &str_undef;
-       last_root = Nullcmd;    /* can't free on error, for some reason */
-       if (rsfp) {
-           fclose(rsfp);
-           rsfp = 0;
-           if (optype == O_REQUIRE)
-               fatal("%s", str_get(stab_val(stabent("@",TRUE))));
-       }
-    }
-    else {
-       sp = cmd_exec(eval_root,gimme,sp);
-       st = stack->ary_array;
-       for (i = arglast[0] + 1; i <= sp; i++)
-           st[i] = str_static(st[i]);
-                               /* if we don't save result, free zaps it */
-       if (in_eval != 1 && myroot != last_root)
-           cmd_free(myroot);
-       if (optype != O_EVAL) {
-           if (gimme == G_SCALAR ? str_true(st[sp]) : sp > arglast[0]) {
-               (void)hstore(stab_hash(incstab), specfilename,
-                 strlen(specfilename), str_make(filename,0), 0 );
-           }
-           else if (optype == O_REQUIRE)
-               fatal("%s did not return a true value", specfilename);
-       }
-    }
-    in_eval--;
-#ifdef DEBUGGING
-       if (debug & 4) {
-           char *tmps = loop_stack[loop_ptr].loop_label;
-           deb("(Popping label #%d %s)\n",loop_ptr,
-               tmps ? tmps : "" );
-       }
+yyreduce:
+#if YYDEBUG
+    if (yydebug)
+        printf("yydebug: state %d, reducing by rule %d (%s)\n",
+                yystate, yyn, yyrule[yyn]);
 #endif
-    loop_ptr--;
-    filename = oldfile;
-    curcmd = oldcurcmd;
-    tmps_base = oldtmps_base;
-    curspat = oldspat;
-    if (savestack->ary_fill > oldsave) /* let them use local() */
-       restorelist(oldsave);
-    return sp;
-}
-
-/* This routine handles any switches that can be given during run */
-
-static char *
-moreswitches(s)
-char *s;
+    yym = yylen[yyn];
+    yyval = yyvsp[1-yym];
+    switch (yyn)
+    {
+case 1:
+#line 100 "perly.y"
 {
-  reswitch:
-    switch (*s) {
-    case 'a':
-       minus_a = TRUE;
-       s++;
-       return s;
-    case 'c':
-       minus_c = TRUE;
-       s++;
-       return s;
-    case 'd':
-#ifdef TAINT
-       if (euid != uid || egid != gid)
-           fatal("No -d allowed in setuid scripts");
-#endif
-       perldb = TRUE;
-       s++;
-       return s;
-    case 'D':
-#ifdef DEBUGGING
-#ifdef TAINT
-       if (euid != uid || egid != gid)
-           fatal("No -D allowed in setuid scripts");
+#if defined(YYDEBUG) && defined(DEBUGGING)
+                   yydebug = (debug & 1);
 #endif
-       debug = atoi(s+1);
-#else
-       warn("Recompile perl with -DDEBUGGING to use -D switch\n");
+                   expect = XBLOCK;
+               }
+break;
+case 2:
+#line 107 "perly.y"
+{   if (in_eval) {
+                               eval_root = newUNOP(OP_LEAVEEVAL, 0, yyvsp[0].opval);
+                               eval_start = linklist(eval_root);
+                               eval_root->op_next = 0;
+                               peep(eval_start);
+                           }
+                           else
+                               main_root = block_head(yyvsp[0].opval, &main_start);
+                       }
+break;
+case 3:
+#line 119 "perly.y"
+{ yyval.opval = scalarseq(yyvsp[-1].opval);
+                         if (copline > (line_t)yyvsp[-3].ival)
+                             copline = yyvsp[-3].ival;
+                         leave_scope(yyvsp[-2].ival);
+                         pad_leavemy(comppadnamefill);
+                         expect = XBLOCK; }
+break;
+case 4:
+#line 128 "perly.y"
+{ yyval.ival = savestack_ix; SAVEINT(comppadnamefill); }
+break;
+case 5:
+#line 132 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 6:
+#line 134 "perly.y"
+{ yyval.opval = yyvsp[-1].opval; }
+break;
+case 7:
+#line 136 "perly.y"
+{ yyval.opval = append_list(OP_LINESEQ, yyvsp[-1].opval, yyvsp[0].opval); pad_reset(); }
+break;
+case 8:
+#line 140 "perly.y"
+{ yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); }
+break;
+case 10:
+#line 143 "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 = XBLOCK; }
+break;
+case 11:
+#line 152 "perly.y"
+{ yyval.opval = newSTATEOP(0, yyvsp[-2].pval, yyvsp[-1].opval);
+                         expect = XBLOCK; }
+break;
+case 12:
+#line 157 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 13:
+#line 159 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 14:
+#line 161 "perly.y"
+{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[0].opval, yyvsp[-2].opval); }
+break;
+case 15:
+#line 163 "perly.y"
+{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[0].opval, yyvsp[-2].opval); }
+break;
+case 16:
+#line 165 "perly.y"
+{ yyval.opval = newLOOPOP(0, 1, scalar(yyvsp[0].opval), yyvsp[-2].opval); }
+break;
+case 17:
+#line 167 "perly.y"
+{ yyval.opval = newLOOPOP(0, 1, invert(scalar(yyvsp[0].opval)), yyvsp[-2].opval);}
+break;
+case 18:
+#line 171 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 19:
+#line 173 "perly.y"
+{ yyval.opval = scope(yyvsp[0].opval); }
+break;
+case 20:
+#line 175 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 21:
+#line 180 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 22:
+#line 183 "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 187 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newCONDOP(0, scope(yyvsp[-2].opval), scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 24:
+#line 190 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newCONDOP(0, invert(scalar(scope(yyvsp[-2].opval))),
+                                               scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 25:
+#line 196 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 26:
+#line 198 "perly.y"
+{ yyval.opval = scope(yyvsp[0].opval); }
+break;
+case 27:
+#line 202 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
+                                   newWHILEOP(0, 1, Nullop, yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 28:
+#line 206 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
+                                   newWHILEOP(0, 1, Nullop,
+                                       invert(scalar(yyvsp[-3].opval)), yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 29:
+#line 211 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-4].pval,
+                                   newWHILEOP(0, 1, Nullop,
+                                       scope(yyvsp[-2].opval), yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 30:
+#line 216 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-4].pval,
+                                   newWHILEOP(0, 1, Nullop,
+                                       invert(scalar(scope(yyvsp[-2].opval))), yyvsp[-1].opval, yyvsp[0].opval)); }
+break;
+case 31:
+#line 221 "perly.y"
+{ yyval.opval = newFOROP(0, yyvsp[-7].pval, yyvsp[-6].ival, ref(yyvsp[-5].opval, OP_ENTERLOOP),
+                               yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 32:
+#line 224 "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 227 "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, Nullop,
+                                           scalar(yyvsp[-4].opval), yyvsp[0].opval, scalar(yyvsp[-2].opval)) )); }
+break;
+case 34:
+#line 234 "perly.y"
+{ yyval.opval = newSTATEOP(0,
+                               yyvsp[-2].pval, newWHILEOP(0, 1, Nullop, Nullop, yyvsp[-1].opval, yyvsp[0].opval)); }
+break;
+case 35:
+#line 239 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 37:
+#line 244 "perly.y"
+{ (void)scan_num("1"); yyval.opval = yylval.opval; }
+break;
+case 39:
+#line 249 "perly.y"
+{ yyval.pval = Nullch; }
+break;
+case 41:
+#line 254 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 42:
+#line 256 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 43:
+#line 258 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 44:
+#line 262 "perly.y"
+{ newFORM(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 45:
+#line 264 "perly.y"
+{ newFORM(yyvsp[-1].ival, Nullop, yyvsp[0].opval); }
+break;
+case 46:
+#line 268 "perly.y"
+{ newSUB(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 47:
+#line 270 "perly.y"
+{ newSUB(yyvsp[-2].ival, yyvsp[-1].opval, Nullop); }
+break;
+case 48:
+#line 274 "perly.y"
+{ package(yyvsp[-1].opval); }
+break;
+case 49:
+#line 276 "perly.y"
+{ package(Nullop); }
+break;
+case 50:
+#line 280 "perly.y"
+{ yyval.opval = append_elem(OP_LIST, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 52:
+#line 285 "perly.y"
+{ yyval.opval = convert(yyvsp[-2].ival, OPf_STACKED,
+                               prepend_elem(OP_LIST, newGVREF(yyvsp[-1].opval), yyvsp[0].opval) ); }
+break;
+case 53:
+#line 288 "perly.y"
+{ yyval.opval = convert(yyvsp[-4].ival, OPf_STACKED,
+                               prepend_elem(OP_LIST, newGVREF(yyvsp[-2].opval), yyvsp[-1].opval) ); }
+break;
+case 54:
+#line 291 "perly.y"
+{ yyval.opval = convert(yyvsp[-1].ival, OPf_STACKED,
+                               prepend_elem(OP_LIST, newGVREF(yyvsp[-3].opval), yyvsp[0].opval) ); }
+break;
+case 55:
+#line 294 "perly.y"
+{ yyval.opval = convert(yyvsp[-3].ival, OPf_STACKED,
+                               prepend_elem(OP_LIST, newGVREF(yyvsp[-5].opval), yyvsp[-1].opval) ); }
+break;
+case 56:
+#line 297 "perly.y"
+{ yyval.opval = convert(OP_ENTERSUBR, OPf_STACKED|OPf_SPECIAL,
+                               prepend_elem(OP_LIST, newMETHOD(yyvsp[-5].opval,yyvsp[-3].opval), yyvsp[-1].opval)); }
+break;
+case 57:
+#line 300 "perly.y"
+{ yyval.opval = convert(OP_ENTERSUBR, OPf_STACKED|OPf_SPECIAL,
+                               prepend_elem(OP_LIST, newMETHOD(yyvsp[-1].opval,yyvsp[-2].opval), yyvsp[0].opval)); }
+break;
+case 58:
+#line 303 "perly.y"
+{ yyval.opval = convert(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 59:
+#line 305 "perly.y"
+{ yyval.opval = convert(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
+break;
+case 60:
+#line 309 "perly.y"
+{ yyval.opval = newASSIGNOP(OPf_STACKED, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 61:
+#line 311 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 62:
+#line 314 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 63:
+#line 317 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval));}
+break;
+case 64:
+#line 320 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 65:
+#line 323 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 66:
+#line 326 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               ref(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 67:
+#line 329 "perly.y"
+{ yyval.opval = newLOGOP(OP_ANDASSIGN, 0,
+                               ref(scalar(yyvsp[-3].opval), OP_ANDASSIGN),
+                               newUNOP(OP_SASSIGN, 0, scalar(yyvsp[0].opval))); }
+break;
+case 68:
+#line 333 "perly.y"
+{ yyval.opval = newLOGOP(OP_ORASSIGN, 0,
+                               ref(scalar(yyvsp[-3].opval), OP_ORASSIGN),
+                               newUNOP(OP_SASSIGN, 0, scalar(yyvsp[0].opval))); }
+break;
+case 69:
+#line 339 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 70:
+#line 341 "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 71:
+#line 345 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 72:
+#line 347 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 73:
+#line 349 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 74:
+#line 351 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 75:
+#line 353 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 76:
+#line 355 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 77:
+#line 357 "perly.y"
+{ yyval.opval = newRANGE(yyvsp[-1].ival, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval));}
+break;
+case 78:
+#line 359 "perly.y"
+{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 79:
+#line 361 "perly.y"
+{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 80:
+#line 363 "perly.y"
+{ yyval.opval = newCONDOP(0, yyvsp[-4].opval, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 81:
+#line 365 "perly.y"
+{ yyval.opval = bind_match(yyvsp[-1].ival, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 82:
+#line 367 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 83:
+#line 371 "perly.y"
+{ yyval.opval = newUNOP(OP_NEGATE, 0, scalar(yyvsp[0].opval)); }
+break;
+case 84:
+#line 373 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 85:
+#line 375 "perly.y"
+{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
+break;
+case 86:
+#line 377 "perly.y"
+{ yyval.opval = newUNOP(OP_COMPLEMENT, 0, scalar(yyvsp[0].opval));}
+break;
+case 87:
+#line 379 "perly.y"
+{ yyval.opval = newUNOP(OP_REFGEN, 0, ref(yyvsp[0].opval, OP_REFGEN)); }
+break;
+case 88:
+#line 381 "perly.y"
+{ yyval.opval = newUNOP(OP_POSTINC, 0,
+                                       ref(scalar(yyvsp[-1].opval), OP_POSTINC)); }
+break;
+case 89:
+#line 384 "perly.y"
+{ yyval.opval = newUNOP(OP_POSTDEC, 0,
+                                       ref(scalar(yyvsp[-1].opval), OP_POSTDEC)); }
+break;
+case 90:
+#line 387 "perly.y"
+{ yyval.opval = newUNOP(OP_PREINC, 0,
+                                       ref(scalar(yyvsp[0].opval), OP_PREINC)); }
+break;
+case 91:
+#line 390 "perly.y"
+{ yyval.opval = newUNOP(OP_PREDEC, 0,
+                                       ref(scalar(yyvsp[0].opval), OP_PREDEC)); }
+break;
+case 92:
+#line 393 "perly.y"
+{ yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); }
+break;
+case 93:
+#line 395 "perly.y"
+{ yyval.opval = sawparens(yyvsp[-1].opval); }
+break;
+case 94:
+#line 397 "perly.y"
+{ yyval.opval = newNULLLIST(); }
+break;
+case 95:
+#line 399 "perly.y"
+{ yyval.opval = newANONLIST(yyvsp[-1].opval); }
+break;
+case 96:
+#line 401 "perly.y"
+{ yyval.opval = newANONLIST(Nullop); }
+break;
+case 97:
+#line 403 "perly.y"
+{ yyval.opval = newANONHASH(yyvsp[-1].opval); }
+break;
+case 98:
+#line 405 "perly.y"
+{ yyval.opval = newANONHASH(Nullop); }
+break;
+case 99:
+#line 407 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 100:
+#line 409 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 101:
+#line 411 "perly.y"
+{ yyval.opval = newBINOP(OP_AELEM, 0, oopsAV(yyvsp[-3].opval), scalar(yyvsp[-1].opval)); }
+break;
+case 102:
+#line 413 "perly.y"
+{ yyval.opval = newBINOP(OP_AELEM, 0,
+                                       scalar(ref(newAVREF(yyvsp[-4].opval),OP_RV2AV)),
+                                       scalar(yyvsp[-1].opval));}
+break;
+case 103:
+#line 417 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 104:
+#line 419 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 105:
+#line 421 "perly.y"
+{ yyval.opval = newUNOP(OP_AV2ARYLEN, 0, ref(yyvsp[0].opval, OP_AV2ARYLEN));}
+break;
+case 106:
+#line 423 "perly.y"
+{ yyval.opval = newBINOP(OP_HELEM, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 107:
+#line 426 "perly.y"
+{ yyval.opval = newBINOP(OP_HELEM, 0,
+                                       scalar(ref(newHVREF(yyvsp[-5].opval),OP_RV2HV)),
+                                       jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 108:
+#line 431 "perly.y"
+{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, yyvsp[-4].opval); }
+break;
+case 109:
+#line 433 "perly.y"
+{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, Nullop); }
+break;
+case 110:
+#line 435 "perly.y"
+{ yyval.opval = prepend_elem(OP_ASLICE,
+                               newOP(OP_PUSHMARK, 0),
+                               list(
+                                   newLISTOP(OP_ASLICE, 0,
+                                       list(yyvsp[-1].opval),
+                                       ref(yyvsp[-3].opval, OP_ASLICE)))); }
+break;
+case 111:
+#line 442 "perly.y"
+{ yyval.opval = prepend_elem(OP_HSLICE,
+                               newOP(OP_PUSHMARK, 0),
+                               list(
+                                   newLISTOP(OP_HSLICE, 0,
+                                       list(yyvsp[-2].opval),
+                                       ref(oopsHV(yyvsp[-4].opval), OP_HSLICE))));
+                           expect = XOPERATOR; }
+break;
+case 112:
+#line 450 "perly.y"
+{ yyval.opval = newBINOP(OP_DELETE, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 113:
+#line 453 "perly.y"
+{ yyval.opval = newBINOP(OP_DELETE, 0, oopsHV(yyvsp[-5].opval), jmaybe(yyvsp[-3].opval));
+                           expect = XOPERATOR; }
+break;
+case 114:
+#line 456 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 115:
+#line 458 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, 0,
+                               scalar(yyvsp[0].opval)); }
+break;
+case 116:
+#line 461 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED, scalar(yyvsp[-2].opval)); }
+break;
+case 117:
+#line 463 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED,
+                           list(prepend_elem(OP_LIST, scalar(yyvsp[-3].opval), yyvsp[-1].opval))); }
+break;
+case 118:
+#line 466 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               newCVREF(scalar(yyvsp[-1].opval)), yyvsp[0].opval))); }
+break;
+case 119:
+#line 470 "perly.y"
+{ yyval.opval = newUNOP(OP_DOFILE, 0, scalar(yyvsp[0].opval));
+                         allgvs = TRUE;}
+break;
+case 120:
+#line 473 "perly.y"
+{ yyval.opval = newUNOP(OP_NULL, OPf_SPECIAL, scope(yyvsp[0].opval)); }
+break;
+case 121:
+#line 475 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_SPECIAL|OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               scalar(newCVREF(scalar(yyvsp[-2].opval))), newNULLLIST()))); }
+break;
+case 122:
+#line 479 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_SPECIAL|OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               scalar(newCVREF(scalar(yyvsp[-3].opval))),
+                               yyvsp[-1].opval))); }
+break;
+case 123:
+#line 484 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_SPECIAL|OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               scalar(newCVREF(scalar(yyvsp[-2].opval))), newNULLLIST())));}
+break;
+case 124:
+#line 488 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_SPECIAL|OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               scalar(newCVREF(scalar(yyvsp[-3].opval))),
+                               yyvsp[-1].opval))); }
+break;
+case 125:
+#line 493 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, OPf_SPECIAL); }
+break;
+case 126:
+#line 495 "perly.y"
+{ yyval.opval = newPVOP(yyvsp[-1].ival, 0,
+                               savestr(SvPVnx(((SVOP*)yyvsp[0].opval)->op_sv)));
+                           op_free(yyvsp[0].opval); }
+break;
+case 127:
+#line 499 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, 0); }
+break;
+case 128:
+#line 501 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 129:
+#line 503 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 130:
+#line 505 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, 0); }
+break;
+case 131:
+#line 507 "perly.y"
+{ yyval.opval = newOP(yyvsp[-2].ival, 0); }
+break;
+case 132:
+#line 509 "perly.y"
+{ yyval.opval = newOP(yyvsp[-2].ival, OPf_SPECIAL); }
+break;
+case 133:
+#line 511 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
+break;
+case 134:
+#line 513 "perly.y"
+{ yyval.opval = pmruntime(yyvsp[-3].opval, yyvsp[-1].opval, Nullop); }
+break;
+case 135:
+#line 515 "perly.y"
+{ yyval.opval = pmruntime(yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval); }
+break;
+case 138:
+#line 521 "perly.y"
+{ yyval.opval = newNULLLIST(); }
+break;
+case 139:
+#line 523 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 140:
+#line 527 "perly.y"
+{ yyval.opval = newCVREF(yyvsp[0].opval); }
+break;
+case 141:
+#line 531 "perly.y"
+{ yyval.opval = newSVREF(yyvsp[0].opval); }
+break;
+case 142:
+#line 535 "perly.y"
+{ yyval.opval = newAVREF(yyvsp[0].opval); }
+break;
+case 143:
+#line 539 "perly.y"
+{ yyval.opval = newHVREF(yyvsp[0].opval); }
+break;
+case 144:
+#line 543 "perly.y"
+{ yyval.opval = newAVREF(yyvsp[0].opval); }
+break;
+case 145:
+#line 547 "perly.y"
+{ yyval.opval = newGVREF(yyvsp[0].opval); }
+break;
+case 146:
+#line 551 "perly.y"
+{ yyval.opval = scalar(yyvsp[0].opval); }
+break;
+case 147:
+#line 553 "perly.y"
+{ yyval.opval = scalar(yyvsp[0].opval); }
+break;
+case 148:
+#line 555 "perly.y"
+{ yyval.opval = scalar(scope(yyvsp[0].opval)); }
+break;
+case 149:
+#line 558 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 150:
+#line 562 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 151:
+#line 564 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 152:
+#line 568 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 153:
+#line 570 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 154:
+#line 574 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 155:
+#line 576 "perly.y"
+{ yyval.ival = 0; }
+break;
+#line 2233 "y.tab.c"
+    }
+    yyssp -= yym;
+    yystate = *yyssp;
+    yyvsp -= yym;
+    yym = yylhs[yyn];
+    if (yystate == 0 && yym == 0)
+    {
+#if YYDEBUG
+        if (yydebug)
+            printf("yydebug: after reduction, shifting from state 0 to\
+ state %d\n", YYFINAL);
 #endif
-       break;
-    case 'i':
-       inplace = savestr(s+1);
-       for (s = inplace; *s && !isspace(*s); s++) ;
-       *s = '\0';
-       argvoutstab = stabent("ARGVOUT",TRUE);
-       break;
-    case 'I':
-#ifdef TAINT
-       if (euid != uid || egid != gid)
-           fatal("No -I allowed in setuid scripts");
+        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";
+                printf("yydebug: state %d, reading %d (%s)\n",
+                        YYFINAL, yychar, yys);
+            }
 #endif
-       if (*++s) {
-           (void)apush(stab_array(incstab),str_make(s,0));
-       }
-       else
-           fatal("No space allowed after -I");
-       break;
-    case 'n':
-       minus_n = TRUE;
-       s++;
-       return s;
-    case 'p':
-       minus_p = TRUE;
-       s++;
-       return s;
-    case 'u':
-       do_undump = TRUE;
-       s++;
-       return s;
-    case 'U':
-       unsafe = TRUE;
-       s++;
-       return s;
-    case 'v':
-       fputs(rcsid,stdout);
-       fputs("\nCopyright (c) 1989, 1990, Larry Wall\n",stdout);
-#ifdef MSDOS
-       fputs("MS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n",
-       stdout);
+        }
+        if (yychar == 0) goto yyaccept;
+        goto yyloop;
+    }
+    if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yystate)
+        yystate = yytable[yyn];
+    else
+        yystate = yydgoto[yym];
+#if YYDEBUG
+    if (yydebug)
+        printf("yydebug: after reduction, shifting from state %d \
+to state %d\n", *yyssp, yystate);
 #endif
-       fputs("\n\
-Perl may be copied only under the terms of the GNU General Public License,\n\
-a copy of which can be found with the Perl 3.0 distribution kit.\n",stdout);
-       exit(0);
-    case 'w':
-       dowarn = TRUE;
-       s++;
-       return s;
-    case ' ':
-    case '\n':
-    case '\t':
-       break;
-    default:
-       fatal("Switch meaningless after -x: -%s",s);
+    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;
+       yyvs = (YYSTYPE*)realloc((char*)yyvs,yystacksize * sizeof(YYSTYPE));
+       yyss = (short*)realloc((char*)yyss,yystacksize * sizeof(short));
+       if (!yyvs || !yyss)
+           goto yyoverflow;
+       yyssp = yyss + yyps_index;
+       yyvsp = yyvs + yypv_index;
     }
-    return Nullch;
+    *++yyssp = yystate;
+    *++yyvsp = yyval;
+    goto yyloop;
+yyoverflow:
+    yyerror("Out of memory for yacc stack");
+yyabort:
+    retval = 1;
+yyaccept:
+    if (yyss) free(yyss);
+    if (yyvs) free(yyvs);
+    yydebug    = oldyydebug;
+    yynerrs    = oldyynerrs;
+    yyerrflag  = oldyyerrflag;
+    yychar     = oldyychar;
+    yyval      = oldyyval;
+    yylval     = oldyylval;
+    return retval;
 }