This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 5
[perl5.git] / perly.c
diff --git a/perly.c b/perly.c
index d2119ac..8fd9983 100644 (file)
--- a/perly.c
+++ b/perly.c
-char rcsid[] = "$Header: perly.c,v 1.0.1.3 88/01/28 10:28:31 root Exp $";
-/*
- * $Log:       perly.c,v $
- * Revision 1.0.1.3  88/01/28  10:28:31  root
- * patch8: added eval operator.  Also fixed expectterm following right curly.
- * 
- * Revision 1.0.1.2  88/01/24  00:06:03  root
- * patch 2: s/(abc)/\1/ grandfathering didn't work right.
- * 
- * Revision 1.0.1.1  88/01/21  21:25:57  root
- * Now uses CPP and CPPMINUS symbols from config.h.
- * 
- * Revision 1.0  87/12/18  15:53:31  root
- * Initial revision
- * 
- */
-
-bool preprocess = FALSE;
-bool assume_n = FALSE;
-bool assume_p = FALSE;
-bool doswitches = FALSE;
-bool allstabs = FALSE;         /* init all customary symbols in symbol table?*/
-char *filename;
-char *e_tmpname = "/tmp/perl-eXXXXXX";
-FILE *e_fp = Nullfp;
-ARG *l();
-
-main(argc,argv,env)
-register int argc;
-register char **argv;
-register char **env;
-{
-    register STR *str;
-    register char *s;
-    char *index();
-
-    linestr = str_new(80);
-    str = str_make("-I/usr/lib/perl ");        /* first used for -I flags */
-    for (argc--,argv++; argc; argc--,argv++) {
-       if (argv[0][0] != '-' || !argv[0][1])
-           break;
-      reswitch:
-       switch (argv[0][1]) {
-#ifdef DEBUGGING
-       case 'D':
-           debug = atoi(argv[0]+2);
-#ifdef YYDEBUG
-           yydebug = (debug & 1);
+#ifndef lint
+static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91";
 #endif
-           break;
+#define YYBYACC 1
+#line 39 "perly.y"
+#include "EXTERN.h"
+#include "perl.h"
+
+/*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 OROP 289
+#define ANDOP 290
+#define LSTOP 291
+#define OROR 292
+#define ANDAND 293
+#define BITOROP 294
+#define BITANDOP 295
+#define UNIOP 296
+#define SHIFTOP 297
+#define MATCHOP 298
+#define ARROW 299
+#define UMINUS 300
+#define REFGEN 301
+#define POWOP 302
+#define PREINC 303
+#define PREDEC 304
+#define POSTINC 305
+#define POSTDEC 306
+#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,   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,   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,    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,    4,    1,    1,    1,    5,    6,
+    5,    6,    5,    4,    5,    6,    8,    1,    1,    3,
+    4,    3,    4,    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,  118,    0,  154,    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,  106,  108,  102,    0,    0,
+    0,  142,    5,   44,   47,   46,   48,  151,  153,  152,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  131,    0,    0,    0,  149,    0,  125,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   58,    0,
+  133,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   98,    0,  145,  146,  147,  148,  150,    0,   34,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   90,   91,    0,    0,    0,    0,    0,
+    0,   11,    0,    0,   57,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   36,    0,  136,
+  137,    0,    0,    0,    0,    0,    0,    0,  100,    0,
+    0,   99,  122,    0,   52,    0,  156,    0,    0,    0,
+  158,   97,   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,    0,    0,    0,
+    0,  120,    0,    0,    0,    3,  139,    0,    0,   29,
+    0,   30,    0,    0,    0,   23,    0,   24,    0,    0,
+    0,  138,   59,    0,  126,    0,  128,    0,    0,    0,
+    0,  160,  123,    0,  155,    0,  157,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  105,    0,  103,    0,  114,  121,    0,   54,    0,    0,
+    0,    0,   19,    0,    0,    0,    0,    0,   53,  127,
+  129,    0,    0,  159,  113,    0,    0,  111,    0,    0,
+  104,  109,  115,    0,  140,   27,   28,   21,    0,   22,
+    0,   32,    0,    0,  116,  112,  110,   56,   55,    0,
+    0,   31,    0,    0,    0,  117,   20,   33,
+};
+short yydgoto[] = {                                       1,
+    8,    9,   73,  199,  202,  192,   79,    3,   10,   11,
+   60,  176,  256,  108,   62,   63,   64,   65,   66,   67,
+   68,   69,  178,  109,   71,  168,   72,   12,  130,    2,
+   13,   14,
+};
+short yysindex[] = {                                      0,
+    0,    0,   50,    0, -111, -240,  -53,    0,    0,    0,
+    0,  892,    0,    0,    0,  -47,    0,  -24,  -39,    0,
+    0,    0,  -33,    0,   -9,    0,  -30,  -26,  -25,  -22,
+   32, -214,   68,   87,  108,  -33, 2699, 2800,   38,  992,
+  -79, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 1048,    0,
+ 2800, 2800, 1098,  -33,  -33,  -33,  -33,  -33,  -93,    0,
+   -4,  502,  -87,  -72,  -52,    0,    0,    0,  140,  139,
+  -97,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+ 2800, 2800, 2800,  -47, 2800,  -47, 2800,  -47, 2800,  -47,
+ 1222,  175,    0,  180, 1328, 2800,    0,  176,    0,    9,
+  -32,    9,  207,  109,  120,   11, 2800,  203,    0, 1378,
+    0,    9,  -70,  -70,  -70,  -50,  -50,  159,    1,  -70,
+  -70,    0,  -18,    0,    0,    0,    0,    0,  -47,    0,
+ 2800, 2800, 2800, 2800, 2800, 2800, 2800, 2800, 1428, 1499,
+ 2800, 2800, 2800, 2800, 1700, 1756, 1806, 1856, 2063, 2800,
+ 2113, 2800,  -89,    0,    0, 2800, 2800, 2800, 2800, 2800,
+ 2165,    0,  -94,  -92,    0,  196,  203,  210,  -93,   78,
+  -93,  106, -103,  145, -103,  194,    8,    0, 2800,    0,
+    0,  197,  217, 1378, 2234, 2422,  137, 2800,    0, 2491,
+  142,    0,    0, 1378,    0, 2800,    0, 2543,  170, 2593,
+    0,    0,    0,  203,  203,  203,  203,  665,   52,    9,
+  -68, 2800, -187, 2800, -233,  332,  665,  665,  715, 2800,
+  508, 2800, 1021, 2800,  691, 2800,  136, 2800, -121,  -34,
+ 2800,  -34,   58, 2800,  239, 2800,  -16,   66,   10,  107,
+   13,    0,    1,  240, 2800,    0,    0, 2800,  -47,    0,
+  -47,    0,  -47,  -47,  241,    0,  -47,    0, 2800,  -47,
+    1,    0,    0,  246,    0,    1,    0,    1, 2800,  131,
+  169,    0,    0,   16,    0, 2800,    0,  665,  665, 2800,
+  665,  665,  665,  665,  665,  665,  179,  148, 2800,   19,
+    0,  185,    0,  191,    0,    0, 2800,    0,  411,  -93,
+  -93, -103,    0, 2800, -103,  259,  -93,  -47,    0,    0,
+    0,  151,  200,    0,    0,   23,  236,    0,  205,  264,
+    0,    0,    0,  278,    0,    0,    0,    0,  198,    0,
+ 1222,    0,  -93,  211,    0,    0,    0,    0,    0,  -47,
+  282,    0,  296, -103,  -47,    0,    0,    0,
+};
+short yyrindex[] = {                                      0,
+    0,    0,  463,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,  557,    0,    0,    0,    0,    0,    0,    0,    0,
+    0, 2841, 2887,    0,    0,    0,    0,    0,    0,    0,
+    0, 3417, 3464,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,  100,    0,
+   46, 5017, 5512,  618, 3723,    0,    0,    0, 2930,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+ 3417,    0,  297,    0,    0,    0,    0,    0,    0,    0,
+  280,    0,    0,    0,    0,  300,    0, 2971,    0, 4145,
+ 3764, 4186,    0,    0,    0,    0, 3417, 3034,    0, 3846,
+    0, 4228, 5058, 5097, 5142, 5357, 5401, 3249,    0, 5438,
+ 5475,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,  942,    0,    0,   48,    0,  163,    0,
+  163,    0,  284,    0,  284,    0,  283,    0,    0,    0,
+    0,    0,    0,  300,    0,    0,    0,    0,    0,    0,
+    0,    0,    0, 3846,    0,    0,    0,    0, 3293,    0,
+    0,    0,    0,   80,   82,   93,  103, 1404, 4643, 4269,
+ 4313,    0, 3805,    0,    3, 1005, 4507, 4672,    0,    0,
+ 4631,    0, 4602,    0, 4573,    0, 4532,    0, 3888, 3334,
+    0, 3376,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0, 3417,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,  292,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0, 4691, 4761,    0,
+ 4909, 4950, 4954, 4962, 5005, 5013,    0,    0,  300,    0,
+    0,    0,    0,    0,    0,    0,  300,    0,    0,  163,
+  163,  284,    0,    0,  284,    0,  163,    0,    0,    0,
+    0,    0,    0,    0,    0,    0, 2386,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  311,    0,  163,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,  284,    0,    0,    0,    0,
+};
+short yygindex[] = {                                      0,
+    0,    0,    0, -148,    0,    0,   -5,  298,    0,    0,
+    0,   22, -170,   -3, 5708,  591, 1069,    0,    0,    0,
+    0,    0,  343,  -80, 1003,  111,    0,    0, -113,    0,
+    0,    0,
+};
+#define YYTABLESIZE 5988
+short yytable[] = {                                      17,
+  165,  236,   55,  156,  258,   20,   59,  186,   61,   83,
+   74,   15,   76,   85,   87,  183,   18,   89,  158,   77,
+  156,   84,   86,   88,   90,  200,  193,  135,  260,  195,
+   82,   99,  246,  234,   75,  152,  106,  111,  160,  135,
+  156,  197,   93,   71,  198,  119,   71,  139,  197,  123,
+  157,  198,  152,  135,  190,  250,  135,  252,  158,  135,
+   71,   71,  135,   71,  150,   71,  135,   55,  151,  191,
+  159,   91,  152,   55,  201,   15,  291,  103,  169,  167,
+  171,  170,  173,  172,  175,  174,   13,  177,   38,   15,
+  157,  182,   15,   71,  296,   71,   15,   15,   15,   25,
+   15,  135,  293,  264,   13,  295,   38,   94,  315,  135,
+  150,  321,  308,  273,  151,  336,  287,  310,  251,  311,
+   16,  135,   17,  203,  292,   71,   95,  204,  205,  206,
+  207,  328,   25,   14,  330,   25,   25,   25,   16,   25,
+   17,   25,   25,   15,   25,   16,  253,   96,  233,  135,
+  135,   14,  237,  238,  239,  240,  241,  243,   25,  139,
+  140,   15,   25,   25,  298,  294,  254,  255,  235,    4,
+    5,    6,    7,  347,  135,  261,  150,  107,  129,  161,
+  151,  266,  268,  244,  270,  257,  326,  327,  135,  313,
+   25,  135,  274,  332,  135,   25,  245,  162,   25,   25,
+   25,  163,   25,   19,   25,   25,  319,   25,  320,  334,
+  137,  153,  139,  140,  179,  185,  324,  154,  155,  342,
+  180,   25,   25,   78,   25,   25,   25,   26,  149,  150,
+  288,  188,  290,  151,  154,  155,  247,  262,  340,  248,
+  135,  135,   55,  300,  189,  301,  135,  302,  303,  196,
+  249,  305,  259,   25,  307,  167,  143,  263,  144,  269,
+  276,  131,  132,  133,  134,  312,  272,  151,   71,   71,
+   71,   71,  316,  131,  132,  133,  134,   71,  289,  297,
+  304,   71,   71,   18,   71,   25,  309,   25,   25,  139,
+  140,   71,   71,  314,   71,   71,   71,   71,  144,   71,
+  329,   71,  333,  318,  338,  149,  150,   71,   71,  322,
+  151,    4,    5,    6,    7,  323,   18,  331,  339,   18,
+   18,   18,  345,   18,  335,   18,   18,   61,   18,  337,
+  137,  138,  139,  140,  344,  343,  346,   37,   35,  348,
+  143,   13,   18,  145,  146,  147,  148,   18,  149,  150,
+   37,   35,  341,  151,   70,   25,   25,   25,   25,   25,
+   25,   25,   25,   25,   25,   25,   25,   25,   25,  306,
+  164,    0,   25,   25,   18,   25,   25,   25,    0,    0,
+    0,    0,   25,   25,   25,   25,   25,   25,    0,    0,
+   25,    0,  143,    0,  144,   25,    0,    0,  153,    0,
+   25,    0,   25,   25,    0,    0,   18,    0,   18,   18,
+    0,    0,    0,    0,  137,  138,  139,  140,   25,   25,
+   25,   25,   25,   25,   25,   25,   25,   25,   25,   25,
+   25,   25,  149,  150,    0,   25,   25,  151,   25,   25,
+   25,    0,    0,    0,    0,   25,   25,   25,   25,   25,
+   25,  325,    0,   25,    0,    0,    0,    0,   25,    0,
+    0,    0,    2,   25,    0,   25,   25,    0,    0,    0,
+  136,  143,    0,  144,  137,  138,  139,  140,    0,    0,
+    0,    0,    0,    0,  141,  142,    0,  145,  146,  147,
+  148,    0,  149,  150,    0,   39,    0,  151,   39,   39,
+   39,    0,   39,    0,   39,   39,    0,   39,    0,    0,
+  136,    0,    0,    0,  137,  138,  139,  140,    0,    0,
+    0,   39,    0,    0,    0,    0,   39,  145,  146,  147,
+  148,    0,  149,  150,    0,    0,    0,  151,    0,   18,
+   18,   18,   18,   18,   18,   18,   18,   18,   18,   18,
+   18,   18,   18,   39,    0,    0,   18,   18,    0,   18,
+   18,   18,  143,    0,  144,    0,   18,   18,   18,   18,
+   18,   18,    0,    0,   18,    0,    0,    0,    0,   18,
+    0,    0,    0,    0,   18,   39,   18,   18,   39,  151,
+    0,    0,  151,  151,  151,    0,  151,  141,  151,  151,
+  141,  151,    0,    0,    0,    0,  136,    0,    0,    0,
+  137,  138,  139,  140,  141,  141,    0,  141,    0,  141,
+  151,  142,    0,  145,  146,  147,  148,    0,  149,  150,
+    0,    0,    0,  151,  113,  114,  115,  116,  117,    0,
+    0,  120,  121,    0,    0,    0,    0,  141,    0,  141,
+  152,    0,    0,  152,  152,  152,    0,  152,  101,  152,
+  152,  101,  152,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,  101,  101,    0,  101,  141,
+  101,  152,  151,    0,    0,  136,    0,    0,    0,  137,
+  138,  139,  140,    0,    0,    0,    0,    0,    0,  141,
+  142,    0,  145,  146,  147,  148,    0,  149,  150,    0,
+  101,    0,  151,    0,    0,    0,    0,    0,   39,   39,
+   39,   39,   39,   39,    0,  143,    0,  144,   39,   39,
+   39,   39,    0,    0,    0,   39,   39,    0,   39,   39,
+   39,    0,    0,  152,    0,   39,   39,   39,   39,   39,
+   39,    0,    0,   39,    0,    0,    0,    0,   39,    0,
+    0,    0,    0,   39,    0,   39,   39,    0,    0,    0,
+    0,    0,  280,    0,    0,  143,  136,  144,    0,    0,
+  137,  138,  139,  140,    0,    0,  137,  138,  139,  140,
+  141,  142,    0,  145,  146,  147,  148,    0,  149,  150,
+  146,  147,  148,  151,  149,  150,    0,    0,    0,  151,
+    0,    0,    0,  151,  151,  151,  151,  151,    0,    0,
+    0,    0,  141,  141,  141,  141,    0,    0,    0,    0,
+  151,  141,  151,  151,  151,  141,  141,  141,  141,  151,
+  151,  151,  151,  151,  151,  141,  141,  151,  141,  141,
+  141,  141,  151,  141,  141,  141,    0,  151,  141,  151,
+  151,  141,  141,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,  152,  152,  152,  152,  152,    0,
+    0,    0,    0,  101,  101,  101,  101,    0,    0,    0,
+    0,  152,  101,  152,  152,  152,  101,  101,  101,  101,
+  152,  152,  152,  152,  152,  152,  101,  101,  152,  101,
+  101,  101,  101,  152,  101,  101,  101,    0,  152,  101,
+  152,  152,  101,  101,   44,    0,    0,   55,   57,   54,
+    0,   49,    0,   58,   52,    0,   51,    0,    0,  136,
+    0,    0,    0,  137,  138,  139,  140,    0,    0,    0,
+   50,    0,    0,    0,    0,   56,  145,  146,  147,  148,
+    0,  149,  150,    0,    0,    0,  151,    0,    0,  137,
+  138,  139,  140,    0,   39,    0,    0,   39,   39,   39,
+    0,   39,   53,   39,   39,  148,   39,  149,  150,  136,
+    0,    0,  151,  137,  138,  139,  140,    0,    0,    0,
+   39,    0,    0,  141,  142,   39,  145,  146,  147,  148,
+    0,  149,  150,    0,   15,    0,  151,   45,    0,    0,
+    0,    0,    0,    0,   44,   81,    0,   55,   57,   54,
+    0,   49,   39,   58,   52,    0,   51,    0,   97,    0,
+    0,    0,    0,    0,  110,   81,    0,    0,   81,    0,
+  105,    0,    0,    0,    0,   56,  124,  125,  126,  127,
+  128,    0,   81,   81,   39,    0,    0,   39,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   44,    0,   53,   55,   57,   54,    0,   49,  118,   58,
+   52,   80,   51,    0,    0,   81,    0,   81,  184,   92,
+    0,    0,    0,    0,   80,  101,    0,  104,    0,  194,
+    0,   56,    0,    0,   15,    0,    0,   45,    0,    0,
+    0,    0,   80,   80,   80,   80,   80,   81,    0,    0,
+   44,    0,    0,   55,   57,   54,    0,   49,   53,   58,
+   52,    0,   51,    0,    0,    0,    0,   21,   22,   23,
+   24,   25,   26,    0,    0,    0,    0,   27,   28,   29,
+   30,   56,    0,    0,   31,   32,    0,   33,   34,   35,
+   15,  187,    0,   45,   36,   37,   38,   39,   40,   41,
+    0,    0,   42,    0,    0,    0,    0,   43,   53,    0,
+  122,    0,   46,    0,   47,   48,    0,   39,   39,   39,
+   39,   39,   39,    0,    0,    0,    0,   39,   39,   39,
+   39,    0,    0,    0,   39,   39,    0,   39,   39,   39,
+   15,    0,    0,   45,   39,   39,   39,   39,   39,   39,
+    0,    0,   39,    0,    0,    0,    0,   39,    0,    0,
+    0,    0,   39,    0,   39,   39,    0,    0,   22,   23,
+   24,   25,   26,    0,   44,    0,    0,   55,   57,   54,
+    0,   49,    0,   58,   52,   32,   51,   33,   34,   35,
+   81,   81,   81,   81,   36,   37,   38,   39,   40,   41,
+    0,    0,   42,    0,    0,   56,    0,   43,    0,    0,
+    0,    0,   46,   81,   47,   48,    0,    0,    0,  137,
+  138,  139,  140,   81,   22,   23,   24,   25,   26,   81,
+   81,    0,   53,    0,  147,  148,    0,  149,  150,    0,
+    0,   32,  151,   33,   34,   35,    0,    0,    0,    0,
+   36,   37,   38,   39,   40,   41,    0,    0,   42,    0,
+    0,    0,    0,   43,   15,    0,    0,   45,   46,    0,
+   47,   48,    0,    0,   22,   23,   24,   25,   26,    0,
+   44,    0,    0,   55,   57,   54,    0,   49,  181,   58,
+   52,   32,   51,   33,   34,   35,    0,    0,    0,    0,
+   36,   37,   38,   39,   40,   41,    0,    0,   42,    0,
+    0,   56,    0,   43,    0,    0,    0,    0,   46,    0,
+   47,   48,    0,    0,    0,    0,    0,    0,    0,    0,
+   44,    0,    0,   55,   57,   54,    0,   49,   53,   58,
+   52,    0,   51,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   56,    0,    0,   50,    0,    0,   50,    0,    0,
+   15,    0,    0,   45,    0,    0,    0,    0,    0,    0,
+   44,   50,   50,   55,   57,   54,    0,   49,   53,   58,
+   52,    0,   51,    0,    0,    0,    0,   21,   22,   23,
+   24,   25,   26,    0,    0,    0,    0,    0,  212,    0,
+    0,   56,    0,    0,   50,   32,   50,   33,   34,   35,
+   15,    0,    0,   45,   36,   37,   38,   39,   40,   41,
+    0,    0,   42,    0,    0,    0,    0,   43,   53,    0,
+    0,    0,   46,    0,   47,   48,   50,    0,    0,    0,
+    0,   44,    0,    0,   55,   57,   54,    0,   49,    0,
+   58,   52,    0,   51,    0,    0,    0,    0,    0,    0,
+   15,    0,    0,   45,    0,    0,    0,    0,    0,  214,
+    0,    0,   56,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   22,   23,   24,   25,   26,   53,
+    0,    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,    0,    0,   42,    0,
+    0,   15,    0,   43,   45,    0,    0,    0,   46,    0,
+   47,   48,    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,    0,    0,
+   36,   37,   38,   39,   40,   41,    0,    0,   42,   50,
+   50,   50,   50,   43,    0,    0,  163,    0,   46,    0,
+   47,   48,    0,    0,   22,   23,   24,   25,   26,    0,
+    0,    0,   50,   50,    0,    0,    0,    0,    0,    0,
+    0,   32,   50,   33,   34,   35,    0,    0,   50,   50,
+   36,   37,   38,   39,   40,   41,    0,    0,   42,    0,
+    0,    0,    0,   43,    0,    0,    0,    0,   46,    0,
+   47,   48,   44,    0,    0,   55,   57,   54,    0,   49,
+    0,   58,   52,    0,   51,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   22,   23,   24,   25,   26,
+  220,    0,    0,   56,    0,    0,    0,    0,    0,    0,
+    0,    0,   32,    0,   33,   34,   35,    0,    0,    0,
+    0,   36,   37,   38,   39,   40,   41,    0,   44,   42,
+   53,   55,   57,   54,   43,   49,    0,   58,   52,   46,
+   51,   47,   48,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,  222,    0,    0,   56,
+    0,    0,   15,    0,    0,   45,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   44,    0,
+    0,   55,   57,   54,    0,   49,   53,   58,   52,    0,
+   51,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,  224,    0,    0,   56,
+    0,    0,    0,    0,    0,    0,    0,    0,   15,    0,
+    0,   45,    0,    0,    0,    0,    0,    0,   44,    0,
+    0,   55,   57,   54,    0,   49,   53,   58,   52,    0,
+   51,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,  226,    0,    0,   56,
+    0,    0,    0,    0,    0,    0,    0,    0,   15,    0,
+    0,   45,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   53,    0,    0,    0,
+    0,    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,   15,    0,
+    0,   45,   36,   37,   38,   39,   40,   41,    0,    0,
+   42,    0,    0,    0,    0,   43,    0,    0,    0,    0,
+   46,    0,   47,   48,    0,    0,    0,    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,    0,    0,   36,   37,
+   38,   39,   40,   41,    0,    0,   42,    0,    0,    0,
+    0,   43,    0,    0,    0,    0,   46,    0,   47,   48,
+    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,    0,    0,   36,   37,
+   38,   39,   40,   41,    0,   44,   42,    0,   55,   57,
+   54,   43,   49,    0,   58,   52,   46,   51,   47,   48,
+    0,    0,   22,   23,   24,   25,   26,    0,    0,    0,
+    0,    0,    0,  228,    0,    0,   56,    0,    0,   32,
+    0,   33,   34,   35,    0,    0,    0,    0,   36,   37,
+   38,   39,   40,   41,    0,   44,   42,    0,   55,   57,
+   54,   43,   49,   53,   58,   52,   46,   51,   47,   48,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,  231,    0,    0,   56,    0,    0,    0,
+    0,    0,    0,    0,    0,   15,    0,    0,   45,    0,
+    0,    0,    0,    0,    0,    0,    0,   44,    0,    0,
+   55,   57,   54,   53,   49,  242,   58,   52,    0,   51,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   56,    0,
+    0,    0,    0,    0,    0,   15,    0,    0,   45,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   53,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   44,    0,    0,   55,
+   57,   54,    0,   49,  265,   58,   52,    0,   51,    0,
+    0,    0,    0,    0,    0,    0,    0,   15,    0,    0,
+   45,    0,    0,    0,    0,    0,    0,   56,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,   22,
+   23,   24,   25,   26,   53,    0,    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,    0,    0,   42,    0,    0,   15,    0,   43,   45,
+    0,    0,    0,   46,    0,   47,   48,    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,    0,    0,   36,   37,   38,   39,   40,
+   41,    0,    0,   42,    0,    0,    0,    0,   43,    0,
+    0,    0,    0,   46,    0,   47,   48,    0,    0,    0,
+    0,   22,   23,   24,   25,   26,   82,    0,    0,   82,
+    0,    0,    0,    0,    0,    0,    0,    0,   32,    0,
+   33,   34,   35,   82,   82,    0,   82,   36,   37,   38,
+   39,   40,   41,    0,   44,   42,    0,   55,   57,   54,
+   43,   49,  267,   58,   52,   46,   51,   47,   48,    0,
+    0,    0,    0,    0,    0,    0,   82,    0,   82,    0,
+    0,    0,    0,    0,    0,   56,    0,    0,    0,    0,
+   22,   23,   24,   25,   26,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   32,   82,   33,
+   34,   35,   53,    0,    0,    0,   36,   37,   38,   39,
+   40,   41,    0,   44,   42,    0,   55,   57,   54,   43,
+   49,    0,   58,   52,   46,   51,   47,   48,    0,    0,
+    0,    0,    0,    0,   15,    0,    0,   45,    0,  271,
+    0,    0,    0,    0,   56,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   44,    0,    0,   55,   57,
+   54,   53,   49,  275,   58,   52,    0,   51,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   56,    0,    0,    0,
+    0,    0,    0,   15,    0,    0,   45,    0,    0,    0,
+    0,    0,    0,    0,    0,   44,    0,    0,   55,   57,
+   54,    0,   49,   53,   58,   52,    0,   51,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   82,   82,   82,   82,    0,   56,    0,    0,    0,
+    0,    0,    0,    0,    0,   15,    0,    0,   45,    0,
+    0,    0,    0,    0,   82,   82,    0,    0,   22,   23,
+   24,   25,   26,   53,   82,  277,    0,    0,    0,    0,
+   82,   82,    0,    0,    0,   32,    0,   33,   34,   35,
+    0,    0,    0,    0,   36,   37,   38,   39,   40,   41,
+    0,    0,   42,    0,    0,   15,    0,   43,   45,    0,
+    0,    0,   46,    0,   47,   48,    0,    0,    0,    0,
+    0,   44,    0,    0,   55,   57,   54,    0,   49,    0,
+   58,   52,    0,   51,    0,    0,    0,   22,   23,   24,
+   25,   26,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   56,    0,   32,    0,   33,   34,   35,    0,
+    0,    0,    0,   36,   37,   38,   39,   40,   41,    0,
+    0,   42,    0,    0,    0,    0,   43,    0,    0,   53,
+    0,   46,    0,   47,   48,    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,   15,    0,    0,   45,   36,   37,   38,   39,   40,
+   41,    0,   44,   42,    0,   55,   57,   54,   43,   49,
+    0,   58,   52,   46,   51,   47,   48,    0,    0,   22,
+   23,   24,   25,   26,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   56,    0,    0,   32,    0,   33,   34,
+   35,    0,    0,    0,    0,   36,   37,   38,   39,   40,
+   41,  130,    0,   42,  130,    0,    0,    0,   43,    0,
+   53,    0,    0,   46,    0,   47,   48,    0,  130,  130,
+    0,  130,    0,  130,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   15,    0,    0,   45,    0,  135,    0,    0,
+  135,  130,    0,  130,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,  135,  135,    0,  135,    0,  135,
+    0,    0,    0,    0,    0,   98,   23,   24,   25,   26,
+    0,    0,    0,  130,    0,    0,    0,    0,    0,    0,
+  119,    0,   32,  119,   33,   34,   35,  135,    0,  135,
+    0,   36,   37,   38,   39,   40,   41,  119,  119,   42,
+  119,    0,  119,    0,   43,    0,    0,    0,    0,   46,
+    0,   47,   48,    0,    0,    0,    0,    0,    0,  135,
+    0,  141,    0,    0,  141,    0,    0,    0,    0,    0,
+  119,    0,  119,    0,    0,    0,    0,    0,  141,  141,
+    0,  141,    0,  141,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  119,    0,    0,    0,   22,   23,   24,   25,
+   26,  141,    0,  141,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   32,  144,   33,   34,   35,    0,    0,
+    0,    0,   36,   37,   38,   39,   40,   41,    0,    0,
+   42,  144,  144,  141,  144,   43,  144,    0,    0,    0,
+   46,    0,   47,   48,    0,    0,  130,  130,  130,  130,
+    0,    0,    0,    0,    0,  130,    0,    0,    0,  130,
+  130,  130,  130,    0,  144,    0,  144,    0,    0,  130,
+  130,    0,  130,  130,  130,  130,    0,  130,  130,  130,
+    0,    0,  130,    0,    0,  130,  130,    0,    0,    0,
+    0,    0,  135,  135,  135,  135,  144,    0,    0,    0,
+    0,  135,    0,    0,    0,  135,  135,  135,  135,    0,
+    0,    0,    0,    0,    0,  135,  135,    0,  135,  135,
+  135,  135,    0,  135,  135,  135,    0,    0,  135,    0,
+    0,  135,  135,    0,    0,  119,  119,  119,  119,    0,
+    0,    0,    0,    0,  119,    0,    0,    0,  119,  119,
+  119,  119,    0,    0,    0,    0,    0,    0,  119,  119,
+    0,  119,  119,  119,  119,    0,  119,  119,  119,    0,
+    0,  119,    0,    0,  119,  119,  141,  141,  141,  141,
+    0,    0,    0,    0,    0,  141,    0,    0,    0,  141,
+  141,  141,  141,    0,    0,    0,    0,    0,    0,  141,
+  141,    0,  141,  141,  141,  141,    0,  141,  141,  141,
+    0,    0,  141,    0,    0,  141,  141,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,   96,
+    0,    0,   96,    0,    0,    0,    0,    0,    0,  144,
+  144,  144,  144,    0,    0,    0,   96,   96,  144,   96,
+    0,   96,  144,  144,  144,  144,    0,    0,    0,    0,
+    0,    0,  144,  144,    0,  144,  144,  144,  144,    0,
+  144,  144,  144,   95,    0,  144,   95,    0,  144,  144,
+    0,   96,    0,    0,    0,    0,    0,    0,    0,    0,
+   95,   95,    0,   95,    0,   95,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   96,    0,    0,   83,    0,    0,   83,    0,    0,
+    0,    0,    0,    0,    0,   95,    0,    0,    0,    0,
+    0,   83,   83,    0,   83,    0,   83,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   95,   69,    0,    0,   69,
+    0,    0,    0,    0,   83,    0,   83,    0,    0,    0,
+    0,    0,    0,   69,   69,    0,   69,    0,   69,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,   83,  143,    0,    0,
+  143,    0,    0,    0,    0,    0,   69,    0,   69,    0,
+    0,    0,    0,    0,  143,  143,    0,  143,    0,  143,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   69,    0,
+    0,    0,    0,    0,  132,    0,    0,  132,    0,  143,
+    0,    0,    0,    0,   96,   96,   96,   96,    0,    0,
+    0,  132,  132,   96,  132,    0,  132,   96,   96,   96,
+   96,    0,    0,    0,    0,    0,    0,   96,   96,    0,
+   96,   96,   96,   96,    0,   96,   96,   96,    0,    0,
+   96,    0,    0,   96,   96,    0,  132,    0,   95,   95,
+   95,   95,    0,    0,    0,    0,    0,   95,    0,    0,
+    0,   95,   95,   95,   95,    0,    0,    0,    0,    0,
+    0,   95,   95,    0,   95,   95,   95,   95,    0,   95,
+   95,   95,    0,    0,   95,    0,    0,   95,   95,   83,
+   83,   83,   83,    0,    0,    0,    0,    0,   83,    0,
+    0,    0,   83,   83,   83,   83,    0,    0,    0,    0,
+    0,    0,   83,   83,    0,   83,   83,   83,   83,    0,
+   83,   83,   83,    0,    0,    0,    0,    0,   83,   83,
+    0,   69,   69,   69,   69,    0,    0,    0,    0,    0,
+   69,    0,    0,    0,   69,   69,   69,   69,    0,    0,
+    0,    0,    0,    0,   69,   69,    0,   69,   69,   69,
+   69,    0,   69,   69,   69,    0,    0,    0,    0,    0,
+   69,   69,  143,  143,  143,  143,    0,    0,    0,    0,
+    0,  143,    0,    0,    0,  143,  143,  143,  143,    0,
+    0,    0,    0,    0,    0,  143,  143,    0,  143,  143,
+  143,  143,    0,  143,  143,  143,    0,    0,  143,    0,
+    0,  143,  143,    0,    0,    0,    0,    0,    0,  132,
+  132,  132,  132,    0,    0,    0,    0,    0,  132,    0,
+    0,    0,  132,  132,  132,  132,    0,    0,    0,    0,
+    0,    0,  132,  132,    0,  132,  132,  132,  132,    0,
+  132,  132,  132,  107,    0,  132,  107,    0,  132,  132,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  107,  107,    0,  107,    0,  107,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,  101,    0,    0,  101,    0,    0,
+    0,    0,    0,    0,    0,  107,    0,    0,    0,    0,
+    0,  101,  101,    0,  101,    0,  101,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   70,    0,    0,   70,    0,
+    0,    0,    0,    0,    0,    0,  101,    0,    0,    0,
+    0,    0,   70,   70,    0,   70,    0,   70,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,  143,    0,    0,  143,
+    0,    0,    0,    0,    0,   70,    0,   70,    0,    0,
+    0,    0,    0,  143,  143,    0,  143,    0,  143,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   70,   72,    0,
+    0,   72,    0,    0,    0,    0,    0,    0,  143,    0,
+    0,    0,    0,    0,    0,   72,   72,    0,   72,    0,
+   72,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   72,    0,
+   72,    0,    0,    0,    0,    0,    0,    0,  107,  107,
+  107,  107,    0,    0,    0,    0,    0,  107,    0,    0,
+    0,  107,  107,  107,  107,    0,    0,    0,    0,    0,
+   72,  107,  107,    0,  107,  107,  107,  107,    0,  107,
+  107,  107,    0,    0,  107,    0,    0,  107,  107,  101,
+  101,  101,  101,    0,    0,    0,    0,    0,  101,    0,
+    0,    0,  101,  101,  101,  101,    0,    0,    0,    0,
+    0,    0,  101,  101,    0,  101,  101,  101,  101,    0,
+  101,  101,  101,    0,    0,  101,    0,    0,  101,  101,
+   70,   70,   70,   70,    0,    0,    0,    0,    0,   70,
+    0,    0,    0,   70,   70,   70,   70,    0,    0,    0,
+    0,    0,    0,   70,   70,    0,   70,   70,   70,   70,
+    0,   70,    0,   70,    0,    0,    0,    0,    0,   70,
+   70,  143,  143,  143,  143,    0,    0,    0,    0,    0,
+  143,    0,    0,    0,  143,  143,  143,  143,    0,    0,
+    0,    0,    0,    0,  143,  143,    0,  143,  143,  143,
+  143,    0,  143,  143,    0,    0,    0,  143,    0,    0,
+  143,  143,    0,   72,   72,   72,   72,    0,    0,    0,
+    0,    0,   72,    0,    0,    0,   72,   72,    0,    0,
+    0,    0,    0,    0,    0,    0,   72,   72,    0,   72,
+   72,   72,   72,    0,   72,  124,   72,    0,  124,    0,
+    0,    0,   72,   72,    0,    0,    0,    0,    0,    0,
+    0,    0,  124,  124,    0,  124,    0,  124,    0,    0,
+    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,  124,    0,  124,    0,    0,
+    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,  124,  134,    0,
+    0,  134,    0,    0,    0,    0,   94,    0,   94,    0,
+    0,    0,    0,    0,    0,  134,  134,    0,  134,    0,
+  134,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   94,   73,
+    0,    0,   73,    0,    0,    0,    0,    0,  134,    0,
+  134,    0,    0,    0,    0,    0,   73,   73,    0,   73,
+    0,   73,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+  134,    0,    0,   74,    0,    0,   74,    0,    0,   73,
+    0,   73,    0,    0,    0,    0,    0,    0,    0,    0,
+   74,   74,    0,   74,    0,   74,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,   73,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   74,    0,   74,    0,    0,    0,    0,
+  124,  124,  124,  124,    0,    0,    0,    0,    0,  124,
+    0,    0,    0,  124,  124,    0,    0,    0,    0,    0,
+    0,    0,    0,  124,  124,   74,  124,  124,  124,  124,
+    0,    0,    0,  124,    0,    0,    0,    0,    0,  124,
+  124,   94,   94,   94,   94,    0,    0,    0,    0,    0,
+   94,    0,    0,    0,   94,   94,    0,    0,    0,    0,
+    0,    0,    0,    0,   94,   94,    0,   94,   94,   94,
+   94,    0,    0,    0,   94,    0,    0,    0,    0,    0,
+   94,   94,    0,  134,  134,  134,  134,    0,    0,    0,
+    0,    0,  134,    0,    0,    0,  134,  134,    0,    0,
+    0,    0,    0,    0,    0,    0,  134,  134,    0,  134,
+  134,  134,  134,    0,    0,    0,  134,    0,    0,    0,
+    0,    0,  134,  134,   73,   73,   73,   73,    0,    0,
+    0,    0,    0,   73,    0,    0,    0,   80,   73,    0,
+   80,    0,    0,    0,    0,    0,    0,   73,   73,    0,
+   73,   73,   73,   73,   80,   80,    0,   73,    0,    0,
+    0,    0,   75,   73,   73,   75,    0,    0,   74,   74,
+   74,   74,    0,    0,    0,    0,    0,   74,    0,   75,
+   75,    0,   75,    0,   75,    0,    0,   80,    0,   80,
+    0,   74,   74,    0,   74,   74,   74,   74,    0,    0,
+    0,   74,    0,   76,    0,    0,   76,   74,   74,    0,
+    0,    0,   75,    0,   75,    0,    0,    0,    0,   80,
+   76,   76,    0,   76,    0,   76,    0,    0,    0,    0,
+    0,    0,   78,    0,    0,   78,    0,    0,    0,    0,
+    0,    0,    0,    0,   75,    0,    0,    0,    0,   78,
+   78,    0,   78,   76,   78,   76,    0,    0,    0,    0,
+    0,   79,    0,    0,   79,    0,    0,    0,    0,    0,
+    0,    0,    0,   77,    0,    0,   77,    0,   79,   79,
+    0,   79,   78,   79,   78,   76,    0,    0,    0,    0,
+   77,   77,    0,   77,    0,   77,    0,    0,    0,    0,
+    0,    0,   60,    0,    0,   60,    0,    0,    0,    0,
+    0,   79,    0,   79,   78,    0,    0,    0,    0,   60,
+   60,   62,    0,   77,   62,   77,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   62,   62,
+    0,    0,    0,   79,    0,    0,    0,    0,    0,    0,
+    0,    0,   60,    0,   60,   77,    0,    0,    0,    0,
+    0,    0,   80,   80,   80,   80,    0,    0,    0,    0,
+    0,   62,    0,   62,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   60,   80,   80,   75,   75,   75,
+   75,   63,    0,    0,   63,   80,   75,    0,    0,    0,
+    0,   80,   80,   62,    0,    0,    0,    0,   63,   63,
+   75,   75,    0,   75,   75,   75,   75,    0,    0,    0,
+   75,    0,    0,    0,    0,    0,   75,   75,   76,   76,
+   76,   76,    0,    0,    0,    0,    0,   76,    0,    0,
+    0,   63,    0,   63,    0,    0,    0,    0,    0,    0,
+    0,   76,   76,    0,   76,   76,   76,   78,   78,   78,
+   78,   76,    0,    0,    0,    0,   78,   76,   76,    0,
+    0,    0,    0,   63,    0,    0,    0,    0,    0,    0,
+   78,   78,    0,   78,   78,    0,   79,   79,   79,   79,
+   78,    0,    0,    0,    0,   79,   78,   78,   77,   77,
+   77,   77,    0,    0,    0,    0,    0,    0,    0,   79,
+   79,    0,   79,    0,    0,    0,    0,    0,    0,   79,
+    0,   77,   77,    0,    0,   79,   79,   60,   60,   60,
+   60,   77,    0,    0,    0,    0,    0,   77,   77,   68,
+    0,    0,   68,    0,    0,    0,   62,   62,   62,   62,
+   60,   60,    0,    0,    0,    0,   68,   68,    0,    0,
+   60,    0,    0,    0,    0,    0,   60,   60,    0,   62,
+   62,    0,    0,    0,    0,    0,    0,    0,    0,   62,
+   67,    0,    0,   67,   66,   62,   62,   66,    0,   68,
+    0,   68,   65,    0,    0,   65,    0,   67,   67,    0,
+    0,   66,   66,    0,    0,    0,    0,    0,    0,   65,
+   65,    0,    0,    0,    0,    0,   63,   63,   63,   63,
+    0,   68,    0,    0,    0,    0,    0,    0,    0,    0,
+   67,    0,   67,    0,   66,   64,   66,    0,   64,   63,
+   63,    0,   65,   61,   65,    0,   61,   51,    0,   63,
+   51,    0,   64,   64,    0,   63,   63,    0,    0,    0,
+   61,   61,   67,    0,   51,   51,   66,    0,    0,    0,
+    0,    0,    0,    0,   65,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   64,    0,   64,   87,    0,
+    0,   87,    0,   61,    0,   61,    0,   51,    0,   51,
+    0,    0,    0,    0,    0,   87,   87,    0,   87,    0,
+   87,    0,    0,    0,    0,    0,    0,   64,    0,    0,
+    0,    0,    0,    0,    0,   61,    0,   88,    0,   51,
+   88,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   87,    0,    0,    0,   88,   88,    0,   88,    0,   88,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   68,   68,   68,   68,    0,    0,
+    0,    0,   89,    0,    0,   89,    0,    0,    0,   88,
+    0,    0,    0,    0,    0,    0,    0,   68,   68,   89,
+   89,    0,   89,    0,   89,    0,    0,   68,    0,    0,
+    0,    0,    0,   68,   68,   67,   67,   67,   67,   66,
+   66,   66,   66,    0,    0,    0,    0,   65,   65,   65,
+   65,    0,    0,    0,   89,    0,    0,    0,   67,   67,
+    0,    0,   66,   66,    0,    0,    0,    0,   67,    0,
+   65,   65,   66,    0,   67,   67,    0,    0,   66,   66,
+   65,    0,    0,    0,    0,    0,   65,   65,    0,    0,
+   64,   64,   64,   64,    0,    0,    0,    0,   61,   61,
+   61,   61,   51,   51,   51,   51,    0,    0,    0,    0,
+    0,    0,    0,   64,   64,    0,    0,    0,    0,    0,
+    0,   61,   61,   64,    0,    0,    0,    0,    0,   64,
+   64,   61,    0,    0,    0,   51,    0,   61,   61,    0,
+    0,   51,   51,   87,   87,   87,   87,    0,    0,    0,
+    0,    0,   87,    0,    0,    0,   87,   87,   87,   87,
+    0,    0,    0,    0,    0,    0,   87,   87,    0,   87,
+   87,   87,   87,    0,   87,   87,   87,    0,    0,   87,
+    0,    0,   88,   88,   88,   88,    0,    0,    0,    0,
+    0,   88,    0,    0,    0,   88,   88,   88,   88,    0,
+    0,    0,    0,    0,    0,   88,   88,    0,   88,   88,
+   88,   88,    0,   88,   88,   88,    0,   92,   88,    0,
+   92,    0,    0,    0,    0,    0,    0,   89,   89,   89,
+   89,    0,    0,    0,   92,   92,   89,   92,    0,   92,
+   89,   89,   89,   89,    0,    0,    0,    0,    0,    0,
+   89,   89,    0,   89,   89,   89,   89,    0,   89,   89,
+   89,   93,    0,   89,   93,    0,    0,    0,    0,   92,
+    0,    0,    0,    0,    0,    0,    0,    0,   93,   93,
+    0,   93,    0,   93,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,   85,    0,
+    0,   85,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,   93,    0,   85,   85,    0,   85,    0,
+   85,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,   86,    0,    0,   86,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+   85,    0,   86,   86,    0,   86,    0,   86,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   84,    0,    0,   84,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,   86,    0,   84,
+   84,    0,   84,    0,   84,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,   84,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,   92,   92,   92,   92,    0,    0,    0,    0,
+    0,   92,    0,    0,    0,   92,   92,   92,   92,    0,
+    0,    0,    0,    0,    0,   92,   92,    0,   92,   92,
+   92,   92,    0,   92,   92,   92,    0,    0,   92,    0,
+    0,    0,    0,    0,    0,    0,   93,   93,   93,   93,
+    0,    0,    0,    0,    0,   93,    0,    0,    0,   93,
+   93,   93,   93,    0,    0,    0,    0,    0,    0,   93,
+   93,    0,   93,   93,   93,   93,    0,   93,   93,   93,
+    0,    0,   93,   85,   85,   85,   85,    0,    0,    0,
+    0,    0,   85,    0,    0,    0,   85,   85,   85,   85,
+    0,    0,    0,    0,    0,    0,   85,   85,    0,   85,
+   85,   85,   85,    0,   85,   85,   85,    0,    0,   85,
+   86,   86,   86,   86,  100,  102,    0,    0,    0,   86,
+  112,    0,    0,   86,   86,   86,   86,    0,    0,    0,
+    0,    0,    0,   86,   86,    0,   86,   86,   86,   86,
+    0,   86,   86,   86,    0,    0,   86,   84,   84,   84,
+   84,    0,    0,    0,    0,    0,   84,    0,    0,  166,
+   84,   84,   84,   84,    0,    0,    0,    0,    0,    0,
+   84,   84,    0,   84,   84,   84,   84,    0,   84,   84,
+    0,    0,    0,   84,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,  208,  209,  210,  211,  213,  215,  216,  217,
+  218,  219,  221,  223,  225,  227,  229,  230,  232,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,  208,    0,    0,
+    0,    0,    0,    0,    0,  208,    0,  208,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,  278,
+    0,  279,    0,    0,    0,    0,    0,  281,    0,  282,
+    0,  283,    0,  284,    0,  285,    0,    0,  286,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,  299,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+    0,    0,    0,    0,    0,    0,    0,  317,
+};
+short yycheck[] = {                                       5,
+   81,   91,   36,   91,  175,   59,   12,   40,   12,   40,
+   16,  123,   18,   40,   40,   96,  257,   40,   91,   59,
+   91,   27,   28,   29,   30,   44,  107,   44,  177,  110,
+   40,   37,  125,  123,   59,  123,   40,   43,   91,   44,
+   91,   41,  257,   41,   44,   49,   44,  281,   41,   53,
+  123,   44,  123,   44,   44,  169,   44,  171,   91,   44,
+   58,   59,   44,   61,  298,   63,   44,   36,  302,   59,
+  123,   40,  123,   36,   93,  123,   93,   40,   84,   83,
+   86,   85,   88,   87,   90,   89,   41,   91,   41,  123,
+  123,   95,  123,   91,  243,   93,  123,  123,  123,    0,
+  123,   44,   93,  184,   59,   93,   59,   40,   93,   44,
+  298,   93,  261,  194,  302,   93,   59,  266,   41,  268,
+   41,   44,   41,  129,   59,  123,   40,  131,  132,  133,
+  134,  302,   33,   41,  305,   36,   37,   38,   59,   40,
+   59,   42,   43,   41,   45,  257,   41,   40,  152,   44,
+   44,   59,  156,  157,  158,  159,  160,  161,   59,  281,
+  282,   59,    0,   64,  245,   59,  270,  271,  258,  262,
+  263,  264,  265,  344,   44,  179,  298,  257,  272,   40,
+  302,  185,  186,  278,  188,   41,  300,  301,   44,   59,
+   91,   44,  196,  307,   44,   33,  291,   59,   36,   37,
+   38,  299,   40,  257,   42,   43,   59,   45,  289,   59,
+  279,  299,  281,  282,   40,   40,  297,  305,  306,  333,
+   41,   59,  123,  257,  125,  126,   64,  261,  297,  298,
+  234,  123,  236,  302,  305,  306,   41,   41,   41,   44,
+   44,   44,   36,  249,  125,  251,   44,  253,  254,   91,
+   41,  257,   59,   91,  260,  259,   61,   41,   63,  123,
+   91,  266,  267,  268,  269,  269,  125,  302,  266,  267,
+  268,  269,  276,  266,  267,  268,  269,  275,   40,   40,
+   40,  279,  280,    0,  282,  123,   41,  125,  126,  281,
+  282,  289,  290,  125,  292,  293,  294,  295,   63,  297,
+  304,  299,  308,  125,   41,  297,  298,  305,  306,  125,
+  302,  262,  263,  264,  265,  125,   33,   59,   41,   36,
+   37,   38,   41,   40,  125,   42,   43,  331,   45,  125,
+  279,  280,  281,  282,  340,  125,   41,   41,   59,  345,
+   41,   59,   59,  292,  293,  294,  295,   64,  297,  298,
+   59,   41,  331,  302,   12,  256,  257,  258,  259,  260,
+  261,  262,  263,  264,  265,  266,  267,  268,  269,  259,
+   73,   -1,  273,  274,   91,  276,  277,  278,   -1,   -1,
+   -1,   -1,  283,  284,  285,  286,  287,  288,   -1,   -1,
+  291,   -1,   61,   -1,   63,  296,   -1,   -1,  299,   -1,
+  301,   -1,  303,  304,   -1,   -1,  123,   -1,  125,  126,
+   -1,   -1,   -1,   -1,  279,  280,  281,  282,  256,  257,
+  258,  259,  260,  261,  262,  263,  264,  265,  266,  267,
+  268,  269,  297,  298,   -1,  273,  274,  302,  276,  277,
+  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,
+  288,   41,   -1,  291,   -1,   -1,   -1,   -1,  296,   -1,
+   -1,   -1,    0,  301,   -1,  303,  304,   -1,   -1,   -1,
+  275,   61,   -1,   63,  279,  280,  281,  282,   -1,   -1,
+   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,
+  295,   -1,  297,  298,   -1,   33,   -1,  302,   36,   37,
+   38,   -1,   40,   -1,   42,   43,   -1,   45,   -1,   -1,
+  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,   -1,
+   -1,   59,   -1,   -1,   -1,   -1,   64,  292,  293,  294,
+  295,   -1,  297,  298,   -1,   -1,   -1,  302,   -1,  256,
+  257,  258,  259,  260,  261,  262,  263,  264,  265,  266,
+  267,  268,  269,   91,   -1,   -1,  273,  274,   -1,  276,
+  277,  278,   61,   -1,   63,   -1,  283,  284,  285,  286,
+  287,  288,   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,
+   -1,   -1,   -1,   -1,  301,  123,  303,  304,  126,   33,
+   -1,   -1,   36,   37,   38,   -1,   40,   41,   42,   43,
+   44,   45,   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,
+  279,  280,  281,  282,   58,   59,   -1,   61,   -1,   63,
+   64,  290,   -1,  292,  293,  294,  295,   -1,  297,  298,
+   -1,   -1,   -1,  302,   44,   45,   46,   47,   48,   -1,
+   -1,   51,   52,   -1,   -1,   -1,   -1,   91,   -1,   93,
+   33,   -1,   -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,   -1,   -1,  275,   -1,   -1,   -1,  279,
+  280,  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,  289,
+  290,   -1,  292,  293,  294,  295,   -1,  297,  298,   -1,
+   93,   -1,  302,   -1,   -1,   -1,   -1,   -1,  256,  257,
+  258,  259,  260,  261,   -1,   61,   -1,   63,  266,  267,
+  268,  269,   -1,   -1,   -1,  273,  274,   -1,  276,  277,
+  278,   -1,   -1,  126,   -1,  283,  284,  285,  286,  287,
+  288,   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,   -1,
+   -1,   -1,   -1,  301,   -1,  303,  304,   -1,   -1,   -1,
+   -1,   -1,   58,   -1,   -1,   61,  275,   63,   -1,   -1,
+  279,  280,  281,  282,   -1,   -1,  279,  280,  281,  282,
+  289,  290,   -1,  292,  293,  294,  295,   -1,  297,  298,
+  293,  294,  295,  302,  297,  298,   -1,   -1,   -1,  302,
+   -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,  298,  299,   -1,  301,  302,  303,
+  304,  305,  306,   -1,   -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,
+   -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,  298,  299,   -1,  301,  302,
+  303,  304,  305,  306,   33,   -1,   -1,   36,   37,   38,
+   -1,   40,   -1,   42,   43,   -1,   45,   -1,   -1,  275,
+   -1,   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,
+   59,   -1,   -1,   -1,   -1,   64,  292,  293,  294,  295,
+   -1,  297,  298,   -1,   -1,   -1,  302,   -1,   -1,  279,
+  280,  281,  282,   -1,   33,   -1,   -1,   36,   37,   38,
+   -1,   40,   91,   42,   43,  295,   45,  297,  298,  275,
+   -1,   -1,  302,  279,  280,  281,  282,   -1,   -1,   -1,
+   59,   -1,   -1,  289,  290,   64,  292,  293,  294,  295,
+   -1,  297,  298,   -1,  123,   -1,  302,  126,   -1,   -1,
+   -1,   -1,   -1,   -1,   33,   23,   -1,   36,   37,   38,
+   -1,   40,   91,   42,   43,   -1,   45,   -1,   36,   -1,
+   -1,   -1,   -1,   -1,   42,   41,   -1,   -1,   44,   -1,
+   59,   -1,   -1,   -1,   -1,   64,   54,   55,   56,   57,
+   58,   -1,   58,   59,  123,   -1,   -1,  126,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   33,   -1,   91,   36,   37,   38,   -1,   40,   41,   42,
+   43,   23,   45,   -1,   -1,   91,   -1,   93,   96,   31,
+   -1,   -1,   -1,   -1,   36,   37,   -1,   39,   -1,  107,
+   -1,   64,   -1,   -1,  123,   -1,   -1,  126,   -1,   -1,
+   -1,   -1,   54,   55,   56,   57,   58,  123,   -1,   -1,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   91,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,  256,  257,  258,
+  259,  260,  261,   -1,   -1,   -1,   -1,  266,  267,  268,
+  269,   64,   -1,   -1,  273,  274,   -1,  276,  277,  278,
+  123,  103,   -1,  126,  283,  284,  285,  286,  287,  288,
+   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,   91,   -1,
+   93,   -1,  301,   -1,  303,  304,   -1,  256,  257,  258,
+  259,  260,  261,   -1,   -1,   -1,   -1,  266,  267,  268,
+  269,   -1,   -1,   -1,  273,  274,   -1,  276,  277,  278,
+  123,   -1,   -1,  126,  283,  284,  285,  286,  287,  288,
+   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,   -1,   -1,
+   -1,   -1,  301,   -1,  303,  304,   -1,   -1,  257,  258,
+  259,  260,  261,   -1,   33,   -1,   -1,   36,   37,   38,
+   -1,   40,   -1,   42,   43,  274,   45,  276,  277,  278,
+  266,  267,  268,  269,  283,  284,  285,  286,  287,  288,
+   -1,   -1,  291,   -1,   -1,   64,   -1,  296,   -1,   -1,
+   -1,   -1,  301,  289,  303,  304,   -1,   -1,   -1,  279,
+  280,  281,  282,  299,  257,  258,  259,  260,  261,  305,
+  306,   -1,   91,   -1,  294,  295,   -1,  297,  298,   -1,
+   -1,  274,  302,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,   -1,   -1,  291,   -1,
+   -1,   -1,   -1,  296,  123,   -1,   -1,  126,  301,   -1,
+  303,  304,   -1,   -1,  257,  258,  259,  260,  261,   -1,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   41,   42,
+   43,  274,   45,  276,  277,  278,   -1,   -1,   -1,   -1,
+  283,  284,  285,  286,  287,  288,   -1,   -1,  291,   -1,
+   -1,   64,   -1,  296,   -1,   -1,   -1,   -1,  301,   -1,
+  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   33,   -1,   -1,   36,   37,   38,   -1,   40,   91,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   64,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,
+  123,   -1,   -1,  126,   -1,   -1,   -1,   -1,   -1,   -1,
+   33,   58,   59,   36,   37,   38,   -1,   40,   91,   42,
+   43,   -1,   45,   -1,   -1,   -1,   -1,  256,  257,  258,
+  259,  260,  261,   -1,   -1,   -1,   -1,   -1,   61,   -1,
+   -1,   64,   -1,   -1,   91,  274,   93,  276,  277,  278,
+  123,   -1,   -1,  126,  283,  284,  285,  286,  287,  288,
+   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,   91,   -1,
+   -1,   -1,  301,   -1,  303,  304,  123,   -1,   -1,   -1,
+   -1,   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,
+   42,   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,   -1,
+  123,   -1,   -1,  126,   -1,   -1,   -1,   -1,   -1,   61,
+   -1,   -1,   64,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,   91,
+   -1,   -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,   -1,   -1,  291,   -1,
+   -1,  123,   -1,  296,  126,   -1,   -1,   -1,  301,   -1,
+  303,  304,   -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,   -1,   -1,
+  283,  284,  285,  286,  287,  288,   -1,   -1,  291,  266,
+  267,  268,  269,  296,   -1,   -1,  299,   -1,  301,   -1,
+  303,  304,   -1,   -1,  257,  258,  259,  260,  261,   -1,
+   -1,   -1,  289,  290,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  274,  299,  276,  277,  278,   -1,   -1,  305,  306,
+  283,  284,  285,  286,  287,  288,   -1,   -1,  291,   -1,
+   -1,   -1,   -1,  296,   -1,   -1,   -1,   -1,  301,   -1,
+  303,  304,   33,   -1,   -1,   36,   37,   38,   -1,   40,
+   -1,   42,   43,   -1,   45,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,
+   61,   -1,   -1,   64,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  274,   -1,  276,  277,  278,   -1,   -1,   -1,
+   -1,  283,  284,  285,  286,  287,  288,   -1,   33,  291,
+   91,   36,   37,   38,  296,   40,   -1,   42,   43,  301,
+   45,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   -1,   64,
+   -1,   -1,  123,   -1,   -1,  126,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,
+   -1,   36,   37,   38,   -1,   40,   91,   42,   43,   -1,
+   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   -1,   64,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,
+   -1,  126,   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,
+   -1,   36,   37,   38,   -1,   40,   91,   42,   43,   -1,
+   45,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   -1,   64,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,
+   -1,  126,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   -1,   -1,
+   -1,   -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,  123,   -1,
+   -1,  126,  283,  284,  285,  286,  287,  288,   -1,   -1,
+  291,   -1,   -1,   -1,   -1,  296,   -1,   -1,   -1,   -1,
+  301,   -1,  303,  304,   -1,   -1,   -1,   -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,   -1,   -1,  283,  284,
+  285,  286,  287,  288,   -1,   -1,  291,   -1,   -1,   -1,
+   -1,  296,   -1,   -1,   -1,   -1,  301,   -1,  303,  304,
+   -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,   -1,   -1,  283,  284,
+  285,  286,  287,  288,   -1,   33,  291,   -1,   36,   37,
+   38,  296,   40,   -1,   42,   43,  301,   45,  303,  304,
+   -1,   -1,  257,  258,  259,  260,  261,   -1,   -1,   -1,
+   -1,   -1,   -1,   61,   -1,   -1,   64,   -1,   -1,  274,
+   -1,  276,  277,  278,   -1,   -1,   -1,   -1,  283,  284,
+  285,  286,  287,  288,   -1,   33,  291,   -1,   36,   37,
+   38,  296,   40,   91,   42,   43,  301,   45,  303,  304,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   61,   -1,   -1,   64,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  123,   -1,   -1,  126,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,
+   36,   37,   38,   91,   40,   41,   42,   43,   -1,   45,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   64,   -1,
+   -1,   -1,   -1,   -1,   -1,  123,   -1,   -1,  126,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   91,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,   36,
+   37,   38,   -1,   40,   41,   42,   43,   -1,   45,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,   -1,
+  126,   -1,   -1,   -1,   -1,   -1,   -1,   64,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  257,
+  258,  259,  260,  261,   91,   -1,   -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,   -1,   -1,  291,   -1,   -1,  123,   -1,  296,  126,
+   -1,   -1,   -1,  301,   -1,  303,  304,   -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,   -1,   -1,  283,  284,  285,  286,  287,
+  288,   -1,   -1,  291,   -1,   -1,   -1,   -1,  296,   -1,
+   -1,   -1,   -1,  301,   -1,  303,  304,   -1,   -1,   -1,
+   -1,  257,  258,  259,  260,  261,   41,   -1,   -1,   44,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  274,   -1,
+  276,  277,  278,   58,   59,   -1,   61,  283,  284,  285,
+  286,  287,  288,   -1,   33,  291,   -1,   36,   37,   38,
+  296,   40,   41,   42,   43,  301,   45,  303,  304,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   -1,
+   -1,   -1,   -1,   -1,   -1,   64,   -1,   -1,   -1,   -1,
+  257,  258,  259,  260,  261,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  274,  123,  276,
+  277,  278,   91,   -1,   -1,   -1,  283,  284,  285,  286,
+  287,  288,   -1,   33,  291,   -1,   36,   37,   38,  296,
+   40,   -1,   42,   43,  301,   45,  303,  304,   -1,   -1,
+   -1,   -1,   -1,   -1,  123,   -1,   -1,  126,   -1,   59,
+   -1,   -1,   -1,   -1,   64,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,   36,   37,
+   38,   91,   40,   41,   42,   43,   -1,   45,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   64,   -1,   -1,   -1,
+   -1,   -1,   -1,  123,   -1,   -1,  126,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   33,   -1,   -1,   36,   37,
+   38,   -1,   40,   91,   42,   43,   -1,   45,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  266,  267,  268,  269,   -1,   64,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  123,   -1,   -1,  126,   -1,
+   -1,   -1,   -1,   -1,  289,  290,   -1,   -1,  257,  258,
+  259,  260,  261,   91,  299,   93,   -1,   -1,   -1,   -1,
+  305,  306,   -1,   -1,   -1,  274,   -1,  276,  277,  278,
+   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,  288,
+   -1,   -1,  291,   -1,   -1,  123,   -1,  296,  126,   -1,
+   -1,   -1,  301,   -1,  303,  304,   -1,   -1,   -1,   -1,
+   -1,   33,   -1,   -1,   36,   37,   38,   -1,   40,   -1,
+   42,   43,   -1,   45,   -1,   -1,   -1,  257,  258,  259,
+  260,  261,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   64,   -1,  274,   -1,  276,  277,  278,   -1,
+   -1,   -1,   -1,  283,  284,  285,  286,  287,  288,   -1,
+   -1,  291,   -1,   -1,   -1,   -1,  296,   -1,   -1,   91,
+   -1,  301,   -1,  303,  304,   -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,  123,   -1,   -1,  126,  283,  284,  285,  286,  287,
+  288,   -1,   33,  291,   -1,   36,   37,   38,  296,   40,
+   -1,   42,   43,  301,   45,  303,  304,   -1,   -1,  257,
+  258,  259,  260,  261,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   64,   -1,   -1,  274,   -1,  276,  277,
+  278,   -1,   -1,   -1,   -1,  283,  284,  285,  286,  287,
+  288,   41,   -1,  291,   44,   -1,   -1,   -1,  296,   -1,
+   91,   -1,   -1,  301,   -1,  303,  304,   -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,  123,   -1,   -1,  126,   -1,   41,   -1,   -1,
+   44,   91,   -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   58,   59,   -1,   61,   -1,   63,
+   -1,   -1,   -1,   -1,   -1,  257,  258,  259,  260,  261,
+   -1,   -1,   -1,  123,   -1,   -1,   -1,   -1,   -1,   -1,
+   41,   -1,  274,   44,  276,  277,  278,   91,   -1,   93,
+   -1,  283,  284,  285,  286,  287,  288,   58,   59,  291,
+   61,   -1,   63,   -1,  296,   -1,   -1,   -1,   -1,  301,
+   -1,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,  123,
+   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,
+   91,   -1,   93,   -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,  123,   -1,   -1,   -1,  257,  258,  259,  260,
+  261,   91,   -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  274,   41,  276,  277,  278,   -1,   -1,
+   -1,   -1,  283,  284,  285,  286,  287,  288,   -1,   -1,
+  291,   58,   59,  123,   61,  296,   63,   -1,   -1,   -1,
+  301,   -1,  303,  304,   -1,   -1,  266,  267,  268,  269,
+   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,
+  280,  281,  282,   -1,   91,   -1,   93,   -1,   -1,  289,
+  290,   -1,  292,  293,  294,  295,   -1,  297,  298,  299,
+   -1,   -1,  302,   -1,   -1,  305,  306,   -1,   -1,   -1,
+   -1,   -1,  266,  267,  268,  269,  123,   -1,   -1,   -1,
+   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,
+   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,
+  294,  295,   -1,  297,  298,  299,   -1,   -1,  302,   -1,
+   -1,  305,  306,   -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,  289,  290,
+   -1,  292,  293,  294,  295,   -1,  297,  298,  299,   -1,
+   -1,  302,   -1,   -1,  305,  306,  266,  267,  268,  269,
+   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,   -1,  279,
+  280,  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,  289,
+  290,   -1,  292,  293,  294,  295,   -1,  297,  298,  299,
+   -1,   -1,  302,   -1,   -1,  305,  306,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   41,
+   -1,   -1,   44,   -1,   -1,   -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,  289,  290,   -1,  292,  293,  294,  295,   -1,
+  297,  298,  299,   41,   -1,  302,   44,   -1,  305,  306,
+   -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,  123,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   93,   -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,  123,   41,   -1,   -1,   44,
+   -1,   -1,   -1,   -1,   91,   -1,   93,   -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,  123,   41,   -1,   -1,
+   44,   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   -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,  123,   -1,
+   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   93,
+   -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,  289,  290,   -1,
+  292,  293,  294,  295,   -1,  297,  298,  299,   -1,   -1,
+  302,   -1,   -1,  305,  306,   -1,   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,  289,  290,   -1,  292,  293,  294,  295,   -1,  297,
+  298,  299,   -1,   -1,  302,   -1,   -1,  305,  306,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,
+   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,
+   -1,   -1,  289,  290,   -1,  292,  293,  294,  295,   -1,
+  297,  298,  299,   -1,   -1,   -1,   -1,   -1,  305,  306,
+   -1,  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,
+  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,   -1,
+   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,
+  295,   -1,  297,  298,  299,   -1,   -1,   -1,   -1,   -1,
+  305,  306,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,
+   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,
+  294,  295,   -1,  297,  298,  299,   -1,   -1,  302,   -1,
+   -1,  305,  306,   -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,   -1,   -1,
+   -1,   -1,  289,  290,   -1,  292,  293,  294,  295,   -1,
+  297,  298,  299,   41,   -1,  302,   44,   -1,  305,  306,
+   -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,   41,   -1,   -1,   44,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   93,   -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,   41,   -1,   -1,   44,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   93,   -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,   41,   -1,   -1,   44,
+   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   -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,  123,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   93,   -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,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,
+   93,   -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,   -1,   -1,   -1,
+  123,  289,  290,   -1,  292,  293,  294,  295,   -1,  297,
+  298,  299,   -1,   -1,  302,   -1,   -1,  305,  306,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,
+   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,   -1,
+   -1,   -1,  289,  290,   -1,  292,  293,  294,  295,   -1,
+  297,  298,  299,   -1,   -1,  302,   -1,   -1,  305,  306,
+  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,
+   -1,   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,
+   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,  295,
+   -1,  297,   -1,  299,   -1,   -1,   -1,   -1,   -1,  305,
+  306,  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,
+  275,   -1,   -1,   -1,  279,  280,  281,  282,   -1,   -1,
+   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,
+  295,   -1,  297,  298,   -1,   -1,   -1,  302,   -1,   -1,
+  305,  306,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,
+  293,  294,  295,   -1,  297,   41,  299,   -1,   44,   -1,
+   -1,   -1,  305,  306,   -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,   41,   -1,   -1,   44,
+   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   -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,  123,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,   91,   -1,   93,   -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,  123,   41,
+   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,   91,   -1,
+   93,   -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,
+  123,   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,   91,
+   -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,  123,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   91,   -1,   93,   -1,   -1,   -1,   -1,
+  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,  275,
+   -1,   -1,   -1,  279,  280,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  289,  290,  123,  292,  293,  294,  295,
+   -1,   -1,   -1,  299,   -1,   -1,   -1,   -1,   -1,  305,
+  306,  266,  267,  268,  269,   -1,   -1,   -1,   -1,   -1,
+  275,   -1,   -1,   -1,  279,  280,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,
+  295,   -1,   -1,   -1,  299,   -1,   -1,   -1,   -1,   -1,
+  305,  306,   -1,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,
+  293,  294,  295,   -1,   -1,   -1,  299,   -1,   -1,   -1,
+   -1,   -1,  305,  306,  266,  267,  268,  269,   -1,   -1,
+   -1,   -1,   -1,  275,   -1,   -1,   -1,   41,  280,   -1,
+   44,   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,
+  292,  293,  294,  295,   58,   59,   -1,  299,   -1,   -1,
+   -1,   -1,   41,  305,  306,   44,   -1,   -1,  266,  267,
+  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,   58,
+   59,   -1,   61,   -1,   63,   -1,   -1,   91,   -1,   93,
+   -1,  289,  290,   -1,  292,  293,  294,  295,   -1,   -1,
+   -1,  299,   -1,   41,   -1,   -1,   44,  305,  306,   -1,
+   -1,   -1,   91,   -1,   93,   -1,   -1,   -1,   -1,  123,
+   58,   59,   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,
+   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  123,   -1,   -1,   -1,   -1,   58,
+   59,   -1,   61,   91,   63,   93,   -1,   -1,   -1,   -1,
+   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   41,   -1,   -1,   44,   -1,   58,   59,
+   -1,   61,   91,   63,   93,  123,   -1,   -1,   -1,   -1,
+   58,   59,   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,
+   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   -1,
+   -1,   91,   -1,   93,  123,   -1,   -1,   -1,   -1,   58,
+   59,   41,   -1,   91,   44,   93,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,
+   -1,   -1,   -1,  123,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   91,   -1,   93,  123,   -1,   -1,   -1,   -1,
+   -1,   -1,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,   91,   -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  123,  289,  290,  266,  267,  268,
+  269,   41,   -1,   -1,   44,  299,  275,   -1,   -1,   -1,
+   -1,  305,  306,  123,   -1,   -1,   -1,   -1,   58,   59,
+  289,  290,   -1,  292,  293,  294,  295,   -1,   -1,   -1,
+  299,   -1,   -1,   -1,   -1,   -1,  305,  306,  266,  267,
+  268,  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,
+   -1,   91,   -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,  289,  290,   -1,  292,  293,  294,  266,  267,  268,
+  269,  299,   -1,   -1,   -1,   -1,  275,  305,  306,   -1,
+   -1,   -1,   -1,  123,   -1,   -1,   -1,   -1,   -1,   -1,
+  289,  290,   -1,  292,  293,   -1,  266,  267,  268,  269,
+  299,   -1,   -1,   -1,   -1,  275,  305,  306,  266,  267,
+  268,  269,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  289,
+  290,   -1,  292,   -1,   -1,   -1,   -1,   -1,   -1,  299,
+   -1,  289,  290,   -1,   -1,  305,  306,  266,  267,  268,
+  269,  299,   -1,   -1,   -1,   -1,   -1,  305,  306,   41,
+   -1,   -1,   44,   -1,   -1,   -1,  266,  267,  268,  269,
+  289,  290,   -1,   -1,   -1,   -1,   58,   59,   -1,   -1,
+  299,   -1,   -1,   -1,   -1,   -1,  305,  306,   -1,  289,
+  290,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  299,
+   41,   -1,   -1,   44,   41,  305,  306,   44,   -1,   91,
+   -1,   93,   41,   -1,   -1,   44,   -1,   58,   59,   -1,
+   -1,   58,   59,   -1,   -1,   -1,   -1,   -1,   -1,   58,
+   59,   -1,   -1,   -1,   -1,   -1,  266,  267,  268,  269,
+   -1,  123,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   91,   -1,   93,   -1,   91,   41,   93,   -1,   44,  289,
+  290,   -1,   91,   41,   93,   -1,   44,   41,   -1,  299,
+   44,   -1,   58,   59,   -1,  305,  306,   -1,   -1,   -1,
+   58,   59,  123,   -1,   58,   59,  123,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,  123,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   41,   -1,
+   -1,   44,   -1,   91,   -1,   93,   -1,   91,   -1,   93,
+   -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,   -1,
+   63,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  123,   -1,   41,   -1,  123,
+   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,  266,  267,  268,  269,   -1,   -1,
+   -1,   -1,   41,   -1,   -1,   44,   -1,   -1,   -1,   93,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   58,
+   59,   -1,   61,   -1,   63,   -1,   -1,  299,   -1,   -1,
+   -1,   -1,   -1,  305,  306,  266,  267,  268,  269,  266,
+  267,  268,  269,   -1,   -1,   -1,   -1,  266,  267,  268,
+  269,   -1,   -1,   -1,   93,   -1,   -1,   -1,  289,  290,
+   -1,   -1,  289,  290,   -1,   -1,   -1,   -1,  299,   -1,
+  289,  290,  299,   -1,  305,  306,   -1,   -1,  305,  306,
+  299,   -1,   -1,   -1,   -1,   -1,  305,  306,   -1,   -1,
+  266,  267,  268,  269,   -1,   -1,   -1,   -1,  266,  267,
+  268,  269,  266,  267,  268,  269,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,  289,  290,   -1,   -1,   -1,   -1,   -1,
+   -1,  289,  290,  299,   -1,   -1,   -1,   -1,   -1,  305,
+  306,  299,   -1,   -1,   -1,  299,   -1,  305,  306,   -1,
+   -1,  305,  306,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,
+  293,  294,  295,   -1,  297,  298,  299,   -1,   -1,  302,
+   -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,  289,  290,   -1,  292,  293,
+  294,  295,   -1,  297,  298,  299,   -1,   41,  302,   -1,
+   44,   -1,   -1,   -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,
+  289,  290,   -1,  292,  293,  294,  295,   -1,  297,  298,
+  299,   41,   -1,  302,   44,   -1,   -1,   -1,   -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,   41,   -1,
+   -1,   44,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   93,   -1,   58,   59,   -1,   61,   -1,
+   63,   -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,   -1,   -1,
+   93,   -1,   58,   59,   -1,   61,   -1,   63,   -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,   -1,   -1,   93,   -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,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   93,   -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,   -1,   -1,   -1,  279,  280,  281,  282,   -1,
+   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,  293,
+  294,  295,   -1,  297,  298,  299,   -1,   -1,  302,   -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,   -1,   -1,   -1,   -1,  289,
+  290,   -1,  292,  293,  294,  295,   -1,  297,  298,  299,
+   -1,   -1,  302,  266,  267,  268,  269,   -1,   -1,   -1,
+   -1,   -1,  275,   -1,   -1,   -1,  279,  280,  281,  282,
+   -1,   -1,   -1,   -1,   -1,   -1,  289,  290,   -1,  292,
+  293,  294,  295,   -1,  297,  298,  299,   -1,   -1,  302,
+  266,  267,  268,  269,   37,   38,   -1,   -1,   -1,  275,
+   43,   -1,   -1,  279,  280,  281,  282,   -1,   -1,   -1,
+   -1,   -1,   -1,  289,  290,   -1,  292,  293,  294,  295,
+   -1,  297,  298,  299,   -1,   -1,  302,  266,  267,  268,
+  269,   -1,   -1,   -1,   -1,   -1,  275,   -1,   -1,   82,
+  279,  280,  281,  282,   -1,   -1,   -1,   -1,   -1,   -1,
+  289,  290,   -1,  292,  293,  294,  295,   -1,  297,  298,
+   -1,   -1,   -1,  302,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,  135,  136,  137,  138,  139,  140,  141,  142,
+  143,  144,  145,  146,  147,  148,  149,  150,  151,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  190,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  198,   -1,  200,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  212,
+   -1,  214,   -1,   -1,   -1,   -1,   -1,  220,   -1,  222,
+   -1,  224,   -1,  226,   -1,  228,   -1,   -1,  231,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,  248,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,
+   -1,   -1,   -1,   -1,   -1,   -1,   -1,  280,
+};
+#define YYFINAL 1
+#ifndef YYDEBUG
+#define YYDEBUG 0
 #endif
-       case 'e':
-           if (!e_fp) {
-               mktemp(e_tmpname);
-               e_fp = fopen(e_tmpname,"w");
-           }
-           if (argv[1])
-               fputs(argv[1],e_fp);
-           putc('\n', e_fp);
-           argc--,argv++;
-           break;
-       case 'i':
-           inplace = savestr(argv[0]+2);
-           argvoutstab = stabent("ARGVOUT",TRUE);
-           break;
-       case 'I':
-           str_cat(str,argv[0]);
-           str_cat(str," ");
-           if (!argv[0][2]) {
-               str_cat(str,argv[1]);
-               argc--,argv++;
-               str_cat(str," ");
-           }
-           break;
-       case 'n':
-           assume_n = TRUE;
-           strcpy(argv[0], argv[0]+1);
-           goto reswitch;
-       case 'p':
-           assume_p = TRUE;
-           strcpy(argv[0], argv[0]+1);
-           goto reswitch;
-       case 'P':
-           preprocess = TRUE;
-           strcpy(argv[0], argv[0]+1);
-           goto reswitch;
-       case 's':
-           doswitches = TRUE;
-           strcpy(argv[0], argv[0]+1);
-           goto reswitch;
-       case 'v':
-           version();
-           exit(0);
-       case '-':
-           argc--,argv++;
-           goto switch_end;
-       case 0:
-           break;
-       default:
-           fatal("Unrecognized switch: %s\n",argv[0]);
-       }
-    }
-  switch_end:
-    if (e_fp) {
-       fclose(e_fp);
-       argc++,argv--;
-       argv[0] = e_tmpname;
-    }
-
-    str_set(&str_no,No);
-    str_set(&str_yes,Yes);
-    init_eval();
-
-    /* open script */
-
-    if (argv[0] == Nullch)
-       argv[0] = "-";
-    filename = savestr(argv[0]);
-    if (strEQ(filename,"-"))
-       argv[0] = "";
-    if (preprocess) {
-       sprintf(buf, "\
-/bin/sed -e '/^[^#]/b' \
- -e '/^#[      ]*include[      ]/b' \
- -e '/^#[      ]*define[       ]/b' \
- -e '/^#[      ]*if[   ]/b' \
- -e '/^#[      ]*ifdef[        ]/b' \
- -e '/^#[      ]*else/b' \
- -e '/^#[      ]*endif/b' \
- -e 's/^#.*//' \
- %s | %s -C %s%s",
-         argv[0], CPP, str_get(str), CPPMINUS);
-       rsfp = popen(buf,"r");
-    }
-    else if (!*argv[0])
-       rsfp = stdin;
-    else
-       rsfp = fopen(argv[0],"r");
-    if (rsfp == Nullfp)
-       fatal("Perl script \"%s\" doesn't seem to exist.\n",filename);
-    str_free(str);             /* free -I directories */
-
-    defstab = stabent("_",TRUE);
-
-    /* init tokener */
-
-    bufptr = str_get(linestr);
-
-    /* now parse the report spec */
-
-    if (yyparse())
-       fatal("Execution aborted due to compilation errors.\n");
-
-    if (e_fp) {
-       e_fp = Nullfp;
-       UNLINK(e_tmpname);
-    }
-    argc--,argv++;     /* skip name of script */
-    if (doswitches) {
-       for (; argc > 0 && **argv == '-'; argc--,argv++) {
-           if (argv[0][1] == '-') {
-               argc--,argv++;
-               break;
-           }
-           str_numset(stabent(argv[0]+1,TRUE)->stab_val,(double)1.0);
-       }
-    }
-    if (argvstab = stabent("ARGV",allstabs)) {
-       for (; argc > 0; argc--,argv++) {
-           apush(argvstab->stab_array,str_make(argv[0]));
-       }
-    }
-    if (envstab = stabent("ENV",allstabs)) {
-       for (; *env; env++) {
-           if (!(s = index(*env,'=')))
-               continue;
-           *s++ = '\0';
-           str = str_make(s);
-           str->str_link.str_magic = envstab;
-           hstore(envstab->stab_hash,*env,str);
-           *--s = '=';
-       }
-    }
-    sigstab = stabent("SIG",allstabs);
-
-    magicalize("!#?^~=-%0123456789.+&*(),\\/[|");
-
-    (tmpstab = stabent("0",allstabs)) && str_set(STAB_STR(tmpstab),filename);
-    (tmpstab = stabent("$",allstabs)) &&
-       str_numset(STAB_STR(tmpstab),(double)getpid());
-
-    tmpstab = stabent("stdin",TRUE);
-    tmpstab->stab_io = stio_new();
-    tmpstab->stab_io->fp = stdin;
-
-    tmpstab = stabent("stdout",TRUE);
-    tmpstab->stab_io = stio_new();
-    tmpstab->stab_io->fp = stdout;
-    defoutstab = tmpstab;
-    curoutstab = tmpstab;
-
-    tmpstab = stabent("stderr",TRUE);
-    tmpstab->stab_io = stio_new();
-    tmpstab->stab_io->fp = stderr;
-    safefree(filename);
-    filename = "(eval)";
-
-    setjmp(top_env);   /* sets goto_targ on longjump */
-
-#ifdef DEBUGGING
-    if (debug & 1024)
-       dump_cmd(main_root,Nullcmd);
-    if (debug)
-       fprintf(stderr,"\nEXECUTING...\n\n");
+#define YYMAXTOKEN 306
+#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","OROP","ANDOP","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 ANDOP sexpr",
+"sexpr : sexpr OROP 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 : term '[' expr ']'",
+"term : hsh",
+"term : ary",
+"term : arylen",
+"term : scalar '{' expr ';' '}'",
+"term : term ARROW '{' expr ';' '}'",
+"term : term '{' 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 : NOAMP WORD indirob 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
-
-    /* do it */
-
-    (void) cmd_exec(main_root);
-
-    if (goto_targ)
-       fatal("Can't find label \"%s\"--aborting.\n",goto_targ);
-    exit(0);
-}
-
-magicalize(list)
-register char *list;
-{
-    register STAB *stab;
-    char sym[2];
-
-    sym[1] = '\0';
-    while (*sym = *list++) {
-       if (stab = stabent(sym,allstabs)) {
-           stab->stab_flags = SF_VMAGIC;
-           stab->stab_val->str_link.str_magic = stab;
-       }
-    }
-}
-
-#define RETURN(retval) return (bufptr = s,retval)
-#define OPERATOR(retval) return (expectterm = TRUE,bufptr = s,retval)
-#define TERM(retval) return (expectterm = FALSE,bufptr = s,retval)
-#define LOOPX(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,LOOPEX)
-#define UNI(f) return (yylval.ival = f,expectterm = TRUE,bufptr = s,UNIOP)
-#define FUN0(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,FUNC0)
-#define FUN1(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,FUNC1)
-#define FUN2(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,FUNC2)
-#define FUN3(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,FUNC3)
-#define SFUN(f) return (yylval.ival = f,expectterm = FALSE,bufptr = s,STABFUN)
-
-yylex()
-{
-    register char *s = bufptr;
-    register char *d;
-    register int tmp;
-    static bool in_format = FALSE;
-    static bool firstline = TRUE;
-
-  retry:
-#ifdef YYDEBUG
-    if (yydebug)
-       if (index(s,'\n'))
-           fprintf(stderr,"Tokener at %s",s);
-       else
-           fprintf(stderr,"Tokener at %s\n",s);
+#define yyclearin (yychar=(-1))
+#define yyerrok (yyerrflag=0)
+#ifdef YYSTACKSIZE
+#ifndef YYMAXDEPTH
+#define YYMAXDEPTH YYSTACKSIZE
 #endif
-    switch (*s) {
-    default:
-       fprintf(stderr,
-           "Unrecognized character %c in file %s line %d--ignoring.\n",
-            *s++,filename,line);
-       goto retry;
-    case 0:
-       s = str_get(linestr);
-       *s = '\0';
-       if (firstline && (assume_n || assume_p)) {
-           firstline = FALSE;
-           str_set(linestr,"while (<>) {");
-           s = str_get(linestr);
-           goto retry;
-       }
-       if (!rsfp)
-           RETURN(0);
-       if (in_format) {
-           yylval.formval = load_format();     /* leaves . in buffer */
-           in_format = FALSE;
-           s = str_get(linestr);
-           TERM(FORMLIST);
-       }
-       line++;
-       if ((s = str_gets(linestr, rsfp)) == Nullch) {
-           if (preprocess)
-               pclose(rsfp);
-           else if (rsfp != stdin)
-               fclose(rsfp);
-           rsfp = Nullfp;
-           if (assume_n || assume_p) {
-               str_set(linestr,assume_p ? "}continue{print;" : "");
-               str_cat(linestr,"}");
-               s = str_get(linestr);
-               goto retry;
-           }
-           s = str_get(linestr);
-           RETURN(0);
-       }
-#ifdef DEBUG
-       else if (firstline) {
-           char *showinput();
-           s = showinput();
-       }
+#else
+#ifdef YYMAXDEPTH
+#define YYSTACKSIZE YYMAXDEPTH
+#else
+#define YYSTACKSIZE 500
+#define YYMAXDEPTH 500
 #endif
-       firstline = FALSE;
-       goto retry;
-    case ' ': case '\t':
-       s++;
-       goto retry;
-    case '\n':
-    case '#':
-       if (preprocess && s == str_get(linestr) &&
-              s[1] == ' ' && isdigit(s[2])) {
-           line = atoi(s+2)-1;
-           for (s += 2; isdigit(*s); s++) ;
-           while (*s && isspace(*s)) s++;
-           if (filename)
-               safefree(filename);
-           s[strlen(s)-1] = '\0';      /* wipe out newline */
-           filename = savestr(s);
-           s = str_get(linestr);
-       }
-       if (in_eval) {
-           while (*s && *s != '\n')
-               s++;
-           if (*s)
-               s++;
-           line++;
-       }
-       else
-           *s = '\0';
-       if (lex_newlines)
-           RETURN('\n');
-       goto retry;
-    case '+':
-    case '-':
-       if (s[1] == *s) {
-           s++;
-           if (*s++ == '+')
-               RETURN(INC);
-           else
-               RETURN(DEC);
-       }
-       /* FALL THROUGH */
-    case '*':
-    case '%':
-    case '^':
-    case '~':
-    case '(':
-    case ',':
-    case ':':
-    case ';':
-    case '{':
-    case '[':
-       tmp = *s++;
-       OPERATOR(tmp);
-    case ')':
-    case ']':
-       tmp = *s++;
-       TERM(tmp);
-    case '}':
-       tmp = *s++;
-       for (d = s; *d == ' ' || *d == '\t'; d++) ;
-       if (*d == '\n' || *d == '#')
-           OPERATOR(tmp);              /* block end */
-       else
-           TERM(tmp);                  /* associative array end */
-    case '&':
-       s++;
-       tmp = *s++;
-       if (tmp == '&')
-           OPERATOR(ANDAND);
-       s--;
-       OPERATOR('&');
-    case '|':
-       s++;
-       tmp = *s++;
-       if (tmp == '|')
-           OPERATOR(OROR);
-       s--;
-       OPERATOR('|');
-    case '=':
-       s++;
-       tmp = *s++;
-       if (tmp == '=')
-           OPERATOR(EQ);
-       if (tmp == '~')
-           OPERATOR(MATCH);
-       s--;
-       OPERATOR('=');
-    case '!':
-       s++;
-       tmp = *s++;
-       if (tmp == '=')
-           OPERATOR(NE);
-       if (tmp == '~')
-           OPERATOR(NMATCH);
-       s--;
-       OPERATOR('!');
-    case '<':
-       if (expectterm) {
-           s = scanstr(s);
-           TERM(RSTRING);
-       }
-       s++;
-       tmp = *s++;
-       if (tmp == '<')
-           OPERATOR(LS);
-       if (tmp == '=')
-           OPERATOR(LE);
-       s--;
-       OPERATOR('<');
-    case '>':
-       s++;
-       tmp = *s++;
-       if (tmp == '>')
-           OPERATOR(RS);
-       if (tmp == '=')
-           OPERATOR(GE);
-       s--;
-       OPERATOR('>');
-
-#define SNARFWORD \
-       d = tokenbuf; \
-       while (isalpha(*s) || isdigit(*s) || *s == '_') \
-           *d++ = *s++; \
-       *d = '\0'; \
-       d = tokenbuf;
-
-    case '$':
-       if (s[1] == '#' && (isalpha(s[2]) || s[2] == '_')) {
-           s++;
-           s = scanreg(s,tokenbuf);
-           yylval.stabval = aadd(stabent(tokenbuf,TRUE));
-           TERM(ARYLEN);
-       }
-       s = scanreg(s,tokenbuf);
-       yylval.stabval = stabent(tokenbuf,TRUE);
-       TERM(REG);
-
-    case '@':
-       s = scanreg(s,tokenbuf);
-       yylval.stabval = aadd(stabent(tokenbuf,TRUE));
-       TERM(ARY);
-
-    case '/':                  /* may either be division or pattern */
-    case '?':                  /* may either be conditional or pattern */
-       if (expectterm) {
-           s = scanpat(s);
-           TERM(PATTERN);
-       }
-       tmp = *s++;
-       OPERATOR(tmp);
-
-    case '.':
-       if (!expectterm || !isdigit(s[1])) {
-           s++;
-           tmp = *s++;
-           if (tmp == '.')
-               OPERATOR(DOTDOT);
-           s--;
-           OPERATOR('.');
-       }
-       /* FALL THROUGH */
-    case '0': case '1': case '2': case '3': case '4':
-    case '5': case '6': case '7': case '8': case '9':
-    case '\'': case '"': case '`':
-       s = scanstr(s);
-       TERM(RSTRING);
-
-    case '_':
-       SNARFWORD;
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'a': case 'A':
-       SNARFWORD;
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'b': case 'B':
-       SNARFWORD;
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'c': case 'C':
-       SNARFWORD;
-       if (strEQ(d,"continue"))
-           OPERATOR(CONTINUE);
-       if (strEQ(d,"chdir"))
-           UNI(O_CHDIR);
-       if (strEQ(d,"close"))
-           OPERATOR(CLOSE);
-       if (strEQ(d,"crypt"))
-           FUN2(O_CRYPT);
-       if (strEQ(d,"chop"))
-           OPERATOR(CHOP);
-       if (strEQ(d,"chmod")) {
-           yylval.ival = O_CHMOD;
-           OPERATOR(PRINT);
-       }
-       if (strEQ(d,"chown")) {
-           yylval.ival = O_CHOWN;
-           OPERATOR(PRINT);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'd': case 'D':
-       SNARFWORD;
-       if (strEQ(d,"do"))
-           OPERATOR(DO);
-       if (strEQ(d,"die"))
-           UNI(O_DIE);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'e': case 'E':
-       SNARFWORD;
-       if (strEQ(d,"else"))
-           OPERATOR(ELSE);
-       if (strEQ(d,"elsif"))
-           OPERATOR(ELSIF);
-       if (strEQ(d,"eq") || strEQ(d,"EQ"))
-           OPERATOR(SEQ);
-       if (strEQ(d,"exit"))
-           UNI(O_EXIT);
-       if (strEQ(d,"eval")) {
-           allstabs = TRUE;            /* must initialize everything since */
-           UNI(O_EVAL);                /* we don't know what will be used */
-       }
-       if (strEQ(d,"eof"))
-           TERM(FEOF);
-       if (strEQ(d,"exp"))
-           FUN1(O_EXP);
-       if (strEQ(d,"each"))
-           SFUN(O_EACH);
-       if (strEQ(d,"exec")) {
-           yylval.ival = O_EXEC;
-           OPERATOR(PRINT);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'f': case 'F':
-       SNARFWORD;
-       if (strEQ(d,"for"))
-           OPERATOR(FOR);
-       if (strEQ(d,"format")) {
-           in_format = TRUE;
-           OPERATOR(FORMAT);
-       }
-       if (strEQ(d,"fork"))
-           FUN0(O_FORK);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'g': case 'G':
-       SNARFWORD;
-       if (strEQ(d,"gt") || strEQ(d,"GT"))
-           OPERATOR(SGT);
-       if (strEQ(d,"ge") || strEQ(d,"GE"))
-           OPERATOR(SGE);
-       if (strEQ(d,"goto"))
-           LOOPX(O_GOTO);
-       if (strEQ(d,"gmtime"))
-           FUN1(O_GMTIME);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'h': case 'H':
-       SNARFWORD;
-       if (strEQ(d,"hex"))
-           FUN1(O_HEX);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'i': case 'I':
-       SNARFWORD;
-       if (strEQ(d,"if"))
-           OPERATOR(IF);
-       if (strEQ(d,"index"))
-           FUN2(O_INDEX);
-       if (strEQ(d,"int"))
-           FUN1(O_INT);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'j': case 'J':
-       SNARFWORD;
-       if (strEQ(d,"join"))
-           OPERATOR(JOIN);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'k': case 'K':
-       SNARFWORD;
-       if (strEQ(d,"keys"))
-           SFUN(O_KEYS);
-       if (strEQ(d,"kill")) {
-           yylval.ival = O_KILL;
-           OPERATOR(PRINT);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'l': case 'L':
-       SNARFWORD;
-       if (strEQ(d,"last"))
-           LOOPX(O_LAST);
-       if (strEQ(d,"length"))
-           FUN1(O_LENGTH);
-       if (strEQ(d,"lt") || strEQ(d,"LT"))
-           OPERATOR(SLT);
-       if (strEQ(d,"le") || strEQ(d,"LE"))
-           OPERATOR(SLE);
-       if (strEQ(d,"localtime"))
-           FUN1(O_LOCALTIME);
-       if (strEQ(d,"log"))
-           FUN1(O_LOG);
-       if (strEQ(d,"link"))
-           FUN2(O_LINK);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'm': case 'M':
-       SNARFWORD;
-       if (strEQ(d,"m")) {
-           s = scanpat(s-1);
-           TERM(PATTERN);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'n': case 'N':
-       SNARFWORD;
-       if (strEQ(d,"next"))
-           LOOPX(O_NEXT);
-       if (strEQ(d,"ne") || strEQ(d,"NE"))
-           OPERATOR(SNE);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'o': case 'O':
-       SNARFWORD;
-       if (strEQ(d,"open"))
-           OPERATOR(OPEN);
-       if (strEQ(d,"ord"))
-           FUN1(O_ORD);
-       if (strEQ(d,"oct"))
-           FUN1(O_OCT);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'p': case 'P':
-       SNARFWORD;
-       if (strEQ(d,"print")) {
-           yylval.ival = O_PRINT;
-           OPERATOR(PRINT);
-       }
-       if (strEQ(d,"printf")) {
-           yylval.ival = O_PRTF;
-           OPERATOR(PRINT);
-       }
-       if (strEQ(d,"push")) {
-           yylval.ival = O_PUSH;
-           OPERATOR(PUSH);
-       }
-       if (strEQ(d,"pop"))
-           OPERATOR(POP);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'q': case 'Q':
-       SNARFWORD;
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'r': case 'R':
-       SNARFWORD;
-       if (strEQ(d,"reset"))
-           UNI(O_RESET);
-       if (strEQ(d,"redo"))
-           LOOPX(O_REDO);
-       if (strEQ(d,"rename"))
-           FUN2(O_RENAME);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 's': case 'S':
-       SNARFWORD;
-       if (strEQ(d,"s")) {
-           s = scansubst(s);
-           TERM(SUBST);
-       }
-       if (strEQ(d,"shift"))
-           TERM(SHIFT);
-       if (strEQ(d,"split"))
-           TERM(SPLIT);
-       if (strEQ(d,"substr"))
-           FUN3(O_SUBSTR);
-       if (strEQ(d,"sprintf"))
-           OPERATOR(SPRINTF);
-       if (strEQ(d,"sub"))
-           OPERATOR(SUB);
-       if (strEQ(d,"select"))
-           OPERATOR(SELECT);
-       if (strEQ(d,"seek"))
-           OPERATOR(SEEK);
-       if (strEQ(d,"stat"))
-           OPERATOR(STAT);
-       if (strEQ(d,"sqrt"))
-           FUN1(O_SQRT);
-       if (strEQ(d,"sleep"))
-           UNI(O_SLEEP);
-       if (strEQ(d,"system")) {
-           yylval.ival = O_SYSTEM;
-           OPERATOR(PRINT);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 't': case 'T':
-       SNARFWORD;
-       if (strEQ(d,"tr")) {
-           s = scantrans(s);
-           TERM(TRANS);
-       }
-       if (strEQ(d,"tell"))
-           TERM(TELL);
-       if (strEQ(d,"time"))
-           FUN0(O_TIME);
-       if (strEQ(d,"times"))
-           FUN0(O_TMS);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'u': case 'U':
-       SNARFWORD;
-       if (strEQ(d,"using"))
-           OPERATOR(USING);
-       if (strEQ(d,"until"))
-           OPERATOR(UNTIL);
-       if (strEQ(d,"unless"))
-           OPERATOR(UNLESS);
-       if (strEQ(d,"umask"))
-           FUN1(O_UMASK);
-       if (strEQ(d,"unshift")) {
-           yylval.ival = O_UNSHIFT;
-           OPERATOR(PUSH);
-       }
-       if (strEQ(d,"unlink")) {
-           yylval.ival = O_UNLINK;
-           OPERATOR(PRINT);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'v': case 'V':
-       SNARFWORD;
-       if (strEQ(d,"values"))
-           SFUN(O_VALUES);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'w': case 'W':
-       SNARFWORD;
-       if (strEQ(d,"write"))
-           TERM(WRITE);
-       if (strEQ(d,"while"))
-           OPERATOR(WHILE);
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'x': case 'X':
-       SNARFWORD;
-       if (!expectterm && strEQ(d,"x"))
-           OPERATOR('x');
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'y': case 'Y':
-       SNARFWORD;
-       if (strEQ(d,"y")) {
-           s = scantrans(s);
-           TERM(TRANS);
-       }
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    case 'z': case 'Z':
-       SNARFWORD;
-       yylval.cval = savestr(d);
-       OPERATOR(WORD);
-    }
-}
-
-STAB *
-stabent(name,add)
-register char *name;
-int add;
-{
-    register STAB *stab;
-
-    for (stab = stab_index[*name]; stab; stab = stab->stab_next) {
-       if (strEQ(name,stab->stab_name))
-           return stab;
-    }
-    
-    /* no entry--should we add one? */
-
-    if (add) {
-       stab = (STAB *) safemalloc(sizeof(STAB));
-       bzero((char*)stab, sizeof(STAB));
-       stab->stab_name = savestr(name);
-       stab->stab_val = str_new(0);
-       stab->stab_next = stab_index[*name];
-       stab_index[*name] = stab;
-       return stab;
-    }
-    return Nullstab;
-}
-
-STIO *
-stio_new()
-{
-    STIO *stio = (STIO *) safemalloc(sizeof(STIO));
-
-    bzero((char*)stio, sizeof(STIO));
-    stio->page_len = 60;
-    return stio;
-}
-
-char *
-scanreg(s,dest)
-register char *s;
-char *dest;
-{
-    register char *d;
-
-    s++;
-    d = dest;
-    while (isalpha(*s) || isdigit(*s) || *s == '_')
-       *d++ = *s++;
-    *d = '\0';
-    d = dest;
-    if (!*d) {
-       *d = *s++;
-       if (*d == '{') {
-           d = dest;
-           while (*s && *s != '}')
-               *d++ = *s++;
-           *d = '\0';
-           d = dest;
-           if (*s)
-               s++;
-       }
-       else
-           d[1] = '\0';
-    }
-    if (*d == '^' && !isspace(*s))
-       *d = *s++ & 31;
-    return s;
-}
-
-STR *
-scanconst(string)
-char *string;
-{
-    register STR *retstr;
-    register char *t;
-    register char *d;
-
-    if (index(string,'|')) {
-       return Nullstr;
-    }
-    retstr = str_make(string);
-    t = str_get(retstr);
-    for (d=t; *d; ) {
-       switch (*d) {
-       case '.': case '[': case '$': case '(': case ')': case '|':
-           *d = '\0';
-           break;
-       case '\\':
-           if (index("wWbB0123456789",d[1])) {
-               *d = '\0';
-               break;
-           }
-           strcpy(d,d+1);
-           switch(*d) {
-           case 'n':
-               *d = '\n';
-               break;
-           case 't':
-               *d = '\t';
-               break;
-           case 'f':
-               *d = '\f';
-               break;
-           case 'r':
-               *d = '\r';
-               break;
-           }
-           /* FALL THROUGH */
-       default:
-           if (d[1] == '*' || d[1] == '+' || d[1] == '?') {
-               *d = '\0';
-               break;
-           }
-           d++;
-       }
-    }
-    if (!*t) {
-       str_free(retstr);
-       return Nullstr;
-    }
-    retstr->str_cur = strlen(retstr->str_ptr); /* XXX cheating here */
-    return retstr;
-}
-
-char *
-scanpat(s)
-register char *s;
-{
-    register SPAT *spat = (SPAT *) safemalloc(sizeof (SPAT));
-    register char *d;
-
-    bzero((char *)spat, sizeof(SPAT));
-    spat->spat_next = spat_root;       /* link into spat list */
-    spat_root = spat;
-    init_compex(&spat->spat_compex);
-
-    switch (*s++) {
-    case 'm':
-       s++;
-       break;
-    case '/':
-       break;
-    case '?':
-       spat->spat_flags |= SPAT_USE_ONCE;
-       break;
-    default:
-       fatal("Search pattern not found:\n%s",str_get(linestr));
-    }
-    s = cpytill(tokenbuf,s,s[-1]);
-    if (!*s)
-       fatal("Search pattern not terminated:\n%s",str_get(linestr));
-    s++;
-    if (*tokenbuf == '^') {
-       spat->spat_first = scanconst(tokenbuf+1);
-       if (spat->spat_first) {
-           spat->spat_flen = strlen(spat->spat_first->str_ptr);
-           if (spat->spat_flen == strlen(tokenbuf+1))
-               spat->spat_flags |= SPAT_SCANALL;
-       }
-    }
-    else {
-       spat->spat_flags |= SPAT_SCANFIRST;
-       spat->spat_first = scanconst(tokenbuf);
-       if (spat->spat_first) {
-           spat->spat_flen = strlen(spat->spat_first->str_ptr);
-           if (spat->spat_flen == strlen(tokenbuf))
-               spat->spat_flags |= SPAT_SCANALL;
-       }
-    }  
-    if (d = compile(&spat->spat_compex,tokenbuf,TRUE,FALSE))
-       fatal(d);
-    yylval.arg = make_match(O_MATCH,stab_to_arg(A_STAB,defstab),spat);
-    return s;
-}
-
-char *
-scansubst(s)
-register char *s;
-{
-    register SPAT *spat = (SPAT *) safemalloc(sizeof (SPAT));
-    register char *d;
-
-    bzero((char *)spat, sizeof(SPAT));
-    spat->spat_next = spat_root;       /* link into spat list */
-    spat_root = spat;
-    init_compex(&spat->spat_compex);
-
-    s = cpytill(tokenbuf,s+1,*s);
-    if (!*s)
-       fatal("Substitution pattern not terminated:\n%s",str_get(linestr));
-    for (d=tokenbuf; *d; d++) {
-       if (*d == '$' && d[1] && d[-1] != '\\' && d[1] != '|') {
-           register ARG *arg;
-
-           spat->spat_runtime = arg = op_new(1);
-           arg->arg_type = O_ITEM;
-           arg[1].arg_type = A_DOUBLE;
-           arg[1].arg_ptr.arg_str = str_make(tokenbuf);
-           goto get_repl;              /* skip compiling for now */
-       }
-    }
-    if (*tokenbuf == '^') {
-       spat->spat_first = scanconst(tokenbuf+1);
-       if (spat->spat_first)
-           spat->spat_flen = strlen(spat->spat_first->str_ptr);
-    }
-    else {
-       spat->spat_flags |= SPAT_SCANFIRST;
-       spat->spat_first = scanconst(tokenbuf);
-       if (spat->spat_first)
-           spat->spat_flen = strlen(spat->spat_first->str_ptr);
-    }  
-    if (d = compile(&spat->spat_compex,tokenbuf,TRUE,FALSE))
-       fatal(d);
-get_repl:
-    s = scanstr(s);
-    if (!*s)
-       fatal("Substitution replacement not terminated:\n%s",str_get(linestr));
-    spat->spat_repl = yylval.arg;
-    if (*s == 'g') {
-       s++;
-       spat->spat_flags &= ~SPAT_USE_ONCE;
-    }
-    else
-       spat->spat_flags |= SPAT_USE_ONCE;
-    yylval.arg = make_match(O_SUBST,stab_to_arg(A_STAB,defstab),spat);
-    return s;
-}
-
-ARG *
-make_split(stab,arg)
-register STAB *stab;
-register ARG *arg;
-{
-    if (arg->arg_type != O_MATCH) {
-       register SPAT *spat = (SPAT *) safemalloc(sizeof (SPAT));
-       register char *d;
-
-       bzero((char *)spat, sizeof(SPAT));
-       spat->spat_next = spat_root;    /* link into spat list */
-       spat_root = spat;
-       init_compex(&spat->spat_compex);
-
-       spat->spat_runtime = arg;
-       arg = make_match(O_MATCH,stab_to_arg(A_STAB,defstab),spat);
-    }
-    arg->arg_type = O_SPLIT;
-    arg[2].arg_ptr.arg_spat->spat_repl = stab_to_arg(A_STAB,aadd(stab));
-    return arg;
-}
-
-char *
-expand_charset(s)
-register char *s;
-{
-    char t[512];
-    register char *d = t;
-    register int i;
-
-    while (*s) {
-       if (s[1] == '-' && s[2]) {
-           for (i = s[0]; i <= s[2]; i++)
-               *d++ = i;
-           s += 3;
-       }
-       else
-           *d++ = *s++;
-    }
-    *d = '\0';
-    return savestr(t);
-}
-
-char *
-scantrans(s)
-register char *s;
-{
-    ARG *arg =
-       l(make_op(O_TRANS,2,stab_to_arg(A_STAB,defstab),Nullarg,Nullarg,0));
-    register char *t;
-    register char *r;
-    register char *tbl = safemalloc(256);
-    register int i;
-
-    arg[2].arg_type = A_NULL;
-    arg[2].arg_ptr.arg_cval = tbl;
-    for (i=0; i<256; i++)
-       tbl[i] = 0;
-    s = scanstr(s);
-    if (!*s)
-       fatal("Translation pattern not terminated:\n%s",str_get(linestr));
-    t = expand_charset(str_get(yylval.arg[1].arg_ptr.arg_str));
-    free_arg(yylval.arg);
-    s = scanstr(s-1);
-    if (!*s)
-       fatal("Translation replacement not terminated:\n%s",str_get(linestr));
-    r = expand_charset(str_get(yylval.arg[1].arg_ptr.arg_str));
-    free_arg(yylval.arg);
-    yylval.arg = arg;
-    if (!*r) {
-       safefree(r);
-       r = t;
-    }
-    for (i = 0; t[i]; i++) {
-       if (!r[i])
-           r[i] = r[i-1];
-       tbl[t[i] & 0377] = r[i];
-    }
-    if (r != t)
-       safefree(r);
-    safefree(t);
-    return s;
-}
-
-CMD *
-block_head(tail)
-register CMD *tail;
-{
-    if (tail == Nullcmd) {
-       return tail;
-    }
-    return tail->c_head;
-}
-
-CMD *
-append_line(head,tail)
-register CMD *head;
-register CMD *tail;
-{
-    if (tail == Nullcmd)
-       return head;
-    if (!tail->c_head)                 /* make sure tail is well formed */
-       tail->c_head = tail;
-    if (head != Nullcmd) {
-       tail = tail->c_head;            /* get to start of tail list */
-       if (!head->c_head)
-           head->c_head = head;        /* start a new head list */
-       while (head->c_next) {
-           head->c_next->c_head = head->c_head;
-           head = head->c_next;        /* get to end of head list */
-       }
-       head->c_next = tail;            /* link to end of old list */
-       tail->c_head = head->c_head;    /* propagate head pointer */
-    }
-    while (tail->c_next) {
-       tail->c_next->c_head = tail->c_head;
-       tail = tail->c_next;
-    }
-    return tail;
-}
-
-CMD *
-make_acmd(type,stab,cond,arg)
-int type;
-STAB *stab;
-ARG *cond;
-ARG *arg;
-{
-    register CMD *cmd = (CMD *) safemalloc(sizeof (CMD));
-
-    bzero((char *)cmd, sizeof(CMD));
-    cmd->c_type = type;
-    cmd->ucmd.acmd.ac_stab = stab;
-    cmd->ucmd.acmd.ac_expr = arg;
-    cmd->c_expr = cond;
-    if (cond) {
-       opt_arg(cmd,1);
-       cmd->c_flags |= CF_COND;
-    }
-    return cmd;
-}
-
-CMD *
-make_ccmd(type,arg,cblock)
-int type;
-register ARG *arg;
-struct compcmd cblock;
-{
-    register CMD *cmd = (CMD *) safemalloc(sizeof (CMD));
-
-    bzero((char *)cmd, sizeof(CMD));
-    cmd->c_type = type;
-    cmd->c_expr = arg;
-    cmd->ucmd.ccmd.cc_true = cblock.comp_true;
-    cmd->ucmd.ccmd.cc_alt = cblock.comp_alt;
-    if (arg) {
-       opt_arg(cmd,1);
-       cmd->c_flags |= CF_COND;
-    }
-    return cmd;
-}
-
-void
-opt_arg(cmd,fliporflop)
-register CMD *cmd;
-int fliporflop;
-{
-    register ARG *arg;
-    int opt = CFT_EVAL;
-    int sure = 0;
-    ARG *arg2;
-    char *tmps;        /* for True macro */
-    int context = 0;   /* 0 = normal, 1 = before &&, 2 = before || */
-    int flp = fliporflop;
-
-    if (!cmd)
-       return;
-    arg = cmd->c_expr;
-
-    /* Turn "if (!expr)" into "unless (expr)" */
-
-    while (arg->arg_type == O_NOT && arg[1].arg_type == A_EXPR) {
-       cmd->c_flags ^= CF_INVERT;              /* flip sense of cmd */
-       cmd->c_expr = arg[1].arg_ptr.arg_arg;   /* hoist the rest of expr */
-       free_arg(arg);
-       arg = cmd->c_expr;                      /* here we go again */
-    }
-
-    if (!arg->arg_len) {               /* sanity check */
-       cmd->c_flags |= opt;
-       return;
-    }
-
-    /* for "cond .. cond" we set up for the initial check */
-
-    if (arg->arg_type == O_FLIP)
-       context |= 4;
-
-    /* for "cond && expr" and "cond || expr" we can ignore expr, sort of */
-
-    if (arg->arg_type == O_AND)
-       context |= 1;
-    else if (arg->arg_type == O_OR)
-       context |= 2;
-    if (context && arg[flp].arg_type == A_EXPR) {
-       arg = arg[flp].arg_ptr.arg_arg;
-       flp = 1;
-    }
-
-    if (arg[flp].arg_flags & (AF_PRE|AF_POST)) {
-       cmd->c_flags |= opt;
-       return;                         /* side effect, can't optimize */
-    }
-
-    if (arg->arg_type == O_ITEM || arg->arg_type == O_FLIP ||
-      arg->arg_type == O_AND || arg->arg_type == O_OR) {
-       if (arg[flp].arg_type == A_SINGLE) {
-           opt = (str_true(arg[flp].arg_ptr.arg_str) ? CFT_TRUE : CFT_FALSE);
-           cmd->c_first = arg[flp].arg_ptr.arg_str;
-           goto literal;
-       }
-       else if (arg[flp].arg_type == A_STAB || arg[flp].arg_type == A_LVAL) {
-           cmd->c_stab  = arg[flp].arg_ptr.arg_stab;
-           opt = CFT_REG;
-         literal:
-           if (!context) {     /* no && or ||? */
-               free_arg(arg);
-               cmd->c_expr = Nullarg;
-           }
-           if (!(context & 1))
-               cmd->c_flags |= CF_EQSURE;
-           if (!(context & 2))
-               cmd->c_flags |= CF_NESURE;
-       }
-    }
-    else if (arg->arg_type == O_MATCH || arg->arg_type == O_SUBST ||
-             arg->arg_type == O_NMATCH || arg->arg_type == O_NSUBST) {
-       if ((arg[1].arg_type == A_STAB || arg[1].arg_type == A_LVAL) &&
-               arg[2].arg_type == A_SPAT &&
-               arg[2].arg_ptr.arg_spat->spat_first ) {
-           cmd->c_stab  = arg[1].arg_ptr.arg_stab;
-           cmd->c_first = arg[2].arg_ptr.arg_spat->spat_first;
-           cmd->c_flen  = arg[2].arg_ptr.arg_spat->spat_flen;
-           if (arg[2].arg_ptr.arg_spat->spat_flags & SPAT_SCANALL &&
-               (arg->arg_type == O_MATCH || arg->arg_type == O_NMATCH) )
-               sure |= CF_EQSURE;              /* (SUBST must be forced even */
-                                               /* if we know it will work.) */
-           arg[2].arg_ptr.arg_spat->spat_first = Nullstr;
-           arg[2].arg_ptr.arg_spat->spat_flen = 0; /* only one chk */
-           sure |= CF_NESURE;          /* normally only sure if it fails */
-           if (arg->arg_type == O_NMATCH || arg->arg_type == O_NSUBST)
-               cmd->c_flags |= CF_FIRSTNEG;
-           if (context & 1) {          /* only sure if thing is false */
-               if (cmd->c_flags & CF_FIRSTNEG)
-                   sure &= ~CF_NESURE;
-               else
-                   sure &= ~CF_EQSURE;
-           }
-           else if (context & 2) {     /* only sure if thing is true */
-               if (cmd->c_flags & CF_FIRSTNEG)
-                   sure &= ~CF_EQSURE;
-               else
-                   sure &= ~CF_NESURE;
-           }
-           if (sure & (CF_EQSURE|CF_NESURE)) { /* if we know anything*/
-               if (arg[2].arg_ptr.arg_spat->spat_flags & SPAT_SCANFIRST)
-                   opt = CFT_SCAN;
-               else
-                   opt = CFT_ANCHOR;
-               if (sure == (CF_EQSURE|CF_NESURE)       /* really sure? */
-                   && arg->arg_type == O_MATCH
-                   && context & 4
-                   && fliporflop == 1) {
-                   arg[2].arg_type = A_SINGLE;         /* don't do twice */
-                   arg[2].arg_ptr.arg_str = &str_yes;
-               }
-               cmd->c_flags |= sure;
-           }
-       }
-    }
-    else if (arg->arg_type == O_SEQ || arg->arg_type == O_SNE ||
-            arg->arg_type == O_SLT || arg->arg_type == O_SGT) {
-       if (arg[1].arg_type == A_STAB || arg[1].arg_type == A_LVAL) {
-           if (arg[2].arg_type == A_SINGLE) {
-               cmd->c_stab  = arg[1].arg_ptr.arg_stab;
-               cmd->c_first = arg[2].arg_ptr.arg_str;
-               cmd->c_flen  = 30000;
-               switch (arg->arg_type) {
-               case O_SLT: case O_SGT:
-                   sure |= CF_EQSURE;
-                   cmd->c_flags |= CF_FIRSTNEG;
-                   break;
-               case O_SNE:
-                   cmd->c_flags |= CF_FIRSTNEG;
-                   /* FALL THROUGH */
-               case O_SEQ:
-                   sure |= CF_NESURE|CF_EQSURE;
-                   break;
-               }
-               if (context & 1) {      /* only sure if thing is false */
-                   if (cmd->c_flags & CF_FIRSTNEG)
-                       sure &= ~CF_NESURE;
-                   else
-                       sure &= ~CF_EQSURE;
-               }
-               else if (context & 2) { /* only sure if thing is true */
-                   if (cmd->c_flags & CF_FIRSTNEG)
-                       sure &= ~CF_EQSURE;
-                   else
-                       sure &= ~CF_NESURE;
-               }
-               if (sure & (CF_EQSURE|CF_NESURE)) {
-                   opt = CFT_STROP;
-                   cmd->c_flags |= sure;
-               }
-           }
-       }
-    }
-    else if (arg->arg_type == O_ASSIGN &&
-            (arg[1].arg_type == A_STAB || arg[1].arg_type == A_LVAL) &&
-            arg[1].arg_ptr.arg_stab == defstab &&
-            arg[2].arg_type == A_EXPR ) {
-       arg2 = arg[2].arg_ptr.arg_arg;
-       if (arg2->arg_type == O_ITEM && arg2[1].arg_type == A_READ) {
-           opt = CFT_GETS;
-           cmd->c_stab = arg2[1].arg_ptr.arg_stab;
-           if (!(arg2[1].arg_ptr.arg_stab->stab_io->flags & IOF_ARGV)) {
-               free_arg(arg2);
-               free_arg(arg);
-               cmd->c_expr = Nullarg;
-           }
-       }
-    }
-    else if (arg->arg_type == O_CHOP &&
-            (arg[1].arg_type == A_STAB || arg[1].arg_type == A_LVAL) ) {
-       opt = CFT_CHOP;
-       cmd->c_stab = arg[1].arg_ptr.arg_stab;
-       free_arg(arg);
-       cmd->c_expr = Nullarg;
-    }
-    if (context & 4)
-       opt |= CF_FLIP;
-    cmd->c_flags |= opt;
-
-    if (cmd->c_flags & CF_FLIP) {
-       if (fliporflop == 1) {
-           arg = cmd->c_expr;  /* get back to O_FLIP arg */
-           arg[3].arg_ptr.arg_cmd = (CMD*)safemalloc(sizeof(CMD));
-           bcopy((char *)cmd, (char *)arg[3].arg_ptr.arg_cmd, sizeof(CMD));
-           arg[4].arg_ptr.arg_cmd = (CMD*)safemalloc(sizeof(CMD));
-           bcopy((char *)cmd, (char *)arg[4].arg_ptr.arg_cmd, sizeof(CMD));
-           opt_arg(arg[4].arg_ptr.arg_cmd,2);
-           arg->arg_len = 2;           /* this is a lie */
-       }
-       else {
-           if ((opt & CF_OPTIMIZE) == CFT_EVAL)
-               cmd->c_flags = (cmd->c_flags & ~CF_OPTIMIZE) | CFT_UNFLIP;
-       }
-    }
-}
-
-ARG *
-mod_match(type,left,pat)
-register ARG *left;
-register ARG *pat;
-{
-
-    register SPAT *spat;
-    register ARG *newarg;
-
-    if ((pat->arg_type == O_MATCH ||
-        pat->arg_type == O_SUBST ||
-        pat->arg_type == O_TRANS ||
-        pat->arg_type == O_SPLIT
-       ) &&
-       pat[1].arg_ptr.arg_stab == defstab ) {
-       switch (pat->arg_type) {
-       case O_MATCH:
-           newarg = make_op(type == O_MATCH ? O_MATCH : O_NMATCH,
-               pat->arg_len,
-               left,Nullarg,Nullarg,0);
-           break;
-       case O_SUBST:
-           newarg = l(make_op(type == O_MATCH ? O_SUBST : O_NSUBST,
-               pat->arg_len,
-               left,Nullarg,Nullarg,0));
-           break;
-       case O_TRANS:
-           newarg = l(make_op(type == O_MATCH ? O_TRANS : O_NTRANS,
-               pat->arg_len,
-               left,Nullarg,Nullarg,0));
-           break;
-       case O_SPLIT:
-           newarg = make_op(type == O_MATCH ? O_SPLIT : O_SPLIT,
-               pat->arg_len,
-               left,Nullarg,Nullarg,0);
-           break;
-       }
-       if (pat->arg_len >= 2) {
-           newarg[2].arg_type = pat[2].arg_type;
-           newarg[2].arg_ptr = pat[2].arg_ptr;
-           newarg[2].arg_flags = pat[2].arg_flags;
-           if (pat->arg_len >= 3) {
-               newarg[3].arg_type = pat[3].arg_type;
-               newarg[3].arg_ptr = pat[3].arg_ptr;
-               newarg[3].arg_flags = pat[3].arg_flags;
-           }
-       }
-       safefree((char*)pat);
-    }
-    else {
-       spat = (SPAT *) safemalloc(sizeof (SPAT));
-       bzero((char *)spat, sizeof(SPAT));
-       spat->spat_next = spat_root;    /* link into spat list */
-       spat_root = spat;
-       init_compex(&spat->spat_compex);
-
-       spat->spat_runtime = pat;
-       newarg = make_op(type,2,left,Nullarg,Nullarg,0);
-       newarg[2].arg_type = A_SPAT;
-       newarg[2].arg_ptr.arg_spat = spat;
-       newarg[2].arg_flags = AF_SPECIAL;
-    }
-
-    return newarg;
-}
-
-CMD *
-add_label(lbl,cmd)
-char *lbl;
-register CMD *cmd;
-{
-    if (cmd)
-       cmd->c_label = lbl;
-    return cmd;
-}
-
-CMD *
-addcond(cmd, arg)
-register CMD *cmd;
-register ARG *arg;
-{
-    cmd->c_expr = arg;
-    opt_arg(cmd,1);
-    cmd->c_flags |= CF_COND;
-    return cmd;
-}
-
-CMD *
-addloop(cmd, arg)
-register CMD *cmd;
-register ARG *arg;
-{
-    cmd->c_expr = arg;
-    opt_arg(cmd,1);
-    cmd->c_flags |= CF_COND|CF_LOOP;
-    if (cmd->c_type == C_BLOCK)
-       cmd->c_flags &= ~CF_COND;
-    else {
-       arg = cmd->ucmd.acmd.ac_expr;
-       if (arg && arg->arg_type == O_ITEM && arg[1].arg_type == A_CMD)
-           cmd->c_flags &= ~CF_COND;  /* "do {} while" happens at least once */
-       if (arg && arg->arg_type == O_SUBR)
-           cmd->c_flags &= ~CF_COND;  /* likewise for "do subr() while" */
-    }
-    return cmd;
-}
-
-CMD *
-invert(cmd)
-register CMD *cmd;
-{
-    cmd->c_flags ^= CF_INVERT;
-    return cmd;
-}
-
-yyerror(s)
-char *s;
-{
-    char tmpbuf[128];
-    char *tname = tmpbuf;
-
-    if (yychar > 256) {
-       tname = tokename[yychar-256];
-       if (strEQ(tname,"word"))
-           strcpy(tname,tokenbuf);
-       else if (strEQ(tname,"register"))
-           sprintf(tname,"$%s",tokenbuf);
-       else if (strEQ(tname,"array_length"))
-           sprintf(tname,"$#%s",tokenbuf);
-    }
-    else if (!yychar)
-       strcpy(tname,"EOF");
-    else if (yychar < 32)
-       sprintf(tname,"^%c",yychar+64);
-    else if (yychar == 127)
-       strcpy(tname,"^?");
-    else
-       sprintf(tname,"%c",yychar);
-    sprintf(tokenbuf, "%s in file %s at line %d, next token \"%s\"\n",
-      s,filename,line,tname);
-    if (in_eval)
-       str_set(stabent("@",TRUE)->stab_val,tokenbuf);
-    else
-       fputs(tokenbuf,stderr);
-}
-
-char *
-scanstr(s)
-register char *s;
-{
-    register char term;
-    register char *d;
-    register ARG *arg;
-    register bool makesingle = FALSE;
-    char *leave = "\\$nrtfb0123456789";        /* which backslash sequences to keep */
-
-    arg = op_new(1);
-    yylval.arg = arg;
-    arg->arg_type = O_ITEM;
-
-    switch (*s) {
-    default:                   /* a substitution replacement */
-       arg[1].arg_type = A_DOUBLE;
-       makesingle = TRUE;      /* maybe disable runtime scanning */
-       term = *s;
-       if (term == '\'')
-           leave = Nullch;
-       goto snarf_it;
-    case '0':
-       {
-           long i;
-           int shift;
-
-           arg[1].arg_type = A_SINGLE;
-           if (s[1] == 'x') {
-               shift = 4;
-               s += 2;
-           }
-           else if (s[1] == '.')
-               goto decimal;
-           else
-               shift = 3;
-           i = 0;
-           for (;;) {
-               switch (*s) {
-               default:
-                   goto out;
-               case '8': case '9':
-                   if (shift != 4)
-                       fatal("Illegal octal digit at line %d",line);
-                   /* FALL THROUGH */
-               case '0': case '1': case '2': case '3': case '4':
-               case '5': case '6': case '7':
-                   i <<= shift;
-                   i += *s++ & 15;
-                   break;
-               case 'a': case 'b': case 'c': case 'd': case 'e': case 'f':
-               case 'A': case 'B': case 'C': case 'D': case 'E': case 'F':
-                   if (shift != 4)
-                       goto out;
-                   i <<= 4;
-                   i += (*s++ & 7) + 9;
-                   break;
-               }
-           }
-         out:
-           sprintf(tokenbuf,"%d",i);
-           arg[1].arg_ptr.arg_str = str_make(tokenbuf);
-       }
-       break;
-    case '1': case '2': case '3': case '4': case '5':
-    case '6': case '7': case '8': case '9': case '.':
-      decimal:
-       arg[1].arg_type = A_SINGLE;
-       d = tokenbuf;
-       while (isdigit(*s) || *s == '_')
-           *d++ = *s++;
-       if (*s == '.' && index("0123456789eE",s[1]))
-           *d++ = *s++;
-       while (isdigit(*s) || *s == '_')
-           *d++ = *s++;
-       if (index("eE",*s) && index("+-0123456789",s[1]))
-           *d++ = *s++;
-       if (*s == '+' || *s == '-')
-           *d++ = *s++;
-       while (isdigit(*s))
-           *d++ = *s++;
-       *d = '\0';
-       arg[1].arg_ptr.arg_str = str_make(tokenbuf);
-       break;
-    case '\'':
-       arg[1].arg_type = A_SINGLE;
-       term = *s;
-       leave = Nullch;
-       goto snarf_it;
-
-    case '<':
-       arg[1].arg_type = A_READ;
-       s = cpytill(tokenbuf,s+1,'>');
-       if (!*tokenbuf)
-           strcpy(tokenbuf,"ARGV");
-       if (*s)
-           s++;
-       if (rsfp == stdin && strEQ(tokenbuf,"stdin"))
-           fatal("Can't get both program and data from <stdin>\n");
-       arg[1].arg_ptr.arg_stab = stabent(tokenbuf,TRUE);
-       arg[1].arg_ptr.arg_stab->stab_io = stio_new();
-       if (strEQ(tokenbuf,"ARGV")) {
-           aadd(arg[1].arg_ptr.arg_stab);
-           arg[1].arg_ptr.arg_stab->stab_io->flags |= IOF_ARGV|IOF_START;
-       }
-       break;
-    case '"': 
-       arg[1].arg_type = A_DOUBLE;
-       makesingle = TRUE;      /* maybe disable runtime scanning */
-       term = *s;
-       goto snarf_it;
-    case '`':
-       arg[1].arg_type = A_BACKTICK;
-       term = *s;
-      snarf_it:
-       {
-           STR *tmpstr;
-           int sqstart = line;
-           char *tmps;
-
-           tmpstr = str_new(strlen(s));
-           s = str_append_till(tmpstr,s+1,term,leave);
-           while (!*s) {       /* multiple line string? */
-               s = str_gets(linestr, rsfp);
-               if (!*s)
-                   fatal("EOF in string at line %d\n",sqstart);
-               line++;
-               s = str_append_till(tmpstr,s,term,leave);
-           }
-           s++;
-           if (term == '\'') {
-               arg[1].arg_ptr.arg_str = tmpstr;
-               break;
-           }
-           tmps = s;
-           s = d = tmpstr->str_ptr;    /* assuming shrinkage only */
-           while (*s) {
-               if (*s == '$' && s[1]) {
-                   makesingle = FALSE; /* force interpretation */
-                   if (!isalpha(s[1])) {       /* an internal register? */
-                       int len;
-
-                       len = scanreg(s,tokenbuf) - s;
-                       stabent(tokenbuf,TRUE); /* make sure it's created */
-                       while (len--)
-                           *d++ = *s++;
-                       continue;
-                   }
-               }
-               else if (*s == '\\' && s[1]) {
-                   s++;
-                   switch (*s) {
-                   default:
-                     defchar:
-                       if (!leave || index(leave,*s))
-                           *d++ = '\\';
-                       *d++ = *s++;
-                       continue;
-                   case '0': case '1': case '2': case '3':
-                   case '4': case '5': case '6': case '7':
-                       *d = *s++ - '0';
-                       if (index("01234567",*s)) {
-                           *d <<= 3;
-                           *d += *s++ - '0';
-                       }
-                       else if (!index("`\"",term)) {  /* oops, a subpattern */
-                           s--;
-                           goto defchar;
-                       }
-                       if (index("01234567",*s)) {
-                           *d <<= 3;
-                           *d += *s++ - '0';
-                       }
-                       d++;
-                       continue;
-                   case 'b':
-                       *d++ = '\b';
-                       break;
-                   case 'n':
-                       *d++ = '\n';
-                       break;
-                   case 'r':
-                       *d++ = '\r';
-                       break;
-                   case 'f':
-                       *d++ = '\f';
-                       break;
-                   case 't':
-                       *d++ = '\t';
-                       break;
-                   }
-                   s++;
-                   continue;
-               }
-               *d++ = *s++;
-           }
-           *d = '\0';
-           if (arg[1].arg_type == A_DOUBLE) {
-               if (makesingle)
-                   arg[1].arg_type = A_SINGLE; /* now we can optimize on it */
-               else
-                   leave = "\\";
-               for (d = s = tmpstr->str_ptr; *s; *d++ = *s++) {
-                   if (*s == '\\' && (!leave || index(leave,s[1])))
-                       s++;
-               }
-               *d = '\0';
-           }
-           tmpstr->str_cur = d - tmpstr->str_ptr;      /* XXX cheat */
-           arg[1].arg_ptr.arg_str = tmpstr;
-           s = tmps;
-           break;
-       }
-    }
-    return s;
-}
-
-ARG *
-make_op(type,newlen,arg1,arg2,arg3,dolist)
-int type;
-int newlen;
-ARG *arg1;
-ARG *arg2;
-ARG *arg3;
-int dolist;
-{
-    register ARG *arg;
-    register ARG *chld;
-    register int doarg;
-
-    arg = op_new(newlen);
-    arg->arg_type = type;
-    doarg = opargs[type];
-    if (chld = arg1) {
-       if (!(doarg & 1))
-           arg[1].arg_flags |= AF_SPECIAL;
-       if (doarg & 16)
-           arg[1].arg_flags |= AF_NUMERIC;
-       if (chld->arg_type == O_ITEM &&
-           (hoistable[chld[1].arg_type] || chld[1].arg_type == A_LVAL) ) {
-           arg[1].arg_type = chld[1].arg_type;
-           arg[1].arg_ptr = chld[1].arg_ptr;
-           arg[1].arg_flags |= chld[1].arg_flags;
-           free_arg(chld);
-       }
-       else {
-           arg[1].arg_type = A_EXPR;
-           arg[1].arg_ptr.arg_arg = chld;
-           if (dolist & 1) {
-               if (chld->arg_type == O_LIST) {
-                   if (newlen == 1) {  /* we can hoist entire list */
-                       chld->arg_type = type;
-                       free_arg(arg);
-                       arg = chld;
-                   }
-                   else {
-                       arg[1].arg_flags |= AF_SPECIAL;
-                   }
-               }
-               else if (chld->arg_type == O_ARRAY && chld->arg_len == 1)
-                   arg[1].arg_flags |= AF_SPECIAL;
-           }
-       }
-    }
-    if (chld = arg2) {
-       if (!(doarg & 2))
-           arg[2].arg_flags |= AF_SPECIAL;
-       if (doarg & 32)
-           arg[2].arg_flags |= AF_NUMERIC;
-       if (chld->arg_type == O_ITEM && 
-           (hoistable[chld[1].arg_type] || 
-            (type == O_ASSIGN && 
-             (chld[1].arg_type == A_READ ||
-              chld[1].arg_type == A_DOUBLE ||
-              chld[1].arg_type == A_BACKTICK ) ) ) ) {
-           arg[2].arg_type = chld[1].arg_type;
-           arg[2].arg_ptr = chld[1].arg_ptr;
-           free_arg(chld);
-       }
-       else {
-           arg[2].arg_type = A_EXPR;
-           arg[2].arg_ptr.arg_arg = chld;
-           if ((dolist & 2) &&
-             (chld->arg_type == O_LIST ||
-              (chld->arg_type == O_ARRAY && chld->arg_len == 1) ))
-               arg[2].arg_flags |= AF_SPECIAL;
-       }
-    }
-    if (chld = arg3) {
-       if (!(doarg & 4))
-           arg[3].arg_flags |= AF_SPECIAL;
-       if (doarg & 64)
-           arg[3].arg_flags |= AF_NUMERIC;
-       if (chld->arg_type == O_ITEM && hoistable[chld[1].arg_type]) {
-           arg[3].arg_type = chld[1].arg_type;
-           arg[3].arg_ptr = chld[1].arg_ptr;
-           free_arg(chld);
-       }
-       else {
-           arg[3].arg_type = A_EXPR;
-           arg[3].arg_ptr.arg_arg = chld;
-           if ((dolist & 4) &&
-             (chld->arg_type == O_LIST ||
-              (chld->arg_type == O_ARRAY && chld->arg_len == 1) ))
-               arg[3].arg_flags |= AF_SPECIAL;
-       }
-    }
-#ifdef DEBUGGING
-    if (debug & 16) {
-       fprintf(stderr,"%lx <= make_op(%s",arg,opname[arg->arg_type]);
-       if (arg1)
-           fprintf(stderr,",%s=%lx",
-               argname[arg[1].arg_type],arg[1].arg_ptr.arg_arg);
-       if (arg2)
-           fprintf(stderr,",%s=%lx",
-               argname[arg[2].arg_type],arg[2].arg_ptr.arg_arg);
-       if (arg3)
-           fprintf(stderr,",%s=%lx",
-               argname[arg[3].arg_type],arg[3].arg_ptr.arg_arg);
-       fprintf(stderr,")\n");
-    }
 #endif
-    evalstatic(arg);           /* see if we can consolidate anything */
-    return arg;
-}
-
-/* turn 123 into 123 == $. */
-
-ARG *
-flipflip(arg)
-register ARG *arg;
+int yydebug;
+int yynerrs;
+int yyerrflag;
+int yychar;
+YYSTYPE yyval;
+YYSTYPE yylval;
+#line 605 "perly.y"
+ /* PROGRAM */
+#line 1648 "y.tab.c"
+#define YYABORT goto yyabort
+#define YYACCEPT goto yyaccept
+#define YYERROR goto yyerrlab
+int
+yyparse()
 {
-    if (arg && arg->arg_type == O_ITEM && arg[1].arg_type == A_SINGLE) {
-       arg = (ARG*)saferealloc((char*)arg,3*sizeof(ARG));
-       arg->arg_type = O_EQ;
-       arg->arg_len = 2;
-       arg[2].arg_type = A_STAB;
-       arg[2].arg_flags = 0;
-       arg[2].arg_ptr.arg_stab = stabent(".",TRUE);
+    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';
     }
-    return arg;
-}
-
-void
-evalstatic(arg)
-register ARG *arg;
-{
-    register STR *str;
-    register STR *s1;
-    register STR *s2;
-    double value;              /* must not be register */
-    register char *tmps;
-    int i;
-    double exp(), log(), sqrt(), modf();
-    char *crypt();
-
-    if (!arg || !arg->arg_len)
-       return;
-
-    if (arg[1].arg_type == A_SINGLE &&
-        (arg->arg_len == 1 || arg[2].arg_type == A_SINGLE) ) {
-       str = str_new(0);
-       s1 = arg[1].arg_ptr.arg_str;
-       if (arg->arg_len > 1)
-           s2 = arg[2].arg_ptr.arg_str;
-       else
-           s2 = Nullstr;
-       switch (arg->arg_type) {
-       default:
-           str_free(str);
-           str = Nullstr;              /* can't be evaluated yet */
-           break;
-       case O_CONCAT:
-           str_sset(str,s1);
-           str_scat(str,s2);
-           break;
-       case O_REPEAT:
-           i = (int)str_gnum(s2);
-           while (i--)
-               str_scat(str,s1);
-           break;
-       case O_MULTIPLY:
-           value = str_gnum(s1);
-           str_numset(str,value * str_gnum(s2));
-           break;
-       case O_DIVIDE:
-           value = str_gnum(s1);
-           str_numset(str,value / str_gnum(s2));
-           break;
-       case O_MODULO:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) % ((long)str_gnum(s2))));
-           break;
-       case O_ADD:
-           value = str_gnum(s1);
-           str_numset(str,value + str_gnum(s2));
-           break;
-       case O_SUBTRACT:
-           value = str_gnum(s1);
-           str_numset(str,value - str_gnum(s2));
-           break;
-       case O_LEFT_SHIFT:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) << ((long)str_gnum(s2))));
-           break;
-       case O_RIGHT_SHIFT:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) >> ((long)str_gnum(s2))));
-           break;
-       case O_LT:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value < str_gnum(s2)));
-           break;
-       case O_GT:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value > str_gnum(s2)));
-           break;
-       case O_LE:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value <= str_gnum(s2)));
-           break;
-       case O_GE:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value >= str_gnum(s2)));
-           break;
-       case O_EQ:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value == str_gnum(s2)));
-           break;
-       case O_NE:
-           value = str_gnum(s1);
-           str_numset(str,(double)(value != str_gnum(s2)));
-           break;
-       case O_BIT_AND:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) & ((long)str_gnum(s2))));
-           break;
-       case O_XOR:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) ^ ((long)str_gnum(s2))));
-           break;
-       case O_BIT_OR:
-           value = str_gnum(s1);
-           str_numset(str,(double)(((long)value) | ((long)str_gnum(s2))));
-           break;
-       case O_AND:
-           if (str_true(s1))
-               str = str_make(str_get(s2));
-           else
-               str = str_make(str_get(s1));
-           break;
-       case O_OR:
-           if (str_true(s1))
-               str = str_make(str_get(s1));
-           else
-               str = str_make(str_get(s2));
-           break;
-       case O_COND_EXPR:
-           if (arg[3].arg_type != A_SINGLE) {
-               str_free(str);
-               str = Nullstr;
-           }
-           else {
-               str = str_make(str_get(str_true(s1) ? s2 : arg[3].arg_ptr.arg_str));
-               str_free(arg[3].arg_ptr.arg_str);
-           }
-           break;
-       case O_NEGATE:
-           str_numset(str,(double)(-str_gnum(s1)));
-           break;
-       case O_NOT:
-           str_numset(str,(double)(!str_true(s1)));
-           break;
-       case O_COMPLEMENT:
-           str_numset(str,(double)(~(long)str_gnum(s1)));
-           break;
-       case O_LENGTH:
-           str_numset(str, (double)str_len(s1));
-           break;
-       case O_SUBSTR:
-           if (arg[3].arg_type != A_SINGLE || stabent("[",allstabs)) {
-               str_free(str);          /* making the fallacious assumption */
-               str = Nullstr;          /* that any $[ occurs before substr()*/
-           }
-           else {
-               char *beg;
-               int len = (int)str_gnum(s2);
-               int tmp;
-
-               for (beg = str_get(s1); *beg && len > 0; beg++,len--) ;
-               len = (int)str_gnum(arg[3].arg_ptr.arg_str);
-               str_free(arg[3].arg_ptr.arg_str);
-               if (len > (tmp = strlen(beg)))
-                   len = tmp;
-               str_nset(str,beg,len);
-           }
-           break;
-       case O_SLT:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strLT(tmps,str_get(s2))));
-           break;
-       case O_SGT:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strGT(tmps,str_get(s2))));
-           break;
-       case O_SLE:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strLE(tmps,str_get(s2))));
-           break;
-       case O_SGE:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strGE(tmps,str_get(s2))));
-           break;
-       case O_SEQ:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strEQ(tmps,str_get(s2))));
-           break;
-       case O_SNE:
-           tmps = str_get(s1);
-           str_numset(str,(double)(strNE(tmps,str_get(s2))));
-           break;
-       case O_CRYPT:
-           tmps = str_get(s1);
-           str_set(str,crypt(tmps,str_get(s2)));
-           break;
-       case O_EXP:
-           str_numset(str,exp(str_gnum(s1)));
-           break;
-       case O_LOG:
-           str_numset(str,log(str_gnum(s1)));
-           break;
-       case O_SQRT:
-           str_numset(str,sqrt(str_gnum(s1)));
-           break;
-       case O_INT:
-           modf(str_gnum(s1),&value);
-           str_numset(str,value);
-           break;
-       case O_ORD:
-           str_numset(str,(double)(*str_get(s1)));
-           break;
-       }
-       if (str) {
-           arg->arg_type = O_ITEM;     /* note arg1 type is already SINGLE */
-           str_free(s1);
-           str_free(s2);
-           arg[1].arg_ptr.arg_str = str;
-       }
-    }
-}
-
-ARG *
-l(arg)
-register ARG *arg;
-{
-    register int i;
-    register ARG *arg1;
-
-    arg->arg_flags |= AF_COMMON;       /* XXX should cross-match */
-
-    /* see if it's an array reference */
-
-    if (arg[1].arg_type == A_EXPR) {
-       arg1 = arg[1].arg_ptr.arg_arg;
-
-       if (arg1->arg_type == O_LIST && arg->arg_type != O_ITEM) {
-                                               /* assign to list */
-           arg[1].arg_flags |= AF_SPECIAL;
-           arg[2].arg_flags |= AF_SPECIAL;
-           for (i = arg1->arg_len; i >= 1; i--) {
-               switch (arg1[i].arg_type) {
-               case A_STAB: case A_LVAL:
-                   arg1[i].arg_type = A_LVAL;
-                   break;
-               case A_EXPR: case A_LEXPR:
-                   arg1[i].arg_type = A_LEXPR;
-                   if (arg1[i].arg_ptr.arg_arg->arg_type == O_ARRAY)
-                       arg1[i].arg_ptr.arg_arg->arg_type = O_LARRAY;
-                   else if (arg1[i].arg_ptr.arg_arg->arg_type == O_HASH)
-                       arg1[i].arg_ptr.arg_arg->arg_type = O_LHASH;
-                   if (arg1[i].arg_ptr.arg_arg->arg_type == O_LARRAY)
-                       break;
-                   if (arg1[i].arg_ptr.arg_arg->arg_type == O_LHASH)
-                       break;
-                   /* FALL THROUGH */
-               default:
-                   sprintf(tokenbuf,
-                     "Illegal item (%s) as lvalue",argname[arg1[i].arg_type]);
-                   yyerror(tokenbuf);
-               }
-           }
-       }
-       else if (arg1->arg_type == O_ARRAY) {
-           if (arg1->arg_len == 1 && arg->arg_type != O_ITEM) {
-                                               /* assign to array */
-               arg[1].arg_flags |= AF_SPECIAL;
-               arg[2].arg_flags |= AF_SPECIAL;
-           }
-           else
-               arg1->arg_type = O_LARRAY;      /* assign to array elem */
-       }
-       else if (arg1->arg_type == O_HASH)
-           arg1->arg_type = O_LHASH;
-       else {
-           sprintf(tokenbuf,
-             "Illegal expression (%s) as lvalue",opname[arg1->arg_type]);
-           yyerror(tokenbuf);
-       }
-       arg[1].arg_type = A_LEXPR;
-#ifdef DEBUGGING
-       if (debug & 16)
-           fprintf(stderr,"lval LEXPR\n");
 #endif
-       return arg;
-    }
 
-    /* not an array reference, should be a register name */
-
-    if (arg[1].arg_type != A_STAB && arg[1].arg_type != A_LVAL) {
-       sprintf(tokenbuf,
-         "Illegal item (%s) as lvalue",argname[arg[1].arg_type]);
-       yyerror(tokenbuf);
-    }
-    arg[1].arg_type = A_LVAL;
-#ifdef DEBUGGING
-    if (debug & 16)
-       fprintf(stderr,"lval LVAL\n");
+    yynerrs = 0;
+    yyerrflag = 0;
+    yychar = (-1);
+
+    /*
+    ** 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";
+            fprintf(stderr, "yydebug: state %d, reading %d (%s)\n", yystate,
+                    yychar, yys);
+        }
 #endif
-    return arg;
-}
-
-ARG *
-addflags(i,flags,arg)
-register ARG *arg;
-{
-    arg[i].arg_flags |= flags;
-    return arg;
-}
-
-ARG *
-hide_ary(arg)
-ARG *arg;
-{
-    if (arg->arg_type == O_ARRAY)
-       return make_op(O_ITEM,1,arg,Nullarg,Nullarg,0);
-    return arg;
-}
-
-ARG *
-make_list(arg)
-register ARG *arg;
-{
-    register int i;
-    register ARG *node;
-    register ARG *nxtnode;
-    register int j;
-    STR *tmpstr;
-
-    if (!arg) {
-       arg = op_new(0);
-       arg->arg_type = O_LIST;
     }
-    if (arg->arg_type != O_COMMA) {
-       arg->arg_flags |= AF_LISTISH;   /* see listish() below */
-       return arg;
-    }
-    for (i = 2, node = arg; ; i++) {
-       if (node->arg_len < 2)
-           break;
-        if (node[2].arg_type != A_EXPR)
-           break;
-       node = node[2].arg_ptr.arg_arg;
-       if (node->arg_type != O_COMMA)
-           break;
-    }
-    if (i > 2) {
-       node = arg;
-       arg = op_new(i);
-       tmpstr = arg->arg_ptr.arg_str;
-       *arg = *node;           /* copy everything except the STR */
-       arg->arg_ptr.arg_str = tmpstr;
-       for (j = 1; ; ) {
-           arg[j++] = node[1];
-           if (j >= i) {
-               arg[j] = node[2];
-               free_arg(node);
-               break;
-           }
-           nxtnode = node[2].arg_ptr.arg_arg;
-           free_arg(node);
-           node = nxtnode;
-       }
-    }
-    arg->arg_type = O_LIST;
-    arg->arg_len = i;
-    return arg;
-}
-
-/* turn a single item into a list */
-
-ARG *
-listish(arg)
-ARG *arg;
-{
-    if (arg->arg_flags & AF_LISTISH)
-       arg = make_op(O_LIST,1,arg,Nullarg,Nullarg,0);
-    return arg;
-}
-
-ARG *
-stab_to_arg(atype,stab)
-int atype;
-register STAB *stab;
-{
-    register ARG *arg;
-
-    arg = op_new(1);
-    arg->arg_type = O_ITEM;
-    arg[1].arg_type = atype;
-    arg[1].arg_ptr.arg_stab = stab;
-    return arg;
-}
-
-ARG *
-cval_to_arg(cval)
-register char *cval;
-{
-    register ARG *arg;
-
-    arg = op_new(1);
-    arg->arg_type = O_ITEM;
-    arg[1].arg_type = A_SINGLE;
-    arg[1].arg_ptr.arg_str = str_make(cval);
-    safefree(cval);
-    return arg;
-}
-
-ARG *
-op_new(numargs)
-int numargs;
-{
-    register ARG *arg;
-
-    arg = (ARG*)safemalloc((numargs + 1) * sizeof (ARG));
-    bzero((char *)arg, (numargs + 1) * sizeof (ARG));
-    arg->arg_ptr.arg_str = str_new(0);
-    arg->arg_len = numargs;
-    return arg;
-}
-
-void
-free_arg(arg)
-ARG *arg;
-{
-    str_free(arg->arg_ptr.arg_str);
-    safefree((char*)arg);
-}
-
-ARG *
-make_match(type,expr,spat)
-int type;
-ARG *expr;
-SPAT *spat;
-{
-    register ARG *arg;
-
-    arg = make_op(type,2,expr,Nullarg,Nullarg,0);
-
-    arg[2].arg_type = A_SPAT;
-    arg[2].arg_ptr.arg_spat = spat;
-#ifdef DEBUGGING
-    if (debug & 16)
-       fprintf(stderr,"make_match SPAT=%lx\n",spat);
+    if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
+    {
+#if YYDEBUG
+        if (yydebug)
+            fprintf(stderr, "yydebug: state %d, shifting to state %d\n",
+                    yystate, yytable[yyn]);
 #endif
-
-    if (type == O_SUBST || type == O_NSUBST) {
-       if (arg[1].arg_type != A_STAB)
-           yyerror("Illegal lvalue");
-       arg[1].arg_type = A_LVAL;
-    }
-    return arg;
-}
-
-ARG *
-cmd_to_arg(cmd)
-CMD *cmd;
-{
-    register ARG *arg;
-
-    arg = op_new(1);
-    arg->arg_type = O_ITEM;
-    arg[1].arg_type = A_CMD;
-    arg[1].arg_ptr.arg_cmd = cmd;
-    return arg;
-}
-
-CMD *
-wopt(cmd)
-register CMD *cmd;
-{
-    register CMD *tail;
-    register ARG *arg = cmd->c_expr;
-    char *tmps;        /* used by True macro */
-
-    /* hoist "while (<channel>)" up into command block */
-
-    if (arg && arg->arg_type == O_ITEM && arg[1].arg_type == A_READ) {
-       cmd->c_flags &= ~CF_OPTIMIZE;   /* clear optimization type */
-       cmd->c_flags |= CFT_GETS;       /* and set it to do the input */
-       cmd->c_stab = arg[1].arg_ptr.arg_stab;
-       if (arg[1].arg_ptr.arg_stab->stab_io->flags & IOF_ARGV) {
-           cmd->c_expr = l(make_op(O_ASSIGN, 2,        /* fake up "$_ =" */
-              stab_to_arg(A_LVAL,defstab), arg, Nullarg,1 ));
-       }
-       else {
-           free_arg(arg);
-           cmd->c_expr = Nullarg;
-       }
+        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;
+    }
+    if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yychar)
+    {
+        yyn = yytable[yyn];
+        goto yyreduce;
+    }
+    if (yyerrflag) goto yyinrecovery;
+#ifdef lint
+    goto yynewerror;
+#endif
+yynewerror:
+    yyerror("syntax error");
+#ifdef lint
+    goto yyerrlab;
+#endif
+yyerrlab:
+    ++yynerrs;
+yyinrecovery:
+    if (yyerrflag < 3)
+    {
+        yyerrflag = 3;
+        for (;;)
+        {
+            if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&
+                    yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE)
+            {
+#if YYDEBUG
+                if (yydebug)
+                    fprintf(stderr,
+                    "yydebug: state %d, error recovery shifting to state %d\n",
+                    *yyssp, yytable[yyn]);
+#endif
+                if (yyssp >= yyss + yystacksize - 1)
+                {
+                   /*
+                   ** reallocate and recover.  Note that pointers
+                   ** have to be reset, or bad things will happen
+                   */
+                   int yyps_index = (yyssp - yyss);
+                   int yypv_index = (yyvsp - yyvs);
+                   yystacksize += YYSTACKSIZE;
+                   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)
+                    fprintf(stderr,
+                       "yydebug: error recovery discarding state %d\n",
+                       *yyssp);
+#endif
+                if (yyssp <= yyss) goto yyabort;
+                --yyssp;
+                --yyvsp;
+            }
+        }
     }
-
-    /* First find the end of the true list */
-
-    if (cmd->ucmd.ccmd.cc_true == Nullcmd)
-       return cmd;
-    for (tail = cmd->ucmd.ccmd.cc_true; tail->c_next; tail = tail->c_next) ;
-
-    /* if there's a continue block, link it to true block and find end */
-
-    if (cmd->ucmd.ccmd.cc_alt != Nullcmd) {
-       tail->c_next = cmd->ucmd.ccmd.cc_alt;
-       for ( ; tail->c_next; tail = tail->c_next) ;
+    else
+    {
+        if (yychar == 0) goto yyabort;
+#if YYDEBUG
+        if (yydebug)
+        {
+            yys = 0;
+            if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
+            if (!yys) yys = "illegal-symbol";
+            fprintf(stderr,
+               "yydebug: state %d, error recovery discards token %d (%s)\n",
+               yystate, yychar, yys);
+        }
+#endif
+        yychar = (-1);
+        goto yyloop;
     }
-
-    /* Here's the real trick: link the end of the list back to the beginning,
-     * inserting a "last" block to break out of the loop.  This saves one or
-     * two procedure calls every time through the loop, because of how cmd_exec
-     * does tail recursion.
-     */
-
-    tail->c_next = (CMD *) safemalloc(sizeof (CMD));
-    tail = tail->c_next;
-    if (!cmd->ucmd.ccmd.cc_alt)
-       cmd->ucmd.ccmd.cc_alt = tail;   /* every loop has a continue now */
-
-    bcopy((char *)cmd, (char *)tail, sizeof(CMD));
-    tail->c_type = C_EXPR;
-    tail->c_flags ^= CF_INVERT;                /* turn into "last unless" */
-    tail->c_next = tail->ucmd.ccmd.cc_true;    /* loop directly back to top */
-    tail->ucmd.acmd.ac_expr = make_op(O_LAST,0,Nullarg,Nullarg,Nullarg,0);
-    tail->ucmd.acmd.ac_stab = Nullstab;
-    return cmd;
-}
-
-FCMD *
-load_format()
+yyreduce:
+#if YYDEBUG
+    if (yydebug)
+        fprintf(stderr, "yydebug: state %d, reducing by rule %d (%s)\n",
+                yystate, yyn, yyrule[yyn]);
+#endif
+    yym = yylen[yyn];
+    yyval = yyvsp[1-yym];
+    switch (yyn)
+    {
+case 1:
+#line 102 "perly.y"
 {
-    FCMD froot;
-    FCMD *flinebeg;
-    register FCMD *fprev = &froot;
-    register FCMD *fcmd;
-    register char *s;
-    register char *t;
-    register char tmpchar;
-    bool noblank;
-
-    while ((s = str_gets(linestr,rsfp)) != Nullch) {
-       line++;
-       if (strEQ(s,".\n")) {
-           bufptr = s;
-           return froot.f_next;
-       }
-       if (*s == '#')
-           continue;
-       flinebeg = Nullfcmd;
-       noblank = FALSE;
-       while (*s) {
-           fcmd = (FCMD *)safemalloc(sizeof (FCMD));
-           bzero((char*)fcmd, sizeof (FCMD));
-           fprev->f_next = fcmd;
-           fprev = fcmd;
-           for (t=s; *t && *t != '@' && *t != '^'; t++) {
-               if (*t == '~') {
-                   noblank = TRUE;
-                   *t = ' ';
-               }
-           }
-           tmpchar = *t;
-           *t = '\0';
-           fcmd->f_pre = savestr(s);
-           fcmd->f_presize = strlen(s);
-           *t = tmpchar;
-           s = t;
-           if (!*s) {
-               if (noblank)
-                   fcmd->f_flags |= FC_NOBLANK;
-               break;
-           }
-           if (!flinebeg)
-               flinebeg = fcmd;                /* start values here */
-           if (*s++ == '^')
-               fcmd->f_flags |= FC_CHOP;       /* for doing text filling */
-           switch (*s) {
-           case '*':
-               fcmd->f_type = F_LINES;
-               *s = '\0';
-               break;
-           case '<':
-               fcmd->f_type = F_LEFT;
-               while (*s == '<')
-                   s++;
-               break;
-           case '>':
-               fcmd->f_type = F_RIGHT;
-               while (*s == '>')
-                   s++;
-               break;
-           case '|':
-               fcmd->f_type = F_CENTER;
-               while (*s == '|')
-                   s++;
-               break;
-           default:
-               fcmd->f_type = F_LEFT;
-               break;
-           }
-           if (fcmd->f_flags & FC_CHOP && *s == '.') {
-               fcmd->f_flags |= FC_MORE;
-               while (*s == '.')
-                   s++;
-           }
-           fcmd->f_size = s-t;
-       }
-       if (flinebeg) {
-         again:
-           if ((bufptr = str_gets(linestr ,rsfp)) == Nullch)
-               goto badform;
-           line++;
-           if (strEQ(bufptr,".\n")) {
-               yyerror("Missing values line");
-               return froot.f_next;
-           }
-           if (*bufptr == '#')
-               goto again;
-           lex_newlines = TRUE;
-           while (flinebeg || *bufptr) {
-               switch(yylex()) {
-               default:
-                   yyerror("Bad value in format");
-                   *bufptr = '\0';
-                   break;
-               case '\n':
-                   if (flinebeg)
-                       yyerror("Missing value in format");
-                   *bufptr = '\0';
-                   break;
-               case REG:
-                   yylval.arg = stab_to_arg(A_LVAL,yylval.stabval);
-                   /* FALL THROUGH */
-               case RSTRING:
-                   if (!flinebeg)
-                       yyerror("Extra value in format");
-                   else {
-                       flinebeg->f_expr = yylval.arg;
-                       do {
-                           flinebeg = flinebeg->f_next;
-                       } while (flinebeg && flinebeg->f_size == 0);
-                   }
-                   break;
-               case ',': case ';':
-                   continue;
+#if defined(YYDEBUG) && defined(DEBUGGING)
+                   yydebug = (debug & 1);
+#endif
+                   expect = XBLOCK;
                }
-           }
-           lex_newlines = FALSE;
-       }
+break;
+case 2:
+#line 109 "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 121 "perly.y"
+{   int nbs = needblockscope;
+                           yyval.opval = scalarseq(yyvsp[-1].opval);
+                           if (copline > (line_t)yyvsp[-3].ival)
+                               copline = yyvsp[-3].ival;
+                           leave_scope(yyvsp[-2].ival);
+                           if (nbs)
+                               needblockscope = TRUE;  /* propagate outward */
+                           pad_leavemy(comppadnamefill); }
+break;
+case 4:
+#line 132 "perly.y"
+{ yyval.ival = savestack_ix;
+                           SAVEINT(comppadnamefill);
+                           SAVEINT(needblockscope);
+                           needblockscope = FALSE; }
+break;
+case 5:
+#line 139 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 6:
+#line 141 "perly.y"
+{ yyval.opval = yyvsp[-1].opval; }
+break;
+case 7:
+#line 143 "perly.y"
+{   yyval.opval = append_list(OP_LINESEQ,
+                               (LISTOP*)yyvsp[-1].opval, (LISTOP*)yyvsp[0].opval); pad_reset();
+                           if (yyvsp[-1].opval && yyvsp[0].opval) needblockscope = TRUE; }
+break;
+case 8:
+#line 149 "perly.y"
+{ yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); }
+break;
+case 10:
+#line 152 "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 161 "perly.y"
+{ yyval.opval = newSTATEOP(0, yyvsp[-2].pval, yyvsp[-1].opval);
+                         expect = XBLOCK; }
+break;
+case 12:
+#line 166 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 13:
+#line 168 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 14:
+#line 170 "perly.y"
+{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[0].opval, yyvsp[-2].opval); }
+break;
+case 15:
+#line 172 "perly.y"
+{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[0].opval, yyvsp[-2].opval); }
+break;
+case 16:
+#line 174 "perly.y"
+{ yyval.opval = newLOOPOP(0, 1, scalar(yyvsp[0].opval), yyvsp[-2].opval); }
+break;
+case 17:
+#line 176 "perly.y"
+{ yyval.opval = newLOOPOP(0, 1, invert(scalar(yyvsp[0].opval)), yyvsp[-2].opval);}
+break;
+case 18:
+#line 180 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 19:
+#line 182 "perly.y"
+{ yyval.opval = scope(yyvsp[0].opval); }
+break;
+case 20:
+#line 184 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 21:
+#line 189 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newCONDOP(0, yyvsp[-3].opval, scope(yyvsp[-1].opval), yyvsp[0].opval); }
+break;
+case 22:
+#line 192 "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 196 "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 199 "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 205 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 26:
+#line 207 "perly.y"
+{ yyval.opval = scope(yyvsp[0].opval); }
+break;
+case 27:
+#line 211 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
+                                   newWHILEOP(0, 1, (LOOP*)Nullop,
+                                       yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 28:
+#line 216 "perly.y"
+{ copline = yyvsp[-5].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-6].pval,
+                                   newWHILEOP(0, 1, (LOOP*)Nullop,
+                                       invert(scalar(yyvsp[-3].opval)), yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 29:
+#line 221 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-4].pval,
+                                   newWHILEOP(0, 1, (LOOP*)Nullop,
+                                       scope(yyvsp[-2].opval), yyvsp[-1].opval, yyvsp[0].opval) ); }
+break;
+case 30:
+#line 226 "perly.y"
+{ copline = yyvsp[-3].ival;
+                           yyval.opval = newSTATEOP(0, yyvsp[-4].pval,
+                                   newWHILEOP(0, 1, (LOOP*)Nullop,
+                                       invert(scalar(scope(yyvsp[-2].opval))), yyvsp[-1].opval, yyvsp[0].opval)); }
+break;
+case 31:
+#line 231 "perly.y"
+{ yyval.opval = newFOROP(0, yyvsp[-7].pval, yyvsp[-6].ival, mod(yyvsp[-5].opval, OP_ENTERLOOP),
+                               yyvsp[-3].opval, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 32:
+#line 234 "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 237 "perly.y"
+{  copline = yyvsp[-8].ival;
+                           yyval.opval = append_elem(OP_LINESEQ,
+                                   newSTATEOP(0, yyvsp[-9].pval, scalar(yyvsp[-6].opval)),
+                                   newSTATEOP(0, yyvsp[-9].pval,
+                                       newWHILEOP(0, 1, (LOOP*)Nullop,
+                                           scalar(yyvsp[-4].opval), yyvsp[0].opval, scalar(yyvsp[-2].opval)) )); }
+break;
+case 34:
+#line 244 "perly.y"
+{ yyval.opval = newSTATEOP(0,
+                               yyvsp[-2].pval, newWHILEOP(0, 1, (LOOP*)Nullop,
+                                       Nullop, yyvsp[-1].opval, yyvsp[0].opval)); }
+break;
+case 35:
+#line 250 "perly.y"
+{ yyval.opval = Nullop; }
+break;
+case 37:
+#line 255 "perly.y"
+{ (void)scan_num("1"); yyval.opval = yylval.opval; }
+break;
+case 39:
+#line 260 "perly.y"
+{ yyval.pval = Nullch; }
+break;
+case 41:
+#line 265 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 42:
+#line 267 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 43:
+#line 269 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 44:
+#line 273 "perly.y"
+{ newFORM(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 45:
+#line 275 "perly.y"
+{ newFORM(yyvsp[-1].ival, Nullop, yyvsp[0].opval); }
+break;
+case 46:
+#line 279 "perly.y"
+{ newSUB(yyvsp[-2].ival, yyvsp[-1].opval, yyvsp[0].opval); }
+break;
+case 47:
+#line 281 "perly.y"
+{ newSUB(yyvsp[-2].ival, yyvsp[-1].opval, Nullop); expect = XBLOCK; }
+break;
+case 48:
+#line 285 "perly.y"
+{ package(yyvsp[-1].opval); }
+break;
+case 49:
+#line 287 "perly.y"
+{ package(Nullop); }
+break;
+case 50:
+#line 291 "perly.y"
+{ yyval.opval = append_elem(OP_LIST, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 52:
+#line 296 "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 299 "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 302 "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 305 "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 308 "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 311 "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 314 "perly.y"
+{ yyval.opval = convert(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 59:
+#line 316 "perly.y"
+{ yyval.opval = convert(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
+break;
+case 60:
+#line 320 "perly.y"
+{ yyval.opval = newASSIGNOP(OPf_STACKED, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 61:
+#line 322 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 62:
+#line 325 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 63:
+#line 328 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval));}
+break;
+case 64:
+#line 331 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 65:
+#line 334 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 66:
+#line 337 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-2].ival, OPf_STACKED,
+                               mod(scalar(yyvsp[-3].opval), yyvsp[-2].ival), scalar(yyvsp[0].opval)); }
+break;
+case 67:
+#line 340 "perly.y"
+{ yyval.opval = newLOGOP(OP_ANDASSIGN, 0,
+                               mod(scalar(yyvsp[-3].opval), OP_ANDASSIGN),
+                               newUNOP(OP_SASSIGN, 0, scalar(yyvsp[0].opval))); }
+break;
+case 68:
+#line 344 "perly.y"
+{ yyval.opval = newLOGOP(OP_ORASSIGN, 0,
+                               mod(scalar(yyvsp[-3].opval), OP_ORASSIGN),
+                               newUNOP(OP_SASSIGN, 0, scalar(yyvsp[0].opval))); }
+break;
+case 69:
+#line 350 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 70:
+#line 352 "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 356 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 72:
+#line 358 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 73:
+#line 360 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 74:
+#line 362 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 75:
+#line 364 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 76:
+#line 366 "perly.y"
+{ yyval.opval = newBINOP(yyvsp[-1].ival, 0, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval)); }
+break;
+case 77:
+#line 368 "perly.y"
+{ yyval.opval = newRANGE(yyvsp[-1].ival, scalar(yyvsp[-2].opval), scalar(yyvsp[0].opval));}
+break;
+case 78:
+#line 370 "perly.y"
+{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 79:
+#line 372 "perly.y"
+{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 80:
+#line 374 "perly.y"
+{ yyval.opval = newLOGOP(OP_AND, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 81:
+#line 376 "perly.y"
+{ yyval.opval = newLOGOP(OP_OR, 0, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 82:
+#line 378 "perly.y"
+{ yyval.opval = newCONDOP(0, yyvsp[-4].opval, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 83:
+#line 380 "perly.y"
+{ yyval.opval = bind_match(yyvsp[-1].ival, yyvsp[-2].opval, yyvsp[0].opval); }
+break;
+case 84:
+#line 382 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 85:
+#line 386 "perly.y"
+{ yyval.opval = newUNOP(OP_NEGATE, 0, scalar(yyvsp[0].opval)); }
+break;
+case 86:
+#line 388 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 87:
+#line 390 "perly.y"
+{ yyval.opval = newUNOP(OP_NOT, 0, scalar(yyvsp[0].opval)); }
+break;
+case 88:
+#line 392 "perly.y"
+{ yyval.opval = newUNOP(OP_COMPLEMENT, 0, scalar(yyvsp[0].opval));}
+break;
+case 89:
+#line 394 "perly.y"
+{ yyval.opval = newUNOP(OP_REFGEN, 0, mod(yyvsp[0].opval,OP_REFGEN)); }
+break;
+case 90:
+#line 396 "perly.y"
+{ yyval.opval = newUNOP(OP_POSTINC, 0,
+                                       mod(scalar(yyvsp[-1].opval), OP_POSTINC)); }
+break;
+case 91:
+#line 399 "perly.y"
+{ yyval.opval = newUNOP(OP_POSTDEC, 0,
+                                       mod(scalar(yyvsp[-1].opval), OP_POSTDEC)); }
+break;
+case 92:
+#line 402 "perly.y"
+{ yyval.opval = newUNOP(OP_PREINC, 0,
+                                       mod(scalar(yyvsp[0].opval), OP_PREINC)); }
+break;
+case 93:
+#line 405 "perly.y"
+{ yyval.opval = newUNOP(OP_PREDEC, 0,
+                                       mod(scalar(yyvsp[0].opval), OP_PREDEC)); }
+break;
+case 94:
+#line 408 "perly.y"
+{ yyval.opval = localize(yyvsp[0].opval,yyvsp[-1].ival); }
+break;
+case 95:
+#line 410 "perly.y"
+{ yyval.opval = sawparens(yyvsp[-1].opval); }
+break;
+case 96:
+#line 412 "perly.y"
+{ yyval.opval = newNULLLIST(); }
+break;
+case 97:
+#line 414 "perly.y"
+{ yyval.opval = newANONLIST(yyvsp[-1].opval); }
+break;
+case 98:
+#line 416 "perly.y"
+{ yyval.opval = newANONLIST(Nullop); }
+break;
+case 99:
+#line 418 "perly.y"
+{ yyval.opval = newANONHASH(yyvsp[-1].opval); }
+break;
+case 100:
+#line 420 "perly.y"
+{ yyval.opval = newANONHASH(Nullop); }
+break;
+case 101:
+#line 422 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 102:
+#line 424 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 103:
+#line 426 "perly.y"
+{ yyval.opval = newBINOP(OP_AELEM, 0, oopsAV(yyvsp[-3].opval), scalar(yyvsp[-1].opval)); }
+break;
+case 104:
+#line 428 "perly.y"
+{ yyval.opval = newBINOP(OP_AELEM, 0,
+                                       scalar(ref(newAVREF(yyvsp[-4].opval),OP_RV2AV)),
+                                       scalar(yyvsp[-1].opval));}
+break;
+case 105:
+#line 432 "perly.y"
+{ yyval.opval = newBINOP(OP_AELEM, 0,
+                                       scalar(ref(newAVREF(yyvsp[-3].opval),OP_RV2AV)),
+                                       scalar(yyvsp[-1].opval));}
+break;
+case 106:
+#line 436 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 107:
+#line 438 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 108:
+#line 440 "perly.y"
+{ yyval.opval = newUNOP(OP_AV2ARYLEN, 0, ref(yyvsp[0].opval, OP_AV2ARYLEN));}
+break;
+case 109:
+#line 442 "perly.y"
+{ yyval.opval = newBINOP(OP_HELEM, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 110:
+#line 445 "perly.y"
+{ yyval.opval = newBINOP(OP_HELEM, 0,
+                                       scalar(ref(newHVREF(yyvsp[-5].opval),OP_RV2HV)),
+                                       jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 111:
+#line 450 "perly.y"
+{ yyval.opval = newBINOP(OP_HELEM, 0,
+                                       scalar(ref(newHVREF(yyvsp[-4].opval),OP_RV2HV)),
+                                       jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 112:
+#line 455 "perly.y"
+{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, yyvsp[-4].opval); }
+break;
+case 113:
+#line 457 "perly.y"
+{ yyval.opval = newSLICEOP(0, yyvsp[-1].opval, Nullop); }
+break;
+case 114:
+#line 459 "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 115:
+#line 466 "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 116:
+#line 474 "perly.y"
+{ yyval.opval = newBINOP(OP_DELETE, 0, oopsHV(yyvsp[-4].opval), jmaybe(yyvsp[-2].opval));
+                           expect = XOPERATOR; }
+break;
+case 117:
+#line 477 "perly.y"
+{ yyval.opval = newBINOP(OP_DELETE, 0, oopsHV(yyvsp[-5].opval), jmaybe(yyvsp[-3].opval));
+                           expect = XOPERATOR; }
+break;
+case 118:
+#line 480 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 119:
+#line 482 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, 0,
+                               scalar(yyvsp[0].opval)); }
+break;
+case 120:
+#line 485 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED, scalar(yyvsp[-2].opval)); }
+break;
+case 121:
+#line 487 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED,
+                           list(prepend_elem(OP_LIST, scalar(yyvsp[-3].opval), yyvsp[-1].opval))); }
+break;
+case 122:
+#line 490 "perly.y"
+{ yyval.opval = newUNOP(OP_ENTERSUBR, OPf_STACKED,
+                           list(prepend_elem(OP_LIST,
+                               newCVREF(scalar(yyvsp[-1].opval)), yyvsp[0].opval))); }
+break;
+case 123:
+#line 494 "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 124:
+#line 497 "perly.y"
+{ yyval.opval = newUNOP(OP_DOFILE, 0, scalar(yyvsp[0].opval)); }
+break;
+case 125:
+#line 499 "perly.y"
+{ yyval.opval = newUNOP(OP_NULL, OPf_SPECIAL, scope(yyvsp[0].opval)); }
+break;
+case 126:
+#line 501 "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 127:
+#line 505 "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 128:
+#line 510 "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 129:
+#line 514 "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 130:
+#line 519 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, OPf_SPECIAL); needblockscope = TRUE; }
+break;
+case 131:
+#line 521 "perly.y"
+{ yyval.opval = newPVOP(yyvsp[-1].ival, 0,
+                               savestr(SvPVx(((SVOP*)yyvsp[0].opval)->op_sv, na)));
+                           op_free(yyvsp[0].opval); needblockscope = TRUE; }
+break;
+case 132:
+#line 525 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, 0); }
+break;
+case 133:
+#line 527 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 134:
+#line 529 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-1].ival, 0, yyvsp[0].opval); }
+break;
+case 135:
+#line 531 "perly.y"
+{ yyval.opval = newOP(yyvsp[0].ival, 0); }
+break;
+case 136:
+#line 533 "perly.y"
+{ yyval.opval = newOP(yyvsp[-2].ival, 0); }
+break;
+case 137:
+#line 535 "perly.y"
+{ yyval.opval = newOP(yyvsp[-2].ival, OPf_SPECIAL); }
+break;
+case 138:
+#line 537 "perly.y"
+{ yyval.opval = newUNOP(yyvsp[-3].ival, 0, yyvsp[-1].opval); }
+break;
+case 139:
+#line 539 "perly.y"
+{ yyval.opval = pmruntime(yyvsp[-3].opval, yyvsp[-1].opval, Nullop); }
+break;
+case 140:
+#line 541 "perly.y"
+{ yyval.opval = pmruntime(yyvsp[-5].opval, yyvsp[-3].opval, yyvsp[-1].opval); }
+break;
+case 143:
+#line 547 "perly.y"
+{ yyval.opval = newNULLLIST(); }
+break;
+case 144:
+#line 549 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 145:
+#line 553 "perly.y"
+{ yyval.opval = newCVREF(yyvsp[0].opval); }
+break;
+case 146:
+#line 557 "perly.y"
+{ yyval.opval = newSVREF(yyvsp[0].opval); }
+break;
+case 147:
+#line 561 "perly.y"
+{ yyval.opval = newAVREF(yyvsp[0].opval); }
+break;
+case 148:
+#line 565 "perly.y"
+{ yyval.opval = newHVREF(yyvsp[0].opval); }
+break;
+case 149:
+#line 569 "perly.y"
+{ yyval.opval = newAVREF(yyvsp[0].opval); }
+break;
+case 150:
+#line 573 "perly.y"
+{ yyval.opval = newGVREF(yyvsp[0].opval); }
+break;
+case 151:
+#line 577 "perly.y"
+{ yyval.opval = scalar(yyvsp[0].opval); }
+break;
+case 152:
+#line 579 "perly.y"
+{ yyval.opval = scalar(yyvsp[0].opval);  }
+break;
+case 153:
+#line 581 "perly.y"
+{ yyval.opval = scalar(scope(yyvsp[0].opval)); }
+break;
+case 154:
+#line 584 "perly.y"
+{ yyval.opval = yyvsp[0].opval; }
+break;
+case 155:
+#line 588 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 156:
+#line 590 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 157:
+#line 594 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 158:
+#line 596 "perly.y"
+{ yyval.ival = 0; }
+break;
+case 159:
+#line 600 "perly.y"
+{ yyval.ival = 1; }
+break;
+case 160:
+#line 602 "perly.y"
+{ yyval.ival = 0; }
+break;
+#line 2523 "y.tab.c"
+    }
+    yyssp -= yym;
+    yystate = *yyssp;
+    yyvsp -= yym;
+    yym = yylhs[yyn];
+    if (yystate == 0 && yym == 0)
+    {
+#if YYDEBUG
+        if (yydebug)
+            fprintf(stderr,
+               "yydebug: after reduction, shifting from state 0 to state %d\n",
+               YYFINAL);
+#endif
+        yystate = YYFINAL;
+        *++yyssp = YYFINAL;
+        *++yyvsp = yyval;
+        if (yychar < 0)
+        {
+            if ((yychar = yylex()) < 0) yychar = 0;
+#if YYDEBUG
+            if (yydebug)
+            {
+                yys = 0;
+                if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
+                if (!yys) yys = "illegal-symbol";
+                fprintf(stderr, "yydebug: state %d, reading %d (%s)\n",
+                        YYFINAL, yychar, yys);
+            }
+#endif
+        }
+        if (yychar == 0) goto yyaccept;
+        goto yyloop;
     }
-  badform:
-    bufptr = str_get(linestr);
-    yyerror("Format not terminated");
-    return froot.f_next;
-}
-
-STR *
-do_eval(str)
-STR *str;
-{
-    int retval;
-    CMD *myroot;
-
-    in_eval++;
-    str_set(stabent("@",TRUE)->stab_val,"");
-    line = 1;
-    str_sset(linestr,str);
-    bufptr = str_get(linestr);
-    if (setjmp(eval_env))
-       retval = 1;
+    if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 &&
+            yyn <= YYTABLESIZE && yycheck[yyn] == yystate)
+        yystate = yytable[yyn];
     else
-       retval = yyparse();
-    myroot = eval_root;                /* in case cmd_exec does another eval! */
-    if (retval)
-       str = &str_no;
-    else {
-       str = cmd_exec(eval_root);
-       cmd_free(myroot);       /* can't free on error, for some reason */
-    }
-    in_eval--;
-    return str;
-}
-
-cmd_free(cmd)
-register CMD *cmd;
-{
-    register CMD *tofree;
-    register CMD *head = cmd;
-
-    while (cmd) {
-       if (cmd->c_label)
-           safefree(cmd->c_label);
-       if (cmd->c_first)
-           str_free(cmd->c_first);
-       if (cmd->c_spat)
-           spat_free(cmd->c_spat);
-       if (cmd->c_expr)
-           arg_free(cmd->c_expr);
-       switch (cmd->c_type) {
-       case C_WHILE:
-       case C_BLOCK:
-       case C_IF:
-           if (cmd->ucmd.ccmd.cc_true)
-               cmd_free(cmd->ucmd.ccmd.cc_true);
-           if (cmd->c_type == C_IF && cmd->ucmd.ccmd.cc_alt)
-               cmd_free(cmd->ucmd.ccmd.cc_alt,Nullcmd);
-           break;
-       case C_EXPR:
-           if (cmd->ucmd.acmd.ac_stab)
-               arg_free(cmd->ucmd.acmd.ac_stab);
-           if (cmd->ucmd.acmd.ac_expr)
-               arg_free(cmd->ucmd.acmd.ac_expr);
-           break;
-       }
-       tofree = cmd;
-       cmd = cmd->c_next;
-       safefree((char*)tofree);
-       if (cmd && cmd == head)         /* reached end of while loop */
-           break;
-    }
-}
-
-arg_free(arg)
-register ARG *arg;
-{
-    register int i;
-
-    for (i = 1; i <= arg->arg_len; i++) {
-       switch (arg[i].arg_type) {
-       case A_NULL:
-           break;
-       case A_LEXPR:
-       case A_EXPR:
-           arg_free(arg[i].arg_ptr.arg_arg);
-           break;
-       case A_CMD:
-           cmd_free(arg[i].arg_ptr.arg_cmd);
-           break;
-       case A_STAB:
-       case A_LVAL:
-       case A_READ:
-       case A_ARYLEN:
-           break;
-       case A_SINGLE:
-       case A_DOUBLE:
-       case A_BACKTICK:
-           str_free(arg[i].arg_ptr.arg_str);
-           break;
-       case A_SPAT:
-           spat_free(arg[i].arg_ptr.arg_spat);
-           break;
-       case A_NUMBER:
-           break;
-       }
-    }
-    free_arg(arg);
-}
-
-spat_free(spat)
-register SPAT *spat;
-{
-    register SPAT *sp;
-
-    if (spat->spat_runtime)
-       arg_free(spat->spat_runtime);
-    if (spat->spat_repl) {
-       arg_free(spat->spat_repl);
-    }
-    free_compex(&spat->spat_compex);
-
-    /* now unlink from spat list */
-    if (spat_root == spat)
-       spat_root = spat->spat_next;
-    else {
-       for (sp = spat_root; sp->spat_next != spat; sp = sp->spat_next) ;
-       sp->spat_next = spat->spat_next;
-    }
-
-    safefree((char*)spat);
+        yystate = yydgoto[yym];
+#if YYDEBUG
+    if (yydebug)
+        fprintf(stderr,
+           "yydebug: after reduction, shifting from state %d to state %d\n",
+           *yyssp, yystate);
+#endif
+    if (yyssp >= yyss + yystacksize - 1)
+    {
+       /*
+       ** reallocate and recover.  Note that pointers
+       ** have to be reset, or bad things will happen
+       */
+       int yyps_index = (yyssp - yyss);
+       int yypv_index = (yyvsp - yyvs);
+       yystacksize += YYSTACKSIZE;
+       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;
+    *++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;
 }