[BACK]Return to ytab.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/ytab.c between version 1.4 and 1.5

version 1.4, 2003/05/30 06:03:30 version 1.5, 2004/03/18 01:24:23
Line 1 
Line 1 
 #ifndef lint  /* A Bison parser, made from parse.y
 static char const     by GNU bison 1.35.  */
 yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28.2.1 2001/07/19 05:46:39 peter Exp $";  
 #endif  #define YYBISON 1  /* Identify Bison output.  */
 #include <stdlib.h>  
 #define YYBYACC 1  # define        STRUCT  257
 #define YYMAJOR 1  # define        POINT   258
 #define YYMINOR 9  # define        NEWSTRUCT       259
 #define YYLEX yylex()  # define        ANS     260
 #define YYEMPTY -1  # define        FDEF    261
 #define yyclearin (yychar=(YYEMPTY))  # define        PFDEF   262
 #define yyerrok (yyerrflag=0)  # define        MODDEF  263
 #define YYRECOVERING() (yyerrflag!=0)  # define        MODEND  264
 #if defined(__cplusplus) || __STDC__  # define        GLOBAL  265
 static int yygrowstack(void);  # define        MGLOBAL 266
 #else  # define        LOCAL   267
 static int yygrowstack();  # define        LOCALF  268
 #endif  # define        CMP     269
 #define YYPREFIX "yy"  # define        OR      270
 #line 51 "parse.y"  # define        AND     271
   # define        CAR     272
   # define        CDR     273
   # define        QUOTED  274
   # define        COLONCOLON      275
   # define        DO      276
   # define        WHILE   277
   # define        FOR     278
   # define        IF      279
   # define        ELSE    280
   # define        BREAK   281
   # define        RETURN  282
   # define        CONTINUE        283
   # define        PARIF   284
   # define        MAP     285
   # define        RECMAP  286
   # define        TIMER   287
   # define        GF2NGEN 288
   # define        GFPNGEN 289
   # define        GFSNGEN 290
   # define        GETOPT  291
   # define        FOP_AND 292
   # define        FOP_OR  293
   # define        FOP_IMPL        294
   # define        FOP_REPL        295
   # define        FOP_EQUIV       296
   # define        FOP_NOT 297
   # define        LOP     298
   # define        FORMULA 299
   # define        UCASE   300
   # define        LCASE   301
   # define        STR     302
   # define        SELF    303
   # define        BOPASS  304
   # define        PLUS    305
   # define        MINUS   306
   
   #line 50 "parse.y"
   
 #define malloc(x) GC_malloc(x)  #define malloc(x) GC_malloc(x)
 #define realloc(x,y) GC_realloc(x,y)  #define realloc(x,y) GC_realloc(x,y)
 #define free(x) GC_free(x)  #define free(x) GC_free(x)
Line 46  static NODE2 a2;
Line 84  static NODE2 a2;
 static pointer val;  static pointer val;
 static QUOTE quote;  static QUOTE quote;
 extern jmp_buf env;  extern jmp_buf env;
   
 #line 83 "parse.y"  #line 83 "parse.y"
   #ifndef YYSTYPE
 typedef union {  typedef union {
         FNODE f;          FNODE f;
         SNODE s;          SNODE s;
Line 54  typedef union {
Line 94  typedef union {
         NODE2 n2;          NODE2 n2;
         int i;          int i;
         pointer p;          pointer p;
 } YYSTYPE;  } yystype;
 #line 59 "y.tab.c"  # define YYSTYPE yystype
 #define YYERRCODE 256  # define YYSTYPE_IS_TRIVIAL 1
 #define STRUCT 257  #endif
 #define POINT 258  #ifndef YYDEBUG
 #define NEWSTRUCT 259  # define YYDEBUG 0
 #define ANS 260  #endif
 #define FDEF 261  
 #define PFDEF 262  
 #define MODDEF 263  
 #define MODEND 264  #define YYFINAL         274
 #define GLOBAL 265  #define YYFLAG          -32768
 #define MGLOBAL 266  #define YYNTBASE        77
 #define LOCAL 267  
 #define LOCALF 268  /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
 #define CMP 269  #define YYTRANSLATE(x) ((unsigned)(x) <= 306 ? yytranslate[x] : 102)
 #define OR 270  
 #define AND 271  /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
 #define CAR 272  static const char yytranslate[] =
 #define CDR 273  {
 #define QUOTED 274         0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define COLONCOLON 275         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define DO 276         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define WHILE 277         2,     2,     2,    64,     2,     2,    70,    56,    61,     2,
 #define FOR 278        67,    68,    53,    51,    71,    52,     2,    54,     2,     2,
 #define IF 279         2,     2,     2,     2,     2,     2,     2,     2,    59,    69,
 #define ELSE 280        75,    57,    76,    58,     2,     2,     2,     2,     2,     2,
 #define BREAK 281         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define RETURN 282         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define CONTINUE 283         2,    73,     2,    74,    55,     2,    60,     2,     2,     2,
 #define PARIF 284         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define MAP 285         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define RECMAP 286         2,     2,     2,    65,    72,    66,     2,     2,     2,     2,
 #define TIMER 287         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define GF2NGEN 288         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define GFPNGEN 289         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define GFSNGEN 290         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define GETOPT 291         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_AND 292         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_OR 293         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_IMPL 294         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_REPL 295         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_EQUIV 296         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FOP_NOT 297         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define LOP 298         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 #define FORMULA 299         2,     2,     2,     2,     2,     2,     1,     3,     4,     5,
 #define UCASE 300         6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
 #define LCASE 301        16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
 #define STR 302        26,    27,    28,    29,    30,    31,    32,    33,    34,    35,
 #define SELF 303        36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
 #define BOPASS 304        46,    47,    48,    49,    50,    62,    63
 #define PLUS 305  
 #define MINUS 306  
 const short yylhs[] = {                                        -1,  
     0,    6,   16,   17,    6,   18,   19,    6,   20,   21,  
     6,    6,    6,    6,    6,    6,    6,    6,    6,    6,  
     6,    6,    6,    6,    6,    6,   22,   23,   24,    6,  
     6,    6,    6,   15,   15,    1,    1,    7,   13,   13,  
    12,   12,   11,   11,    8,    8,    9,    9,   10,   10,  
    14,   14,    2,    2,    5,    4,    4,    4,    4,    4,  
     4,    4,    4,    4,    4,    4,    4,    4,    4,    4,  
     4,    4,    4,    4,    4,    4,    4,    4,    4,    3,  
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  
     3,    3,    3,    3,    3,    3,    3,    3,    3,    3,  
 };  };
 const short yylen[] = {                                         2,  
     1,    1,    0,    0,    5,    0,    0,    5,    0,    0,  #if YYDEBUG
     5,    3,    6,    2,    1,    2,    2,    2,    3,    5,  static const short yyprhs[] =
     7,    9,    5,    7,    8,    6,    0,    0,    0,   12,  {
     3,    2,    2,    1,    1,    0,    1,    3,    1,    3,         0,     0,     2,     4,     5,     6,    12,    13,    14,    20,
     1,    3,    1,    3,    0,    2,    0,    1,    1,    3,        21,    22,    28,    32,    39,    42,    44,    47,    50,    53,
     1,    3,    1,    1,    3,    1,    1,    1,    1,    1,        57,    63,    71,    81,    87,    95,   104,   111,   112,   113,
     1,    1,    4,    6,    6,    6,    7,    4,    3,    8,       114,   127,   131,   134,   137,   139,   141,   142,   144,   148,
     4,    6,    7,    4,    4,    3,    1,    4,    3,    1,       150,   154,   156,   160,   162,   166,   167,   170,   171,   173,
     5,    3,    3,    2,    2,    3,    2,    2,    3,    3,       175,   179,   181,   185,   187,   189,   193,   195,   197,   199,
     3,    3,    3,    3,    3,    2,    3,    3,    2,    3,       201,   203,   205,   207,   212,   219,   226,   233,   241,   246,
     3,    3,    3,    3,    3,    5,    3,    4,    4,    2,       250,   259,   264,   271,   279,   284,   289,   293,   295,   300,
        304,   306,   312,   316,   320,   323,   326,   330,   333,   336,
        340,   344,   348,   352,   356,   360,   364,   367,   371,   375,
        378,   382,   386,   390,   394,   398,   402,   408,   412,   417,
        422
 };  };
 const short yydefred[] = {                                      0,  static const short yyrhs[] =
     0,    0,    0,   58,    0,    0,    0,    0,    3,    6,  {
     9,    0,    0,    0,    0,    0,    0,    0,    0,    0,        78,     0,    88,     0,     0,     0,    11,    79,    93,    80,
     0,    0,    0,    0,    0,    0,   59,   60,   61,    0,        88,     0,     0,     0,    12,    81,    93,    82,    88,     0,
     0,   57,   77,    0,   56,    0,    0,    0,    0,    0,         0,     0,    13,    83,    93,    84,    88,     0,    14,    92,
    45,    0,   34,   35,    0,    0,    0,    0,    0,    1,        88,     0,     3,    98,    65,    91,    66,    88,     0,   101,
    15,    2,   33,   53,   54,    0,    0,   27,    0,    0,        88,     0,    90,     0,    27,    88,     0,    29,    88,     0,
    32,    0,    0,    0,   41,    0,    0,    0,    0,    0,        28,    88,     0,    28,   101,    88,     0,    25,    67,    95,
     0,    0,    0,   16,    0,    0,   18,   17,    0,    0,        68,    78,     0,    25,    67,    95,    68,    78,    26,    78,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,         0,    24,    67,    95,    69,    95,    69,    95,    68,    78,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,         0,    23,    67,    95,    68,    78,     0,    22,    78,    23,
     0,    0,    0,    0,    0,    0,    0,    0,   84,    0,        67,    95,    68,    88,     0,    47,    67,    95,    68,    59,
     0,    0,    0,    0,    0,    0,    0,    0,   14,    0,        57,   101,    88,     0,     8,    47,    67,    95,    68,    88,
     0,    0,    0,    0,    0,   31,   43,    0,    0,    0,         0,     0,     0,     0,     7,    47,    85,    67,    86,    95,
     0,   12,    0,    0,    0,    0,    0,    0,    0,    0,        87,    68,    89,    65,    94,    66,     0,     9,    47,    88,
    19,    0,    0,    0,    0,   69,    0,    0,    0,   38,         0,    10,    88,     0,     1,    88,     0,    69,     0,    70,
    46,    0,    0,   76,   86,    0,  107,    0,    0,    0,         0,     0,    48,     0,    65,    94,    66,     0,    98,     0,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,        91,    71,    98,     0,    47,     0,    92,    71,    47,     0,
     0,    0,    0,    0,    0,   79,    0,   39,    0,  108,        46,     0,    93,    71,    46,     0,     0,    94,    78,     0,
    28,    0,    0,    0,    0,    0,   42,   74,   75,  109,         0,    96,     0,   101,     0,    96,    71,   101,     0,    99,
     0,    0,    0,    0,    0,   71,    0,    0,    0,    0,         0,    97,    71,    99,     0,    46,     0,    47,     0,    98,
    68,    0,    0,    0,    0,    0,    0,    0,   78,    0,        57,   101,     0,    48,     0,    45,     0,     6,     0,    34,
     0,    0,    0,   44,    5,    8,   11,    0,   23,    0,         0,    35,     0,    36,     0,    47,     0,    47,    67,    95,
     0,   63,    0,    0,    0,    0,    0,    0,    0,   51,        68,     0,    47,    67,    95,    72,    97,    68,     0,    31,
     0,    0,    0,    0,    0,   13,   40,   29,   26,    0,        67,    47,    71,    95,    68,     0,    32,    67,    47,    71,
     0,    0,   72,   65,   66,    0,    0,    0,    0,   64,        95,    68,     0,    47,    65,    95,    66,    67,    95,    68,
     0,    0,    0,   24,    0,   21,    0,   67,    0,    0,         0,    37,    67,    98,    68,     0,    37,    67,    68,     0,
    52,   73,    0,    0,   70,   25,   37,    0,   22,   45,        33,    67,   101,    71,   101,    71,   101,    68,     0,    30,
     0,   30,        67,    47,    68,     0,    30,    67,    47,    71,    95,    68,
          0,    67,    53,   101,    68,    67,    95,    68,     0,    18,
         67,   101,    68,     0,    19,    67,   101,    68,     0,    67,
        101,    68,     0,    46,     0,   100,    73,   101,    74,     0,
        100,     4,    98,     0,   100,     0,    67,     3,    98,    68,
        100,     0,   101,    57,   101,     0,   101,    50,   101,     0,
        101,    49,     0,    49,   101,     0,    73,    95,    74,     0,
         51,   101,     0,    52,   101,     0,   101,    51,   101,     0,
        101,    52,   101,     0,   101,    53,   101,     0,   101,    54,
        101,     0,   101,    56,   101,     0,   101,    55,   101,     0,
        101,    15,   101,     0,    64,   101,     0,   101,    16,   101,
          0,   101,    17,   101,     0,    43,   101,     0,   101,    38,
        101,     0,   101,    39,   101,     0,   101,    40,   101,     0,
        101,    41,   101,     0,   101,    42,   101,     0,   101,    44,
        101,     0,   101,    58,   101,    59,   101,     0,    75,    95,
         76,     0,     5,    67,    98,    68,     0,    20,    67,   101,
         68,     0,    60,   101,     0
 };  };
 const short yydgoto[] = {                                      47,  
   268,  229,   96,   49,  230,  151,   51,   92,   97,   98,  #endif
   128,   66,  179,  231,   52,   62,  184,   63,  185,   64,  
   186,  124,  212,  253,  #if YYDEBUG
   /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
   static const short yyrline[] =
   {
          0,   130,   139,   141,   141,   141,   143,   143,   143,   145,
        145,   145,   147,   149,   151,   153,   155,   157,   159,   161,
        163,   165,   167,   169,   171,   173,   175,   177,   177,   177,
        177,   183,   185,   187,   190,   192,   195,   197,   200,   203,
        205,   208,   210,   213,   215,   218,   220,   223,   225,   228,
        230,   233,   235,   238,   240,   243,   246,   248,   250,   252,
        254,   256,   258,   285,   292,   299,   305,   311,   316,   320,
        324,   328,   335,   342,   346,   348,   350,   352,   365,   375,
        378,   380,   382,   384,   386,   388,   390,   392,   394,   396,
        398,   400,   402,   404,   406,   408,   410,   412,   414,   416,
        418,   420,   422,   424,   426,   428,   430,   432,   434,   436,
        438
 };  };
 const short yysindex[] = {                                    377,  #endif
   -28, -273,  -33,    0, -289, -287, -280,  -28,    0,    0,  
     0, -278,  -11,   -1,    3,  377,   16,   23,   25,  -28,  
   412,  -28,   37,   39,   40,   41,    0,    0,    0,   42,  #if (YYDEBUG) || defined YYERROR_VERBOSE
   720,    0,    0,  -37,    0,  720,  720,  720,  720,  720,  
     0,  434,    0,    0,  720,  720,    0, 1868,  -89,    0,  /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
     0,    0,    0,    0,    0,  -90, -273,    0,   44,  -28,  static const char *const yytname[] =
     0, -226, -226, -226,    0,  -27,  720,  720,  720, -183,  {
   720,  720,  720,    0,  -34, 1868,    0,    0, -197, -194,    "$", "error", "$undefined.", "STRUCT", "POINT", "NEWSTRUCT", "ANS",
  -182,  720,   10,  476,  720,  720, -185,   17,   17,  476,    "FDEF", "PFDEF", "MODDEF", "MODEND", "GLOBAL", "MGLOBAL", "LOCAL",
  -185,  276, -273,  720, 1999, 2350,   27,   77,   60,  720,    "LOCALF", "CMP", "OR", "AND", "CAR", "CDR", "QUOTED", "COLONCOLON",
   720,  720,  720,  720,  720,  720,  720,  720,    0,  720,    "DO", "WHILE", "FOR", "IF", "ELSE", "BREAK", "RETURN", "CONTINUE",
   720,  720,  720,  720,  720,  720,  720,  720,    0, -273,    "PARIF", "MAP", "RECMAP", "TIMER", "GF2NGEN", "GFPNGEN", "GFSNGEN",
   720, -273,   82,   85,  720,    0,    0,   84,   84,   84,    "GETOPT", "FOP_AND", "FOP_OR", "FOP_IMPL", "FOP_REPL", "FOP_EQUIV",
  -172,    0, 2014, 2057, 2087,   96,  100,   78,  108,  720,    "FOP_NOT", "LOP", "FORMULA", "UCASE", "LCASE", "STR", "SELF", "BOPASS",
     0,  -19,   98,  113, 2132,    0,  119,   36,  -25,    0,    "'+'", "'-'", "'*'", "'/'", "'^'", "'%'", "'='", "'?'", "':'", "'`'",
     0,  121, 2145,    0,    0,  720,    0,   -7,  147,  101,    "'&'", "PLUS", "MINUS", "'!'", "'{'", "'}'", "'('", "')'", "';'", "'$'",
   156, 1374, 2507, 2363, 2074,  -32, 2350,   17,   17,  -94,    "','", "'|'", "'['", "']'", "'<'", "'>'", "start", "stat", "@1", "@2",
   -94,  -94,  -94, 2350, 2193,    0, 2277,    0,  -40,    0,    "@3", "@4", "@5", "@6", "@7", "@8", "@9", "tail", "desc", "complex",
     0,  122, -136,  -28,  -28,  -28,    0,    0,    0,    0,    "members", "vars", "pvars", "stats", "node", "_node", "optlist",
   720,  377,  720,  377,  -23,    0,  720,  720,  720,  720,    "rawstr", "opt", "pexpr", "expr", 0
     0,  125,  109, -273,  642,  126, 2350,  720,    0,  -28,  
  -273,  720,  -28,    0,    0,    0,    0,  127,    0,  111,  
  -107,    0,  133,  134,  135, 2235,  720,  116,  124,    0,  
    11,  699,  -89,  720, 2471,    0,    0,    0,    0,  -28,  
   720,  377,    0,    0,    0,  720,  145,  720,  720,    0,  
  -273,  146,  150,    0,  159,    0, 2409,    0, 1868, 2350,  
     0,    0, -122,  377,    0,    0,    0,   65,    0,    0,  
   328,    0,  
 };  };
 const short yyrindex[] = {                                      0,  #endif
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  static const short yyr1[] =
     0,    0,    0, 1517,    0,    0,    0,    0,    0,    0,  {
     0,    0,    0,    0,  104,  140,    0,    0,  793,    0,         0,    77,    78,    79,    80,    78,    81,    82,    78,    83,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,        84,    78,    78,    78,    78,    78,    78,    78,    78,    78,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,        78,    78,    78,    78,    78,    78,    78,    85,    86,    87,
   163,  148,  163,    0,  756,    0,    0,    0,    0,    0,        78,    78,    78,    78,    88,    88,    89,    89,    90,    91,
     0,    0,    0,  371,   80,  -21, 1094, 1554, 1590,  422,        91,    92,    92,    93,    93,    94,    94,    95,    95,    96,
  1131,    0,    0,    0,    0,   34,    0,    7,    0,    0,        96,    97,    97,    98,    98,    99,   100,   100,   100,   100,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
     0,    0,    0,    0,  163,    0,    0,  -17,  -12,  -10,       101,   101,   101,   101,   101,   101,   101,   101,   101,   101,
     0,    0,    0,    0,    0,    0,    0,    0,    0,  -21,       101,   101,   101,   101,   101,   101,   101,   101,   101,   101,
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,       101,   101,   101,   101,   101,   101,   101,   101,   101,   101,
     0,    0,    0,    0,    0,    0,    0, 1778, 1929,   47,       101
  1971,   54, 1681, 1289,    9,  904, 1036, 1626, 1665, 1168,  
  1204, 1242, 1279, 1392,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   163,    0,  148,    0,    0,    0,  163,  163,  163,    0,  
     0,    0, 1710,    0,    0,    0,  458,    0,    0,    0,  
     0,  163,    0,    0,    0,    0,    0,    0,    0,    0,  
     1,    0,    0,    0,    0,    0,  163,    0,    0,    0,  
     0,    0,  830,  163, 1317,    0,    0,    0,    0,    0,  
   163,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,   32,  
     0,    0,   87,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  
 };  };
 const short yygindex[] = {                                      0,  
     0,  856,  114,    6,  -39,  139,    0,  -57, 2604,    0,  /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
    -6,    0,    0,    0, 2575,    0,    0,    0,    0,    0,  static const short yyr2[] =
     0,    0,    0,    0,  {
          0,     1,     1,     0,     0,     5,     0,     0,     5,     0,
          0,     5,     3,     6,     2,     1,     2,     2,     2,     3,
          5,     7,     9,     5,     7,     8,     6,     0,     0,     0,
         12,     3,     2,     2,     1,     1,     0,     1,     3,     1,
          3,     1,     3,     1,     3,     0,     2,     0,     1,     1,
          3,     1,     3,     1,     1,     3,     1,     1,     1,     1,
          1,     1,     1,     4,     6,     6,     6,     7,     4,     3,
          8,     4,     6,     7,     4,     4,     3,     1,     4,     3,
          1,     5,     3,     3,     2,     2,     3,     2,     2,     3,
          3,     3,     3,     3,     3,     3,     2,     3,     3,     2,
          3,     3,     3,     3,     3,     3,     5,     3,     4,     4,
          2
 };  };
 #define YYTABLESIZE 2845  
 const short yytable[] = {                                     115,  /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
    20,  121,   86,  211,  116,  140,   57,   44,   44,  113,     doesn't specify something else to do.  Zero means the default is an
   111,   58,  112,   59,  114,  203,  131,  222,    4,   47,     error. */
    60,  196,   65,    7,  197,   10,   54,   55,   67,  116,  static const short yydefact[] =
    43,   43,  122,   20,  113,  111,   20,  112,   68,  114,  {
    20,    4,   69,   20,  104,   20,    7,   48,   10,  104,         0,     0,     0,     0,    58,     0,     0,     0,     0,     3,
   146,  250,  104,  116,  251,   71,  129,  130,  113,   20,         6,     9,     0,     0,     0,     0,     0,     0,     0,     0,
    20,  115,   72,  114,   73,   48,  104,  104,   48,  104,         0,     0,     0,     0,     0,     0,     0,    59,    60,    61,
   104,  104,   55,  127,   49,   55,   79,   49,   80,   81,         0,     0,    57,    77,    62,    56,     0,     0,     0,     0,
    82,   83,   98,  125,  210,   85,  115,   98,   85,  101,         0,    45,     0,    34,    35,    47,    47,     1,     2,    15,
    98,   20,   49,  136,  101,   49,   20,  101,  204,   48,        80,     0,    33,    53,    54,     0,     0,    27,     0,     0,
   204,  104,   47,  142,   98,   98,  143,   98,   98,   98,        32,     0,     0,     0,    41,     0,     0,     0,     0,     0,
   115,  101,  101,   48,  101,  101,  101,  109,  144,  155,        47,    47,    47,    16,    62,    18,     0,    17,     0,     0,
   156,  157,  180,   20,  181,   20,   49,  183,  187,   48,         0,     0,     0,    99,    47,    47,    85,    87,    88,   110,
    48,   48,  104,  104,   76,  191,  193,  116,   50,   98,        96,     0,     0,     0,     0,     0,    48,    49,     0,     0,
   192,  198,  113,  111,   84,  112,  101,  114,  194,   87,         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
    88,   89,   90,   91,   70,   95,  199,   49,   49,  201,        84,     0,     0,     0,     0,     0,     0,     0,     0,     0,
   202,  205,  213,  214,  227,  234,  228,  240,  120,  241,        14,     0,     0,     0,    47,    31,    43,     4,     7,    10,
    98,   98,  242,  243,  244,  245,  248,  101,  101,  267,         0,    12,     0,     0,     0,     0,     0,     0,     0,    47,
   133,  134,  135,  116,  249,  258,  262,  270,  113,  111,        19,     0,     0,     0,     0,    69,     0,     0,     0,    38,
   263,  112,  116,  114,  115,  145,   47,  113,  111,  264,        46,     0,     0,    76,    86,     0,   107,    79,     0,    95,
   112,   47,  114,   47,   47,   48,   47,  153,  109,   36,        97,    98,   100,   101,   102,   103,   104,   105,    83,    89,
   233,  261,  271,  158,  159,  160,  161,  162,  163,  164,        90,    91,    92,    94,    93,    82,     0,     0,    39,   108,
   165,  166,    0,  167,  168,  169,  170,  171,  172,  173,        28,     0,     0,     0,     0,     0,    42,    74,    75,   109,
   174,  175,    0,    0,  177,    0,  100,  101,  102,    0,        47,     0,    47,     0,     0,    71,    47,    47,    47,     0,
   115,    0,    0,    0,    0,    0,    0,    0,    0,  115,        68,     0,    63,     0,     0,     0,    50,    78,     0,     0,
     0,    0,    0,    0,    0,    0,   20,   20,    0,   20,         0,    47,     0,    44,     5,     8,    11,     0,    23,     0,
    20,   20,   20,   20,   20,   20,   20,   20,   20,  207,        20,    63,     0,     0,     0,     0,    47,     0,     0,     0,
   109,    0,   20,   20,   20,    0,   20,   20,   20,   20,        51,     0,    81,    47,   106,    13,    40,    29,    26,     0,
     0,   20,   20,   20,   20,   20,   20,   20,   20,   20,        47,     0,    72,    65,    66,     0,     0,     0,    64,     0,
    20,   20,    0,    0,    0,  109,    0,   20,    0,   20,         0,     0,     0,    24,     0,    21,     0,    67,     0,    52,
    20,   20,   20,   20,  104,   48,    0,   48,   40,   54,        55,    73,    36,     0,    70,    25,    37,     0,    22,    45,
    55,   44,  104,  226,    0,   42,   98,   98,   37,  109,         0,    30,     0,     0,     0
    38,  235,    0,    0,    0,    0,    0,    0,    0,    0,  
   219,    0,  221,    0,   43,   46,    0,    0,   98,   98,  
    98,   98,   98,    0,   98,   95,  101,  101,  101,  101,  
    98,    0,    0,    0,    0,   48,    0,  101,    0,  257,  
    40,  259,  260,   44,    0,    0,   45,   42,    0,  100,  
    37,   39,   38,    0,    0,    0,    0,   48,    0,    0,  
   256,    0,    0,    0,   48,    0,   43,   46,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   41,    0,  
   150,    0,  269,  109,    0,    0,   99,    0,    0,   40,  
     0,   99,   44,    0,   99,  100,   42,  102,   45,   37,  
     0,   38,    0,   39,  100,  101,  102,    0,   99,   99,  
     0,   99,   99,   99,    0,   43,   46,    0,    0,    0,  
     0,    0,    0,    0,   40,    0,    0,   44,    0,  109,  
    41,   42,  272,  108,   37,    0,   38,  110,  109,    0,  
     0,    0,  110,   99,    0,  110,   40,   45,    0,    0,  
    43,   46,   39,   42,    0,   94,   37,    0,   38,  110,  
   110,    0,  110,  110,  110,    0,    0,    0,    0,    0,  
     0,    0,    0,   46,   99,   99,    0,    0,   50,   41,  
     0,   50,   45,    0,    0,    0,    0,   39,    0,    0,  
     0,    0,  116,    0,  110,    0,   50,  113,  111,   50,  
   112,    0,  114,    0,   45,    0,    0,    0,    0,   39,  
     0,    1,    2,    0,    3,    4,    5,    6,    7,    8,  
     9,   10,   11,   12,    0,  110,  110,   13,   14,   15,  
    50,   16,   17,   18,   19,    0,   20,   21,   22,   23,  
    24,   25,   26,   27,   28,   29,   30,    0,    0,  115,  
     0,    0,   31,    0,   32,   33,   34,   35,   36,    0,  
     0,   50,   50,    1,    2,    0,    3,    4,    5,    6,  
     7,    8,    9,   10,   11,   12,    0,    0,    0,   13,  
    14,   15,    0,   16,   17,   18,   19,    0,   20,   21,  
    22,   23,   24,   25,   26,   27,   28,   29,   30,    0,  
     0,    0,    0,    0,   31,    0,   32,   33,   34,   35,  
    36,    0,    1,    2,    0,    3,    4,    5,    6,    7,  
     8,    9,   10,   11,   12,    0,    0,    0,   13,   14,  
    15,    0,   16,   17,   18,   19,    0,   20,   21,   22,  
    23,   24,   25,   26,   27,   28,   29,   30,    0,    0,  
     3,    4,    0,   31,   99,   32,   33,   34,   35,   36,  
     0,  232,    0,   13,   14,   15,    0,    0,    0,    0,  
    93,    0,    3,    4,    0,   23,   24,   25,   26,   27,  
    28,   29,   30,    0,    0,   13,   14,   15,   31,    0,  
    32,   33,   75,   35,   36,    0,    0,   23,   24,   25,  
    26,   27,   28,   29,   30,  110,    0,    0,    0,    0,  
    31,   40,   32,   33,   75,   35,   36,    0,   42,    0,  
    94,   37,    0,   38,  100,  101,  102,    0,    0,    0,  
     0,    0,   40,    0,    0,    0,    0,    0,   46,   42,  
     0,    0,   37,    0,   38,    0,    0,  103,  104,  105,  
   106,  107,    0,  108,    0,    0,    0,    0,  109,   46,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,   45,  
     0,   62,   62,    0,   39,    0,   62,   62,   62,   62,  
    62,    0,   62,    0,    0,    0,    0,    0,    0,    0,  
    45,    0,    0,   62,   62,   39,   62,   62,   62,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   80,   80,  
     0,    0,    0,   80,   80,   80,   80,   80,    0,   80,  
     0,    0,    0,    0,    0,    0,   62,    0,   62,   62,  
    80,   80,    0,   80,   80,   80,    0,   56,    0,    0,  
     0,    0,    0,    0,    0,   81,   81,    0,    0,    0,  
    81,   81,   81,   81,   81,    0,   81,    0,    0,   62,  
    62,    0,    0,    0,    0,   80,   80,   81,   81,    0,  
    81,   81,   81,    0,    0,    0,    0,    0,    0,    0,  
     0,    4,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  123,   13,   14,    0,   80,   80,    0,    0,  
     0,    0,   81,   81,    0,   23,   24,   25,   26,   27,  
    28,   29,   30,    0,    0,    0,    0,    0,  147,  105,  
    32,   33,   75,   35,  105,    0,    0,  105,  152,    0,  
     0,    0,    0,   81,   81,    0,    0,    3,    4,    0,  
     0,  105,  105,    0,  105,  105,  105,    0,    0,    0,  
    13,   14,   15,    0,    0,  176,    0,  178,    3,    4,  
     0,    0,   23,   24,   25,   26,   27,   28,   29,   30,  
     0,   13,   14,   15,    0,   31,  105,   32,   33,   75,  
    35,   36,    0,   23,   24,   25,   26,   27,   28,   29,  
    30,    0,    0,   62,    0,    0,   31,    0,   32,   33,  
    75,   35,   36,    0,   62,   62,   62,  105,  105,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,   62,   62,   62,  
    62,   62,    0,   62,    0,    0,    0,    0,   62,   62,  
     0,   80,   80,   80,    0,    0,  237,    0,    0,    0,  
     0,   83,    0,    0,    0,    0,   83,    0,    0,   83,  
     0,    0,    0,    0,   80,   80,   80,   80,   80,    0,  
    80,    0,    0,   83,   83,   80,   80,   83,   81,   81,  
    81,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   81,   81,   81,   81,   81,    0,   81,   83,   85,  
    85,    0,   81,   81,   85,   85,   85,   85,   85,    0,  
    85,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   85,   85,    0,   85,   85,   85,    0,    0,   83,  
    83,    0,    0,    0,    0,    0,   96,   96,    0,    0,  
     0,   96,   96,   96,   96,   96,    0,   96,    0,    0,  
     0,    0,    0,    0,    0,    0,   85,   85,   96,   96,  
     0,   96,   96,   96,    0,  105,  105,  105,  105,  105,  
     0,  105,    0,   91,   91,    0,    0,  105,   91,   91,  
    91,   91,   91,    0,   91,    0,    0,   85,   85,    0,  
     0,    0,    0,   96,   96,   91,   91,    0,   91,   91,  
    91,    0,    0,    0,    0,    0,    0,    0,    0,   92,  
    92,    0,    0,    0,   92,   92,   92,   92,   92,    0,  
    92,    0,    0,    0,   96,   96,    0,    0,    0,    0,  
    91,   92,   92,    0,   92,   92,   92,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,   94,   94,    0,  
     0,    0,   94,   94,   94,   94,   94,    0,   94,    0,  
     0,   91,   91,    0,    0,    0,   92,    0,    0,   94,  
    94,    0,   94,   94,   94,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   93,   93,    0,    0,    0,   93,  
    93,   93,   93,   93,  103,   93,    0,   92,   92,  103,  
     0,    0,  103,    0,   94,    0,   93,   93,    0,   93,  
    93,   93,    0,    0,    0,    0,  103,  103,    0,  103,  
   103,  103,  106,    0,    0,    0,    0,  106,    0,    0,  
   106,    0,   85,   85,   85,   94,   94,    0,    0,    0,  
     0,   93,    0,    0,  106,  106,    0,  106,  106,    0,  
     0,  103,    0,    0,    0,   85,   85,   85,   85,   85,  
     0,   85,    0,    0,    0,    0,    0,   85,    0,   96,  
    96,   96,   93,   93,    0,    0,    0,    0,    0,  106,  
   116,    0,  103,  103,    0,  113,  111,    0,  112,    0,  
   114,    0,   96,   96,   96,   96,   96,   82,   96,    0,  
     0,    0,   82,    0,   96,   82,   91,   91,   91,    0,  
   106,  106,    0,    0,    0,    0,    0,    0,    0,   82,  
    82,    0,    0,   82,    0,    0,    0,    0,    0,   91,  
    91,   91,   91,   91,    0,   91,    0,  115,    0,    0,  
     0,   91,   92,   92,   92,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   82,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   92,   92,   92,   92,   92,  
     0,   92,    0,    0,    0,    0,    0,   92,    0,    0,  
    94,   94,   94,    0,    0,   82,   82,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,   94,   94,   94,   94,   94,    0,   94,  
     0,    0,    0,    0,    0,   94,    0,   93,   93,   93,  
     0,    0,   62,   62,    0,    0,    0,    0,   62,   62,  
     0,   62,    0,   62,    0,    0,    0,    0,    0,    0,  
    93,   93,   93,   93,   93,   62,   93,   62,    0,   62,  
     0,    0,   93,  103,  103,    0,    0,    0,    0,   87,  
     0,    0,  103,    0,   87,    0,   87,   87,   87,    0,  
     0,    0,    0,    0,    0,    0,    0,   62,    0,    0,  
    62,   87,   87,    0,   87,   87,   87,    0,    0,    0,  
   106,    0,    0,    0,    0,   88,    0,    0,    0,    0,  
    88,    0,   88,   88,   88,    0,    0,    0,    0,    0,  
     0,    0,  100,  101,  102,    0,   87,   88,   88,    0,  
    88,   88,   88,    0,    0,    0,    0,    0,    0,    0,  
     0,   89,    0,    0,    0,  103,   89,    0,   89,   89,  
    89,  108,    0,    0,    0,    0,  109,   87,   87,    0,  
     0,    0,   88,   89,   89,    0,   89,   89,   89,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    90,    0,    0,    0,    0,   90,    0,   90,   90,   90,  
     0,    0,    0,   88,   88,    0,  102,    0,   89,    0,  
     0,  102,   90,   90,  102,   90,   90,   90,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  102,  102,  
     0,  102,  102,  102,    0,   63,   63,    0,    0,   89,  
    89,   63,   63,    0,   63,    0,   63,   90,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,   63,    0,  
    63,    0,   63,  102,   62,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   62,   62,   62,   90,   90,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    63,    0,    0,   63,  102,  102,    0,    0,   62,   62,  
    62,   62,   62,   95,   62,    0,    0,    0,   95,   62,  
    62,   95,   87,   87,   87,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,   95,   95,    0,   95,   95,  
    95,    0,    0,    0,    0,   87,   87,   87,   87,   87,  
     0,   87,    0,    0,    0,    0,    0,   87,   88,   88,  
    88,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    95,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   88,   88,   88,   88,   88,    0,   88,    0,    0,  
     0,    0,    0,   88,   89,   89,   89,    0,    0,    0,  
     0,   95,   95,   44,  116,    0,    0,    0,    0,  113,  
   111,    0,  112,    0,  114,    0,    0,   89,   89,   89,  
    89,   89,    0,   89,    0,    0,   43,    0,  117,   89,  
   118,    0,    0,   90,   90,   90,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,   90,   90,   90,   90,  
    90,  115,   90,    0,   97,    0,    0,   63,   90,   97,  
     0,    0,   97,    0,  102,  102,  102,    0,   63,   63,  
    63,    0,    0,    0,  102,    0,   97,   97,    0,   97,  
    97,   97,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,   63,   63,   63,   63,   63,  100,   63,    0,    0,  
     0,  100,   63,   63,  100,    0,    0,    0,    0,    0,  
     0,   97,    0,    0,    0,    0,    0,    0,  100,  100,  
     0,  100,  100,  100,    0,  116,    0,    0,    0,  154,  
   113,  111,    0,  112,    0,  114,   95,   95,   95,    0,  
   116,    0,   97,   97,  188,  113,  111,    0,  112,  117,  
   114,  118,    0,  100,    0,    0,    0,    0,    0,   95,  
    95,   95,   95,   95,  117,   95,  118,    0,    0,    0,  
     0,   95,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,  115,  116,  100,  100,    0,  189,  113,  111,  
     0,  112,    0,  114,    0,    0,    0,  115,    0,    0,  
   116,    0,    0,    0,    0,  113,  111,  117,  112,  118,  
   114,    0,    0,  116,    0,    0,    0,  190,  113,  111,  
     0,  112,    0,  114,    0,    0,  100,  101,  102,    0,  
     0,    0,    0,    0,    0,    0,    0,  117,    0,  118,  
   115,    0,    0,    0,    0,    0,    0,    0,    0,  103,  
   104,  105,  106,  107,    0,  108,    0,  115,  116,    0,  
   109,  110,    0,  113,  111,  200,  112,    0,  114,    0,  
   115,  116,    0,    0,    0,  206,  113,  111,    0,  112,  
     0,  114,  117,    0,  118,    0,    0,    0,   97,    0,  
     0,    0,    0,    0,    0,  117,    0,  118,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
    97,   97,   97,   97,   97,  115,   97,    0,    0,  116,  
     0,    0,   97,    0,  113,  111,    0,  112,  115,  114,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   208,    0,    0,  117,    0,  118,    0,    0,    0,    0,  
     0,    0,  100,  100,  100,  100,  100,  100,  101,  102,  
     0,  116,    0,    0,  100,    0,  113,  111,  246,  112,  
     0,  114,  100,  101,  102,    0,  115,    0,    0,    0,  
   103,  104,  105,  106,  107,  117,  108,  118,    0,    0,  
     0,  109,  110,    0,    0,  103,  104,  105,  106,  107,  
     0,  108,    0,  116,    0,    0,  109,  110,  113,  111,  
     0,  112,    0,  114,    0,  100,  101,  102,  115,    0,  
     0,    0,    0,    0,    0,    0,    0,  117,    0,  118,  
     0,    0,  100,  101,  102,    0,    0,    0,  103,  104,  
   105,  106,  107,    0,  108,  100,  101,  102,    0,  109,  
   110,    0,    0,    0,    0,  103,  104,  105,  106,  209,  
   115,  108,    0,    0,    0,    0,  109,    0,  103,  104,  
   105,  106,  107,    0,  108,    0,  116,    0,    0,  109,  
   110,  113,  111,    0,  112,    0,  114,    0,    0,  116,  
   100,  101,  102,    0,  113,  111,    0,  112,    0,  114,  
   117,    0,  118,  100,  101,  102,    0,    0,    0,    0,  
     0,    0,    0,  103,  104,  105,  106,  107,    0,  108,  
     0,    0,    0,    0,  109,  110,  103,  104,  105,  106,  
   107,    0,  108,  115,    0,  116,    0,  109,  110,  265,  
   113,  111,    0,  112,    0,  114,  115,    0,    0,    0,  
     0,  100,  101,  102,    0,    0,    0,    0,    0,  117,  
     0,  118,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,  103,  104,  105,  106,  107,    0,  
   108,    0,    0,    0,    0,  109,  110,    0,    0,    0,  
     0,    0,  115,  100,  101,  102,    0,  116,    0,    0,  
     0,    0,  113,  111,    0,  112,    0,  114,    0,    0,  
     0,    0,    0,    0,    0,    0,  103,  104,  105,  106,  
   107,    0,  108,  118,    0,    0,    0,  109,  110,    0,  
     0,    0,    0,  116,    0,  100,  101,  102,  113,  111,  
     0,  112,    0,  114,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,  115,    0,    0,    0,  103,  104,  
   105,  106,  107,    0,  108,   53,    0,    0,    0,  109,  
   110,    0,   61,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,   74,   77,   78,    0,    0,    0,  
   115,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  100,  101,  
   102,    0,  119,    0,    0,    0,    0,    0,    0,    0,  
     0,  100,  101,  102,  126,    0,    0,    0,    0,    0,  
   132,  103,  104,  105,  106,  107,    0,  108,    0,   99,  
   141,    0,  109,  110,  103,  104,  105,    0,    0,    0,  
   108,    0,    0,    0,    0,  109,    0,    0,    0,    0,  
     0,    0,    0,    0,  137,  138,  139,  100,  101,  102,  
     0,    0,    0,    0,    0,    0,    0,    0,  148,  149,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   103,  104,  105,  106,  107,    0,  108,    0,    0,    0,  
     0,  109,  110,    0,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  182,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,  100,  
   101,  102,    0,  195,    0,    0,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,  215,  216,  
   217,    0,  103,  104,  105,  106,  107,    0,  108,    0,  
     0,    0,    0,  109,    0,  100,  101,  102,    0,    0,  
     0,    0,    0,    0,  236,    0,    0,  239,    0,    0,  
     0,    0,    0,    0,  218,    0,  220,    0,  103,  104,  
   223,  224,  225,    0,  108,    0,    0,    0,    0,  109,  
     0,    0,    0,    0,  254,  238,    0,    0,    0,    0,  
     0,    0,    0,    0,    0,    0,    0,    0,    0,    0,  
   247,    0,    0,  266,    0,    0,    0,  252,    0,    0,  
     0,    0,    0,    0,  255,  
 };  };
 const short yycheck[] = {                                      94,  
     0,   91,   40,   44,   37,   40,   40,   36,   36,   42,  static const short yydefgoto[] =
    43,  301,   45,  301,   47,   41,   44,   41,   36,   41,  {
   301,   41,  301,   36,   44,   36,  300,  301,   40,   37,       272,   150,    61,   183,    62,   184,    63,   185,   123,   211,
    59,   59,  123,   33,   42,   43,   36,   45,   40,   47,       252,    48,   267,    49,   177,    65,   127,    91,    95,    96,
    40,   59,   40,   43,   36,   45,   59,   41,   59,   41,       228,   229,   230,    50,    97
    41,   41,   44,   37,   44,   40,   63,   64,   42,   59,  
    60,   94,   40,   47,   40,   59,   58,   59,   62,   61,  
    62,   63,   41,  300,   41,   44,   40,   44,   40,   40,  
    40,   40,   36,   40,  125,  123,   94,   41,  123,   36,  
    44,   91,   59,  277,   41,   62,   96,   44,  124,   93,  
   124,   93,  124,  301,   58,   59,  301,   61,   62,   63,  
    94,   58,   59,    0,   61,   62,   63,  303,  301,   93,  
    44,   62,   41,  123,   40,  125,   93,   44,  301,   16,  
   124,  125,  124,  125,   21,   40,   59,   37,    0,   93,  
    41,   44,   42,   43,   31,   45,   93,   47,   41,   36,  
    37,   38,   39,   40,   16,   42,   44,  124,  125,   41,  
   125,   41,   41,  300,   40,   40,   58,   41,  258,   59,  
   124,  125,  280,   41,   41,   41,   61,  124,  125,  302,  
    67,   68,   69,   37,   61,   41,   41,  123,   42,   43,  
    41,   45,   37,   47,   94,   82,   93,   42,   43,   41,  
    45,   62,   47,   41,  125,   92,   59,   94,  303,  123,  
   205,  251,  270,  100,  101,  102,  103,  104,  105,  106,  
   107,  108,   -1,  110,  111,  112,  113,  114,  115,  116,  
   117,  118,   -1,   -1,  121,   -1,  269,  270,  271,   -1,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   94,  
    -1,   -1,   -1,   -1,   -1,   -1,  256,  257,   -1,  259,  
   260,  261,  262,  263,  264,  265,  266,  267,  268,  156,  
   303,   -1,  272,  273,  274,   -1,  276,  277,  278,  279,  
    -1,  281,  282,  283,  284,  285,  286,  287,  288,  289,  
   290,  291,   -1,   -1,   -1,  303,   -1,  297,   -1,  299,  
   300,  301,  302,  303,  296,  192,   -1,  194,   33,  300,  
   301,   36,  304,  200,   -1,   40,  270,  271,   43,  303,  
    45,  208,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   192,   -1,  194,   -1,   59,   60,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,  232,  293,  294,  295,  296,  
   304,   -1,   -1,   -1,   -1,  242,   -1,  304,   -1,  246,  
    33,  248,  249,   36,   -1,   -1,   91,   40,   -1,  269,  
    43,   96,   45,   -1,   -1,   -1,   -1,  264,   -1,   -1,  
   242,   -1,   -1,   -1,  271,   -1,   59,   60,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  123,   -1,  
   125,   -1,  264,  303,   -1,   -1,   36,   -1,   -1,   33,  
    -1,   41,   36,   -1,   44,  269,   40,  271,   91,   43,  
    -1,   45,   -1,   96,  269,  270,  271,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   59,   60,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   33,   -1,   -1,   36,   -1,  303,  
   123,   40,  125,  298,   43,   -1,   45,   36,  303,   -1,  
    -1,   -1,   41,   93,   -1,   44,   33,   91,   -1,   -1,  
    59,   60,   96,   40,   -1,   42,   43,   -1,   45,   58,  
    59,   -1,   61,   62,   63,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   60,  124,  125,   -1,   -1,   41,  123,  
    -1,   44,   91,   -1,   -1,   -1,   -1,   96,   -1,   -1,  
    -1,   -1,   37,   -1,   93,   -1,   59,   42,   43,   62,  
    45,   -1,   47,   -1,   91,   -1,   -1,   -1,   -1,   96,  
    -1,  256,  257,   -1,  259,  260,  261,  262,  263,  264,  
   265,  266,  267,  268,   -1,  124,  125,  272,  273,  274,  
    93,  276,  277,  278,  279,   -1,  281,  282,  283,  284,  
   285,  286,  287,  288,  289,  290,  291,   -1,   -1,   94,  
    -1,   -1,  297,   -1,  299,  300,  301,  302,  303,   -1,  
    -1,  124,  125,  256,  257,   -1,  259,  260,  261,  262,  
   263,  264,  265,  266,  267,  268,   -1,   -1,   -1,  272,  
   273,  274,   -1,  276,  277,  278,  279,   -1,  281,  282,  
   283,  284,  285,  286,  287,  288,  289,  290,  291,   -1,  
    -1,   -1,   -1,   -1,  297,   -1,  299,  300,  301,  302,  
   303,   -1,  256,  257,   -1,  259,  260,  261,  262,  263,  
   264,  265,  266,  267,  268,   -1,   -1,   -1,  272,  273,  
   274,   -1,  276,  277,  278,  279,   -1,  281,  282,  283,  
   284,  285,  286,  287,  288,  289,  290,  291,   -1,   -1,  
   259,  260,   -1,  297,  304,  299,  300,  301,  302,  303,  
    -1,   40,   -1,  272,  273,  274,   -1,   -1,   -1,   -1,  
   257,   -1,  259,  260,   -1,  284,  285,  286,  287,  288,  
   289,  290,  291,   -1,   -1,  272,  273,  274,  297,   -1,  
   299,  300,  301,  302,  303,   -1,   -1,  284,  285,  286,  
   287,  288,  289,  290,  291,  304,   -1,   -1,   -1,   -1,  
   297,   33,  299,  300,  301,  302,  303,   -1,   40,   -1,  
    42,   43,   -1,   45,  269,  270,  271,   -1,   -1,   -1,  
    -1,   -1,   33,   -1,   -1,   -1,   -1,   -1,   60,   40,  
    -1,   -1,   43,   -1,   45,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   -1,   -1,  303,   60,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   91,  
    -1,   36,   37,   -1,   96,   -1,   41,   42,   43,   44,  
    45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    91,   -1,   -1,   58,   59,   96,   61,   62,   63,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,   37,  
    -1,   -1,   -1,   41,   42,   43,   44,   45,   -1,   47,  
    -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   93,   94,  
    58,   59,   -1,   61,   62,   63,   -1,    2,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   36,   37,   -1,   -1,   -1,  
    41,   42,   43,   44,   45,   -1,   47,   -1,   -1,  124,  
   125,   -1,   -1,   -1,   -1,   93,   94,   58,   59,   -1,  
    61,   62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  260,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   57,  272,  273,   -1,  124,  125,   -1,   -1,  
    -1,   -1,   93,   94,   -1,  284,  285,  286,  287,  288,  
   289,  290,  291,   -1,   -1,   -1,   -1,   -1,   83,   36,  
   299,  300,  301,  302,   41,   -1,   -1,   44,   93,   -1,  
    -1,   -1,   -1,  124,  125,   -1,   -1,  259,  260,   -1,  
    -1,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
   272,  273,  274,   -1,   -1,  120,   -1,  122,  259,  260,  
    -1,   -1,  284,  285,  286,  287,  288,  289,  290,  291,  
    -1,  272,  273,  274,   -1,  297,   93,  299,  300,  301,  
   302,  303,   -1,  284,  285,  286,  287,  288,  289,  290,  
   291,   -1,   -1,  258,   -1,   -1,  297,   -1,  299,  300,  
   301,  302,  303,   -1,  269,  270,  271,  124,  125,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   -1,   -1,  303,  304,  
    -1,  269,  270,  271,   -1,   -1,  211,   -1,   -1,   -1,  
    -1,   36,   -1,   -1,   -1,   -1,   41,   -1,   -1,   44,  
    -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  
   298,   -1,   -1,   58,   59,  303,  304,   62,  269,  270,  
   271,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   -1,  298,   93,   36,  
    37,   -1,  303,  304,   41,   42,   43,   44,   45,   -1,  
    47,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   58,   59,   -1,   61,   62,   63,   -1,   -1,  124,  
   125,   -1,   -1,   -1,   -1,   -1,   36,   37,   -1,   -1,  
    -1,   41,   42,   43,   44,   45,   -1,   47,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   93,   94,   58,   59,  
    -1,   61,   62,   63,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   36,   37,   -1,   -1,  304,   41,   42,  
    43,   44,   45,   -1,   47,   -1,   -1,  124,  125,   -1,  
    -1,   -1,   -1,   93,   94,   58,   59,   -1,   61,   62,  
    63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,  
    37,   -1,   -1,   -1,   41,   42,   43,   44,   45,   -1,  
    47,   -1,   -1,   -1,  124,  125,   -1,   -1,   -1,   -1,  
    93,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   36,   37,   -1,  
    -1,   -1,   41,   42,   43,   44,   45,   -1,   47,   -1,  
    -1,  124,  125,   -1,   -1,   -1,   93,   -1,   -1,   58,  
    59,   -1,   61,   62,   63,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   36,   37,   -1,   -1,   -1,   41,  
    42,   43,   44,   45,   36,   47,   -1,  124,  125,   41,  
    -1,   -1,   44,   -1,   93,   -1,   58,   59,   -1,   61,  
    62,   63,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,  
    62,   63,   36,   -1,   -1,   -1,   -1,   41,   -1,   -1,  
    44,   -1,  269,  270,  271,  124,  125,   -1,   -1,   -1,  
    -1,   93,   -1,   -1,   58,   59,   -1,   61,   62,   -1,  
    -1,   93,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,   -1,  269,  
   270,  271,  124,  125,   -1,   -1,   -1,   -1,   -1,   93,  
    37,   -1,  124,  125,   -1,   42,   43,   -1,   45,   -1,  
    47,   -1,  292,  293,  294,  295,  296,   36,  298,   -1,  
    -1,   -1,   41,   -1,  304,   44,  269,  270,  271,   -1,  
   124,  125,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,  
    59,   -1,   -1,   62,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   -1,  298,   -1,   94,   -1,   -1,  
    -1,  304,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   93,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,   -1,   -1,  
   269,  270,  271,   -1,   -1,  124,  125,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  298,  
    -1,   -1,   -1,   -1,   -1,  304,   -1,  269,  270,  271,  
    -1,   -1,   36,   37,   -1,   -1,   -1,   -1,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   59,  298,   61,   -1,   63,  
    -1,   -1,  304,  295,  296,   -1,   -1,   -1,   -1,   36,  
    -1,   -1,  304,   -1,   41,   -1,   43,   44,   45,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   91,   -1,   -1,  
    94,   58,   59,   -1,   61,   62,   63,   -1,   -1,   -1,  
   304,   -1,   -1,   -1,   -1,   36,   -1,   -1,   -1,   -1,  
    41,   -1,   43,   44,   45,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,  269,  270,  271,   -1,   93,   58,   59,   -1,  
    61,   62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   36,   -1,   -1,   -1,  292,   41,   -1,   43,   44,  
    45,  298,   -1,   -1,   -1,   -1,  303,  124,  125,   -1,  
    -1,   -1,   93,   58,   59,   -1,   61,   62,   63,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    36,   -1,   -1,   -1,   -1,   41,   -1,   43,   44,   45,  
    -1,   -1,   -1,  124,  125,   -1,   36,   -1,   93,   -1,  
    -1,   41,   58,   59,   44,   61,   62,   63,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   36,   37,   -1,   -1,  124,  
   125,   42,   43,   -1,   45,   -1,   47,   93,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   59,   -1,  
    61,   -1,   63,   93,  258,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,  269,  270,  271,  124,  125,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    91,   -1,   -1,   94,  124,  125,   -1,   -1,  292,  293,  
   294,  295,  296,   36,  298,   -1,   -1,   -1,   41,  303,  
   304,   44,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   58,   59,   -1,   61,   62,  
    63,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   -1,   -1,   -1,   -1,  304,  269,  270,  
   271,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    93,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   -1,  298,   -1,   -1,  
    -1,   -1,   -1,  304,  269,  270,  271,   -1,   -1,   -1,  
    -1,  124,  125,   36,   37,   -1,   -1,   -1,   -1,   42,  
    43,   -1,   45,   -1,   47,   -1,   -1,  292,  293,  294,  
   295,  296,   -1,  298,   -1,   -1,   59,   -1,   61,  304,  
    63,   -1,   -1,  269,  270,  271,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  
   296,   94,  298,   -1,   36,   -1,   -1,  258,  304,   41,  
    -1,   -1,   44,   -1,  294,  295,  296,   -1,  269,  270,  
   271,   -1,   -1,   -1,  304,   -1,   58,   59,   -1,   61,  
    62,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  292,  293,  294,  295,  296,   36,  298,   -1,   -1,  
    -1,   41,  303,  304,   44,   -1,   -1,   -1,   -1,   -1,  
    -1,   93,   -1,   -1,   -1,   -1,   -1,   -1,   58,   59,  
    -1,   61,   62,   63,   -1,   37,   -1,   -1,   -1,   41,  
    42,   43,   -1,   45,   -1,   47,  269,  270,  271,   -1,  
    37,   -1,  124,  125,   41,   42,   43,   -1,   45,   61,  
    47,   63,   -1,   93,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   61,  298,   63,   -1,   -1,   -1,  
    -1,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   94,   37,  124,  125,   -1,   41,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   94,   -1,   -1,  
    37,   -1,   -1,   -1,   -1,   42,   43,   61,   45,   63,  
    47,   -1,   -1,   37,   -1,   -1,   -1,   41,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,  269,  270,  271,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   63,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  292,  
   293,  294,  295,  296,   -1,  298,   -1,   94,   37,   -1,  
   303,  304,   -1,   42,   43,   44,   45,   -1,   47,   -1,  
    94,   37,   -1,   -1,   -1,   41,   42,   43,   -1,   45,  
    -1,   47,   61,   -1,   63,   -1,   -1,   -1,  270,   -1,  
    -1,   -1,   -1,   -1,   -1,   61,   -1,   63,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   94,  298,   -1,   -1,   37,  
    -1,   -1,  304,   -1,   42,   43,   -1,   45,   94,   47,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    58,   -1,   -1,   61,   -1,   63,   -1,   -1,   -1,   -1,  
    -1,   -1,  292,  293,  294,  295,  296,  269,  270,  271,  
    -1,   37,   -1,   -1,  304,   -1,   42,   43,   44,   45,  
    -1,   47,  269,  270,  271,   -1,   94,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   61,  298,   63,   -1,   -1,  
    -1,  303,  304,   -1,   -1,  292,  293,  294,  295,  296,  
    -1,  298,   -1,   37,   -1,   -1,  303,  304,   42,   43,  
    -1,   45,   -1,   47,   -1,  269,  270,  271,   94,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   61,   -1,   63,  
    -1,   -1,  269,  270,  271,   -1,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,  269,  270,  271,   -1,  303,  
   304,   -1,   -1,   -1,   -1,  292,  293,  294,  295,   93,  
    94,  298,   -1,   -1,   -1,   -1,  303,   -1,  292,  293,  
   294,  295,  296,   -1,  298,   -1,   37,   -1,   -1,  303,  
   304,   42,   43,   -1,   45,   -1,   47,   -1,   -1,   37,  
   269,  270,  271,   -1,   42,   43,   -1,   45,   -1,   47,  
    61,   -1,   63,  269,  270,  271,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  298,  
    -1,   -1,   -1,   -1,  303,  304,  292,  293,  294,  295,  
   296,   -1,  298,   94,   -1,   37,   -1,  303,  304,   41,  
    42,   43,   -1,   45,   -1,   47,   94,   -1,   -1,   -1,  
    -1,  269,  270,  271,   -1,   -1,   -1,   -1,   -1,   61,  
    -1,   63,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,  292,  293,  294,  295,  296,   -1,  
   298,   -1,   -1,   -1,   -1,  303,  304,   -1,   -1,   -1,  
    -1,   -1,   94,  269,  270,  271,   -1,   37,   -1,   -1,  
    -1,   -1,   42,   43,   -1,   45,   -1,   47,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,  292,  293,  294,  295,  
   296,   -1,  298,   63,   -1,   -1,   -1,  303,  304,   -1,  
    -1,   -1,   -1,   37,   -1,  269,  270,  271,   42,   43,  
    -1,   45,   -1,   47,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   94,   -1,   -1,   -1,  292,  293,  
   294,  295,  296,   -1,  298,    1,   -1,   -1,   -1,  303,  
   304,   -1,    8,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   20,   21,   22,   -1,   -1,   -1,  
    94,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  269,  270,  
   271,   -1,   48,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,  269,  270,  271,   60,   -1,   -1,   -1,   -1,   -1,  
    66,  292,  293,  294,  295,  296,   -1,  298,   -1,   46,  
    76,   -1,  303,  304,  292,  293,  294,   -1,   -1,   -1,  
   298,   -1,   -1,   -1,   -1,  303,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   71,   72,   73,  269,  270,  271,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   85,   86,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   292,  293,  294,  295,  296,   -1,  298,   -1,   -1,   -1,  
    -1,  303,  304,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  125,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  269,  
   270,  271,   -1,  140,   -1,   -1,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  184,  185,  
   186,   -1,  292,  293,  294,  295,  296,   -1,  298,   -1,  
    -1,   -1,   -1,  303,   -1,  269,  270,  271,   -1,   -1,  
    -1,   -1,   -1,   -1,  210,   -1,   -1,  213,   -1,   -1,  
    -1,   -1,   -1,   -1,  191,   -1,  193,   -1,  292,  293,  
   197,  198,  199,   -1,  298,   -1,   -1,   -1,   -1,  303,  
    -1,   -1,   -1,   -1,  240,  212,   -1,   -1,   -1,   -1,  
    -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,   -1,  
   227,   -1,   -1,  259,   -1,   -1,   -1,  234,   -1,   -1,  
    -1,   -1,   -1,   -1,  241,  
 };  };
 #define YYFINAL 47  
 #ifndef YYDEBUG  static const short yypact[] =
 #define YYDEBUG 0  {
 #endif       454,   -55,   -19,   -63,-32768,   -28,   -13,    17,   -55,-32768,
 #define YYMAXTOKEN 306    -32768,-32768,    23,    15,    30,    31,   454,    32,    57,    59,
 #if YYDEBUG       -55,   575,   -55,    62,    69,    71,    72,-32768,-32768,-32768,
 const char * const yyname[] = {        78,   685,-32768,-32768,   -32,-32768,   685,   685,   685,   685,
 "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,       685,-32768,   525,-32768,-32768,   685,   685,-32768,-32768,-32768,
 "'!'",0,0,"'$'","'%'","'&'",0,"'('","')'","'*'","'+'","','","'-'",0,"'/'",0,0,0,        -2,   811,-32768,-32768,-32768,    86,   -19,-32768,    92,   -55,
 0,0,0,0,0,0,0,"':'","';'","'<'","'='","'>'","'?'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,    -32768,   116,   116,   116,-32768,    87,   685,   685,   685,   140,
 0,0,0,0,0,0,0,0,0,0,0,0,"'['",0,"']'","'^'",0,"'`'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,       685,   685,   685,-32768,    12,-32768,   811,-32768,   125,   126,
 0,0,0,0,0,0,0,0,0,0,0,0,"'{'","'|'","'}'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,       127,   685,   -36,   181,   685,   685,   128,    88,    88,   181,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,       128,   312,   -19,   685,   855,   101,   105,  1071,   102,   -19,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,       685,   685,   685,   685,   685,   685,   685,   685,   685,   685,
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"STRUCT",    -32768,   685,   685,   685,   685,   685,   685,   685,   685,   685,
 "POINT","NEWSTRUCT","ANS","FDEF","PFDEF","MODDEF","MODEND","GLOBAL","MGLOBAL",    -32768,   -19,   115,   117,   685,-32768,-32768,   114,   114,   114,
 "LOCAL","LOCALF","CMP","OR","AND","CAR","CDR","QUOTED","COLONCOLON","DO",       139,-32768,   886,   917,   948,   123,   135,   133,   136,   685,
 "WHILE","FOR","IF","ELSE","BREAK","RETURN","CONTINUE","PARIF","MAP","RECMAP",    -32768,   -65,   124,   138,   723,-32768,   137,   141,    53,-32768,
 "TIMER","GF2NGEN","GFPNGEN","GFSNGEN","GETOPT","FOP_AND","FOP_OR","FOP_IMPL",    -32768,   142,   979,-32768,-32768,   685,-32768,-32768,   240,   483,
 "FOP_REPL","FOP_EQUIV","FOP_NOT","LOP","FORMULA","UCASE","LCASE","STR","SELF",         5,   252,    79,  1165,  1146,  1120,  1101,    -8,  1071,    88,
 "BOPASS","PLUS","MINUS",        88,   -26,   -26,   -26,   -26,  1071,  1041,   -53,-32768,-32768,
     -32768,   143,   160,   -55,   -55,   -55,-32768,-32768,-32768,-32768,
        685,   454,   685,   454,    82,-32768,   685,   685,   685,   685,
     -32768,   145,   155,   -19,   134,   150,  1071,-32768,   685,   -55,
        -19,   685,   -55,-32768,-32768,-32768,-32768,   156,-32768,   149,
        200,-32768,   159,   161,   171,   767,   685,   183,    -6,   187,
     -32768,   635,    -2,   685,    34,-32768,-32768,-32768,-32768,   -55,
        685,   454,-32768,-32768,-32768,   685,   178,   685,-32768,   -19,
        685,   180,   184,-32768,   185,-32768,  1010,-32768,   811,-32768,
       1071,-32768,   201,   454,-32768,-32768,-32768,   163,-32768,-32768,
        383,-32768,   251,   254,-32768
 };  };
 const char * const yyrule[] = {  
 "$accept : start",  static const short yypgoto[] =
 "start : stat",  {
 "stat : tail",    -32768,     1,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
 "$$1 :",    -32768,     4,-32768,-32768,-32768,-32768,   -10,   -11,    76,-32768,
 "$$2 :",    -32768,    28,    10,    56,     0
 "stat : GLOBAL $$1 pvars $$2 tail",  
 "$$3 :",  
 "$$4 :",  
 "stat : MGLOBAL $$3 pvars $$4 tail",  
 "$$5 :",  
 "$$6 :",  
 "stat : LOCAL $$5 pvars $$6 tail",  
 "stat : LOCALF vars tail",  
 "stat : STRUCT rawstr '{' members '}' tail",  
 "stat : expr tail",  
 "stat : complex",  
 "stat : BREAK tail",  
 "stat : CONTINUE tail",  
 "stat : RETURN tail",  
 "stat : RETURN expr tail",  
 "stat : IF '(' node ')' stat",  
 "stat : IF '(' node ')' stat ELSE stat",  
 "stat : FOR '(' node ';' node ';' node ')' stat",  
 "stat : WHILE '(' node ')' stat",  
 "stat : DO stat WHILE '(' node ')' tail",  
 "stat : LCASE '(' node ')' ':' '=' expr tail",  
 "stat : PFDEF LCASE '(' node ')' tail",  
 "$$7 :",  
 "$$8 :",  
 "$$9 :",  
 "stat : FDEF LCASE $$7 '(' $$8 node $$9 ')' desc '{' stats '}'",  
 "stat : MODDEF LCASE tail",  
 "stat : MODEND tail",  
 "stat : error tail",  
 "tail : ';'",  
 "tail : '$'",  
 "desc :",  
 "desc : STR",  
 "complex : '{' stats '}'",  
 "members : rawstr",  
 "members : members ',' rawstr",  
 "vars : LCASE",  
 "vars : vars ',' LCASE",  
 "pvars : UCASE",  
 "pvars : pvars ',' UCASE",  
 "stats :",  
 "stats : stats stat",  
 "node :",  
 "node : _node",  
 "_node : expr",  
 "_node : _node ',' expr",  
 "optlist : opt",  
 "optlist : optlist ',' opt",  
 "rawstr : UCASE",  
 "rawstr : LCASE",  
 "opt : rawstr '=' expr",  
 "pexpr : STR",  
 "pexpr : FORMULA",  
 "pexpr : ANS",  
 "pexpr : GF2NGEN",  
 "pexpr : GFPNGEN",  
 "pexpr : GFSNGEN",  
 "pexpr : LCASE",  
 "pexpr : LCASE '(' node ')'",  
 "pexpr : LCASE '(' node '|' optlist ')'",  
 "pexpr : MAP '(' LCASE ',' node ')'",  
 "pexpr : RECMAP '(' LCASE ',' node ')'",  
 "pexpr : LCASE '{' node '}' '(' node ')'",  
 "pexpr : GETOPT '(' rawstr ')'",  
 "pexpr : GETOPT '(' ')'",  
 "pexpr : TIMER '(' expr ',' expr ',' expr ')'",  
 "pexpr : PARIF '(' LCASE ')'",  
 "pexpr : PARIF '(' LCASE ',' node ')'",  
 "pexpr : '(' '*' expr ')' '(' node ')'",  
 "pexpr : CAR '(' expr ')'",  
 "pexpr : CDR '(' expr ')'",  
 "pexpr : '(' expr ')'",  
 "pexpr : UCASE",  
 "pexpr : pexpr '[' expr ']'",  
 "pexpr : pexpr POINT rawstr",  
 "expr : pexpr",  
 "expr : '(' STRUCT rawstr ')' pexpr",  
 "expr : expr '=' expr",  
 "expr : expr BOPASS expr",  
 "expr : expr SELF",  
 "expr : SELF expr",  
 "expr : '[' node ']'",  
 "expr : '+' expr",  
 "expr : '-' expr",  
 "expr : expr '+' expr",  
 "expr : expr '-' expr",  
 "expr : expr '*' expr",  
 "expr : expr '/' expr",  
 "expr : expr '%' expr",  
 "expr : expr '^' expr",  
 "expr : expr CMP expr",  
 "expr : '!' expr",  
 "expr : expr OR expr",  
 "expr : expr AND expr",  
 "expr : FOP_NOT expr",  
 "expr : expr FOP_AND expr",  
 "expr : expr FOP_OR expr",  
 "expr : expr FOP_IMPL expr",  
 "expr : expr FOP_REPL expr",  
 "expr : expr FOP_EQUIV expr",  
 "expr : expr LOP expr",  
 "expr : expr '?' expr ':' expr",  
 "expr : '<' node '>'",  
 "expr : NEWSTRUCT '(' rawstr ')'",  
 "expr : QUOTED '(' expr ')'",  
 "expr : '`' expr",  
 };  };
   
   
   #define YYLAST          1221
   
   
   static const short yytable[] =
   {
         51,    47,    99,   195,    56,    52,   196,   101,   102,   103,
         53,    54,    60,   209,    43,    44,    51,    69,   210,    57,
        101,    76,   103,   110,    73,    75,    77,    53,    54,   116,
         55,    83,   145,    84,    58,    85,    86,    87,    88,    89,
         90,   110,    94,   112,   113,   114,   115,   116,   117,   101,
        102,   103,   128,   129,   110,   120,   112,   113,   114,   115,
        116,   117,   248,   125,    59,   249,   132,   133,   134,   131,
         64,   100,   104,   105,   106,   107,   108,    84,   109,   139,
        140,   144,    66,   110,   122,   112,   113,   114,   115,   116,
        117,    51,   119,   152,   101,   102,   103,    67,    68,    70,
        158,   159,   160,   161,   162,   163,   164,   165,   166,   167,
        146,   168,   169,   170,   171,   172,   173,   174,   175,   176,
        151,   202,    98,   109,    71,   203,    72,   157,   110,    78,
        112,   113,   114,   115,   116,   117,    79,   110,    80,    81,
          4,   114,   115,   116,   117,    82,   136,   137,   138,   178,
        221,   121,    13,    14,   203,   206,    43,    44,   130,   124,
        147,   148,   126,   135,    23,    24,    25,    26,    27,    28,
         29,    30,   141,   142,   143,   154,   155,   110,   156,    32,
         33,    74,    35,   179,   180,   182,   186,   214,   215,   216,
        190,    51,   218,    51,   220,   197,   101,   102,   103,   225,
        181,   231,   192,   191,   193,   200,   213,   201,   234,   198,
        204,   212,   226,   235,   227,   194,   238,   233,   240,   104,
        105,   106,   107,   108,   239,   109,   241,   242,   269,   243,
        110,    94,   112,   113,   114,   115,   116,   117,   236,   244,
        247,    51,   255,   253,   250,   256,   257,   258,   261,   266,
        260,   273,   262,   263,   274,   101,   102,   103,   270,   259,
        232,     0,   265,    51,   268,     0,   217,   101,   219,     0,
         51,     0,   222,   223,   224,     0,     0,     0,   104,   105,
        106,   107,   108,     0,   109,     0,     0,   237,     0,   110,
        111,   112,   113,   114,   115,   116,   117,   118,   119,     0,
          0,   110,   246,   112,   113,   114,   115,   116,   117,   251,
          0,     0,     0,     1,   207,     2,   254,     3,     4,     5,
          6,     7,     8,     9,    10,    11,    12,     0,     0,     0,
         13,    14,    15,     0,    16,    17,    18,    19,     0,    20,
         21,    22,    23,    24,    25,    26,    27,    28,    29,    30,
          0,     0,     0,     0,     0,    31,     0,    32,    33,    34,
         35,    36,     0,    37,    38,     0,     0,     0,     0,     0,
          0,     0,    39,     0,     0,     0,    40,    41,   149,    42,
          0,    43,    44,     0,     1,    45,     2,    46,     3,     4,
          5,     6,     7,     8,     9,    10,    11,    12,     0,     0,
          0,    13,    14,    15,     0,    16,    17,    18,    19,     0,
         20,    21,    22,    23,    24,    25,    26,    27,    28,    29,
         30,     0,     0,     0,     0,     0,    31,     0,    32,    33,
         34,    35,    36,     0,    37,    38,     0,     0,     0,     0,
          0,     0,     0,    39,     0,     0,     0,    40,    41,   271,
         42,     0,    43,    44,     0,     1,    45,     2,    46,     3,
          4,     5,     6,     7,     8,     9,    10,    11,    12,     0,
          0,     0,    13,    14,    15,     0,    16,    17,    18,    19,
          0,    20,    21,    22,    23,    24,    25,    26,    27,    28,
         29,    30,     0,     0,     0,     0,     0,    31,     0,    32,
         33,    34,    35,    36,     0,    37,    38,     0,     0,     0,
          0,     0,     0,     0,    39,     0,     0,     0,    40,    41,
          0,    42,     0,    43,    44,     0,     0,    45,    92,    46,
          3,     4,   110,     0,   112,   113,   114,   115,   116,   117,
          0,     0,     0,    13,    14,    15,     0,     0,     0,     0,
          0,     0,     0,     0,     0,    23,    24,    25,    26,    27,
         28,    29,    30,     0,     0,     0,     0,     0,    31,     0,
         32,    33,    74,    35,    36,     0,    37,    38,    93,     0,
          3,     4,     0,     0,     0,    39,     0,     0,     0,    40,
          0,     0,    42,    13,    14,    15,     0,     0,    45,     0,
         46,     0,     0,     0,     0,    23,    24,    25,    26,    27,
         28,    29,    30,     0,     0,     0,     0,     0,    31,     0,
         32,    33,    74,    35,    36,     0,    37,    38,     0,     0,
          0,     0,     0,     0,     0,    39,     0,     0,     0,    40,
          3,     4,    42,     0,    43,    44,     0,     0,    45,     0,
         46,     0,     0,    13,    14,    15,     0,     0,     0,     0,
          0,     0,     0,     0,     0,    23,    24,    25,    26,    27,
         28,    29,    30,     0,     0,     0,     0,     0,    31,     0,
         32,    33,    74,    35,    36,     0,    37,    38,    93,     0,
          3,     4,     0,     0,     0,    39,     0,     0,     0,    40,
          0,     0,    42,    13,    14,    15,     0,     0,    45,     0,
         46,     0,     0,     0,     0,    23,    24,    25,    26,    27,
         28,    29,    30,     0,     0,     0,     0,     0,    31,     0,
         32,    33,    74,    35,    36,     0,    37,    38,   101,   102,
        103,     0,     0,     0,     0,    39,     0,     0,     0,    40,
          0,     0,    42,     0,     0,     0,     0,     0,    45,     0,
         46,   104,   105,   106,   107,   108,     0,   109,     0,     0,
          0,     0,   110,   111,   112,   113,   114,   115,   116,   117,
        118,   119,   101,   102,   103,     0,     0,     0,     0,     0,
          0,     0,     0,     0,   199,     0,     0,     0,     0,     0,
          0,     0,     0,     0,     0,   104,   105,   106,   107,   108,
          0,   109,     0,     0,     0,     0,   110,   111,   112,   113,
        114,   115,   116,   117,   118,   119,   101,   102,   103,     0,
          0,     0,     0,     0,     0,     0,     0,     0,   245,     0,
          0,     0,     0,     0,     0,     0,     0,     0,     0,   104,
        105,   106,   107,   108,     0,   109,     0,     0,     0,     0,
        110,   111,   112,   113,   114,   115,   116,   117,   118,   119,
        101,   102,   103,     0,     0,     0,     0,     0,     0,     0,
         43,    44,     0,     0,     0,     0,     0,     0,     0,     0,
          0,     0,     0,   104,   105,   106,   107,   108,     0,   109,
          0,   101,   102,   103,   110,   111,   112,   113,   114,   115,
        116,   117,   118,   119,     0,     0,     0,     0,     0,     0,
          0,     0,     0,   153,   104,   105,   106,   107,   108,     0,
        109,     0,   101,   102,   103,   110,   111,   112,   113,   114,
        115,   116,   117,   118,   119,     0,     0,     0,     0,     0,
          0,     0,     0,     0,   187,   104,   105,   106,   107,   108,
          0,   109,     0,   101,   102,   103,   110,   111,   112,   113,
        114,   115,   116,   117,   118,   119,     0,     0,     0,     0,
          0,     0,     0,     0,     0,   188,   104,   105,   106,   107,
        108,     0,   109,     0,   101,   102,   103,   110,   111,   112,
        113,   114,   115,   116,   117,   118,   119,     0,     0,     0,
          0,     0,     0,     0,     0,     0,   189,   104,   105,   106,
        107,   108,     0,   109,     0,   101,   102,   103,   110,   111,
        112,   113,   114,   115,   116,   117,   118,   119,     0,     0,
          0,     0,     0,     0,     0,     0,     0,   205,   104,   105,
        106,   107,   108,     0,   109,     0,   101,   102,   103,   110,
        111,   112,   113,   114,   115,   116,   117,   118,   119,     0,
          0,     0,     0,     0,     0,     0,     0,     0,   264,   104,
        105,   106,   107,   108,     0,   109,   101,   102,   103,     0,
        110,   111,   112,   113,   114,   115,   116,   117,   118,   119,
        208,     0,     0,     0,     0,     0,     0,     0,     0,   104,
        105,   106,   107,   108,     0,   109,   101,   102,   103,     0,
        110,   111,   112,   113,   114,   115,   116,   117,   118,   119,
          0,     0,     0,     0,     0,   101,   102,   103,     0,   104,
        105,   106,   107,     0,     0,   109,     0,     0,     0,     0,
        110,     0,   112,   113,   114,   115,   116,   117,   104,   105,
        106,   101,   102,   103,   109,     0,     0,     0,     0,   110,
          0,   112,   113,   114,   115,   116,   117,     0,     0,     0,
        101,   102,   103,     0,   104,   105,     0,     0,     0,     0,
        109,     0,     0,     0,     0,   110,     0,   112,   113,   114,
        115,   116,   117,   104,     0,     0,     0,     0,     0,   109,
          0,     0,     0,     0,   110,     0,   112,   113,   114,   115,
        116,   117
   };
   
   static const short yycheck[] =
   {
          0,     0,     4,    68,    67,     1,    71,    15,    16,    17,
         46,    47,     8,    66,    69,    70,    16,    16,    71,    47,
         15,    21,    17,    49,    20,    21,    22,    46,    47,    55,
          2,    31,    68,    65,    47,    67,    36,    37,    38,    39,
         40,    49,    42,    51,    52,    53,    54,    55,    56,    15,
         16,    17,    62,    63,    49,    51,    51,    52,    53,    54,
         55,    56,    68,    59,    47,    71,    66,    67,    68,    65,
         47,    73,    38,    39,    40,    41,    42,    65,    44,    67,
         76,    81,    67,    49,    56,    51,    52,    53,    54,    55,
         56,    91,    58,    93,    15,    16,    17,    67,    67,    67,
        100,   101,   102,   103,   104,   105,   106,   107,   108,   109,
         82,   111,   112,   113,   114,   115,   116,   117,   118,   119,
         92,    68,    46,    44,    67,    72,    67,    99,    49,    67,
         51,    52,    53,    54,    55,    56,    67,    49,    67,    67,
          6,    53,    54,    55,    56,    67,    70,    71,    72,   121,
         68,    65,    18,    19,    72,   155,    69,    70,    71,    67,
         84,    85,    46,    23,    30,    31,    32,    33,    34,    35,
         36,    37,    47,    47,    47,    74,    71,    49,    76,    45,
         46,    47,    48,    68,    67,    71,    47,   183,   184,   185,
         67,   191,   191,   193,   193,    71,    15,    16,    17,   199,
        124,    67,    69,    68,    68,    68,    46,    66,   208,    71,
         68,    68,    67,   209,    59,   139,   212,    67,    69,    38,
         39,    40,    41,    42,    68,    44,    26,    68,    65,    68,
         49,   231,    51,    52,    53,    54,    55,    56,   210,    68,
         57,   241,   241,   239,    57,   245,    68,   247,    68,    48,
        250,     0,    68,    68,     0,    15,    16,    17,   269,   249,
        204,    -1,   258,   263,   263,    -1,   190,    15,   192,    -1,
        270,    -1,   196,   197,   198,    -1,    -1,    -1,    38,    39,
         40,    41,    42,    -1,    44,    -1,    -1,   211,    -1,    49,
         50,    51,    52,    53,    54,    55,    56,    57,    58,    -1,
         -1,    49,   226,    51,    52,    53,    54,    55,    56,   233,
         -1,    -1,    -1,     1,    74,     3,   240,     5,     6,     7,
          8,     9,    10,    11,    12,    13,    14,    -1,    -1,    -1,
         18,    19,    20,    -1,    22,    23,    24,    25,    -1,    27,
         28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
         -1,    -1,    -1,    -1,    -1,    43,    -1,    45,    46,    47,
         48,    49,    -1,    51,    52,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    60,    -1,    -1,    -1,    64,    65,    66,    67,
         -1,    69,    70,    -1,     1,    73,     3,    75,     5,     6,
          7,     8,     9,    10,    11,    12,    13,    14,    -1,    -1,
         -1,    18,    19,    20,    -1,    22,    23,    24,    25,    -1,
         27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
         37,    -1,    -1,    -1,    -1,    -1,    43,    -1,    45,    46,
         47,    48,    49,    -1,    51,    52,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    60,    -1,    -1,    -1,    64,    65,    66,
         67,    -1,    69,    70,    -1,     1,    73,     3,    75,     5,
          6,     7,     8,     9,    10,    11,    12,    13,    14,    -1,
         -1,    -1,    18,    19,    20,    -1,    22,    23,    24,    25,
         -1,    27,    28,    29,    30,    31,    32,    33,    34,    35,
         36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,    45,
         46,    47,    48,    49,    -1,    51,    52,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,    65,
         -1,    67,    -1,    69,    70,    -1,    -1,    73,     3,    75,
          5,     6,    49,    -1,    51,    52,    53,    54,    55,    56,
         -1,    -1,    -1,    18,    19,    20,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    30,    31,    32,    33,    34,
         35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,
         45,    46,    47,    48,    49,    -1,    51,    52,    53,    -1,
          5,     6,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,
         -1,    -1,    67,    18,    19,    20,    -1,    -1,    73,    -1,
         75,    -1,    -1,    -1,    -1,    30,    31,    32,    33,    34,
         35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,
         45,    46,    47,    48,    49,    -1,    51,    52,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,
          5,     6,    67,    -1,    69,    70,    -1,    -1,    73,    -1,
         75,    -1,    -1,    18,    19,    20,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    30,    31,    32,    33,    34,
         35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,
         45,    46,    47,    48,    49,    -1,    51,    52,    53,    -1,
          5,     6,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,
         -1,    -1,    67,    18,    19,    20,    -1,    -1,    73,    -1,
         75,    -1,    -1,    -1,    -1,    30,    31,    32,    33,    34,
         35,    36,    37,    -1,    -1,    -1,    -1,    -1,    43,    -1,
         45,    46,    47,    48,    49,    -1,    51,    52,    15,    16,
         17,    -1,    -1,    -1,    -1,    60,    -1,    -1,    -1,    64,
         -1,    -1,    67,    -1,    -1,    -1,    -1,    -1,    73,    -1,
         75,    38,    39,    40,    41,    42,    -1,    44,    -1,    -1,
         -1,    -1,    49,    50,    51,    52,    53,    54,    55,    56,
         57,    58,    15,    16,    17,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    38,    39,    40,    41,    42,
         -1,    44,    -1,    -1,    -1,    -1,    49,    50,    51,    52,
         53,    54,    55,    56,    57,    58,    15,    16,    17,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    38,
         39,    40,    41,    42,    -1,    44,    -1,    -1,    -1,    -1,
         49,    50,    51,    52,    53,    54,    55,    56,    57,    58,
         15,    16,    17,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         69,    70,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    38,    39,    40,    41,    42,    -1,    44,
         -1,    15,    16,    17,    49,    50,    51,    52,    53,    54,
         55,    56,    57,    58,    -1,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    68,    38,    39,    40,    41,    42,    -1,
         44,    -1,    15,    16,    17,    49,    50,    51,    52,    53,
         54,    55,    56,    57,    58,    -1,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    68,    38,    39,    40,    41,    42,
         -1,    44,    -1,    15,    16,    17,    49,    50,    51,    52,
         53,    54,    55,    56,    57,    58,    -1,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    68,    38,    39,    40,    41,
         42,    -1,    44,    -1,    15,    16,    17,    49,    50,    51,
         52,    53,    54,    55,    56,    57,    58,    -1,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    68,    38,    39,    40,
         41,    42,    -1,    44,    -1,    15,    16,    17,    49,    50,
         51,    52,    53,    54,    55,    56,    57,    58,    -1,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    38,    39,
         40,    41,    42,    -1,    44,    -1,    15,    16,    17,    49,
         50,    51,    52,    53,    54,    55,    56,    57,    58,    -1,
         -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    38,
         39,    40,    41,    42,    -1,    44,    15,    16,    17,    -1,
         49,    50,    51,    52,    53,    54,    55,    56,    57,    58,
         59,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    38,
         39,    40,    41,    42,    -1,    44,    15,    16,    17,    -1,
         49,    50,    51,    52,    53,    54,    55,    56,    57,    58,
         -1,    -1,    -1,    -1,    -1,    15,    16,    17,    -1,    38,
         39,    40,    41,    -1,    -1,    44,    -1,    -1,    -1,    -1,
         49,    -1,    51,    52,    53,    54,    55,    56,    38,    39,
         40,    15,    16,    17,    44,    -1,    -1,    -1,    -1,    49,
         -1,    51,    52,    53,    54,    55,    56,    -1,    -1,    -1,
         15,    16,    17,    -1,    38,    39,    -1,    -1,    -1,    -1,
         44,    -1,    -1,    -1,    -1,    49,    -1,    51,    52,    53,
         54,    55,    56,    38,    -1,    -1,    -1,    -1,    -1,    44,
         -1,    -1,    -1,    -1,    49,    -1,    51,    52,    53,    54,
         55,    56
   };
   /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
   #line 3 "/usr/share/bison/bison.simple"
   
   /* Skeleton output parser for bison,
   
      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
      Foundation, Inc.
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
      the Free Software Foundation; either version 2, or (at your option)
      any later version.
   
      This program is distributed in the hope that it will be useful,
      but WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      GNU General Public License for more details.
   
      You should have received a copy of the GNU General Public License
      along with this program; if not, write to the Free Software
      Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.  */
   
   /* As a special exception, when this file is copied by Bison into a
      Bison output file, you may use that output file without restriction.
      This special exception was added by the Free Software Foundation
      in version 1.24 of Bison.  */
   
   /* This is the parser code that is written into each bison parser when
      the %semantic_parser declaration is not specified in the grammar.
      It was written by Richard Stallman by simplifying the hairy parser
      used when %semantic_parser is specified.  */
   
   /* All symbols defined below should begin with yy or YY, to avoid
      infringing on user name space.  This should be done even for local
      variables, as they might otherwise be expanded by user macros.
      There are some unavoidable exceptions within include files to
      define necessary library symbols; they are noted "INFRINGES ON
      USER NAME SPACE" below.  */
   
   #if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
   
   /* The parser invokes alloca or malloc; define the necessary symbols.  */
   
   # if YYSTACK_USE_ALLOCA
   #  define YYSTACK_ALLOC alloca
   # else
   #  ifndef YYSTACK_USE_ALLOCA
   #   if defined (alloca) || defined (_ALLOCA_H)
   #    define YYSTACK_ALLOC alloca
   #   else
   #    ifdef __GNUC__
   #     define YYSTACK_ALLOC __builtin_alloca
   #    endif
   #   endif
   #  endif
   # endif
   
   # ifdef YYSTACK_ALLOC
      /* Pacify GCC's `empty if-body' warning. */
   #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
   # else
   #  if defined (__STDC__) || defined (__cplusplus)
   #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
   #   define YYSIZE_T size_t
   #  endif
   #  define YYSTACK_ALLOC malloc
   #  define YYSTACK_FREE free
   # endif
   #endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
   
   
   #if (! defined (yyoverflow) \
        && (! defined (__cplusplus) \
            || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
   
   /* A type that is properly aligned for any stack member.  */
   union yyalloc
   {
     short yyss;
     YYSTYPE yyvs;
   # if YYLSP_NEEDED
     YYLTYPE yyls;
   # endif
   };
   
   /* The size of the maximum gap between one aligned stack and the next.  */
   # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
   
   /* The size of an array large to enough to hold all stacks, each with
      N elements.  */
   # if YYLSP_NEEDED
   #  define YYSTACK_BYTES(N) \
        ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))      \
         + 2 * YYSTACK_GAP_MAX)
   # else
   #  define YYSTACK_BYTES(N) \
        ((N) * (sizeof (short) + sizeof (YYSTYPE))                         \
         + YYSTACK_GAP_MAX)
   # endif
   
   /* Copy COUNT objects from FROM to TO.  The source and destination do
      not overlap.  */
   # ifndef YYCOPY
   #  if 1 < __GNUC__
   #   define YYCOPY(To, From, Count) \
         __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
   #  else
   #   define YYCOPY(To, From, Count)              \
         do                                        \
           {                                       \
             register YYSIZE_T yyi;                \
             for (yyi = 0; yyi < (Count); yyi++)   \
               (To)[yyi] = (From)[yyi];            \
           }                                       \
         while (0)
   #  endif
   # endif
   
   /* Relocate STACK from its old location to the new one.  The
      local variables YYSIZE and YYSTACKSIZE give the old and new number of
      elements in the stack, and YYPTR gives the new location of the
      stack.  Advance YYPTR to a properly aligned location for the next
      stack.  */
   # define YYSTACK_RELOCATE(Stack)                                        \
       do                                                                  \
         {                                                                 \
           YYSIZE_T yynewbytes;                                            \
           YYCOPY (&yyptr->Stack, Stack, yysize);                          \
           Stack = &yyptr->Stack;                                          \
           yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
           yyptr += yynewbytes / sizeof (*yyptr);                          \
         }                                                                 \
       while (0)
   
 #endif  #endif
 #if YYDEBUG  
 #include <stdio.h>  
   #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
   # define YYSIZE_T __SIZE_TYPE__
 #endif  #endif
 #ifdef YYSTACKSIZE  #if ! defined (YYSIZE_T) && defined (size_t)
 #undef YYMAXDEPTH  # define YYSIZE_T size_t
 #define YYMAXDEPTH YYSTACKSIZE  
 #else  
 #ifdef YYMAXDEPTH  
 #define YYSTACKSIZE YYMAXDEPTH  
 #else  
 #define YYSTACKSIZE 10000  
 #define YYMAXDEPTH 10000  
 #endif  #endif
   #if ! defined (YYSIZE_T)
   # if defined (__STDC__) || defined (__cplusplus)
   #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
   #  define YYSIZE_T size_t
   # endif
 #endif  #endif
 #define YYINITSTACKSIZE 200  #if ! defined (YYSIZE_T)
   # define YYSIZE_T unsigned int
   #endif
   
   #define yyerrok         (yyerrstatus = 0)
   #define yyclearin       (yychar = YYEMPTY)
   #define YYEMPTY         -2
   #define YYEOF           0
   #define YYACCEPT        goto yyacceptlab
   #define YYABORT         goto yyabortlab
   #define YYERROR         goto yyerrlab1
   /* Like YYERROR except do call yyerror.  This remains here temporarily
      to ease the transition to the new meaning of YYERROR, for GCC.
      Once GCC version 2 has supplanted version 1, this can go.  */
   #define YYFAIL          goto yyerrlab
   #define YYRECOVERING()  (!!yyerrstatus)
   #define YYBACKUP(Token, Value)                                  \
   do                                                              \
     if (yychar == YYEMPTY && yylen == 1)                          \
       {                                                           \
         yychar = (Token);                                         \
         yylval = (Value);                                         \
         yychar1 = YYTRANSLATE (yychar);                           \
         YYPOPSTACK;                                               \
         goto yybackup;                                            \
       }                                                           \
     else                                                          \
       {                                                           \
         yyerror ("syntax error: cannot back up");                 \
         YYERROR;                                                  \
       }                                                           \
   while (0)
   
   #define YYTERROR        1
   #define YYERRCODE       256
   
   
   /* YYLLOC_DEFAULT -- Compute the default location (before the actions
      are run).
   
      When YYLLOC_DEFAULT is run, CURRENT is set the location of the
      first token.  By default, to implement support for ranges, extend
      its range to the last symbol.  */
   
   #ifndef YYLLOC_DEFAULT
   # define YYLLOC_DEFAULT(Current, Rhs, N)        \
      Current.last_line   = Rhs[N].last_line;      \
      Current.last_column = Rhs[N].last_column;
   #endif
   
   
   /* YYLEX -- calling `yylex' with the right arguments.  */
   
   #if YYPURE
   # if YYLSP_NEEDED
   #  ifdef YYLEX_PARAM
   #   define YYLEX                yylex (&yylval, &yylloc, YYLEX_PARAM)
   #  else
   #   define YYLEX                yylex (&yylval, &yylloc)
   #  endif
   # else /* !YYLSP_NEEDED */
   #  ifdef YYLEX_PARAM
   #   define YYLEX                yylex (&yylval, YYLEX_PARAM)
   #  else
   #   define YYLEX                yylex (&yylval)
   #  endif
   # endif /* !YYLSP_NEEDED */
   #else /* !YYPURE */
   # define YYLEX                  yylex ()
   #endif /* !YYPURE */
   
   
   /* Enable debugging if requested.  */
   #if YYDEBUG
   
   # ifndef YYFPRINTF
   #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
   #  define YYFPRINTF fprintf
   # endif
   
   # define YYDPRINTF(Args)                        \
   do {                                            \
     if (yydebug)                                  \
       YYFPRINTF Args;                             \
   } while (0)
   /* Nonzero means print parse trace.  It is left uninitialized so that
      multiple parsers can coexist.  */
 int yydebug;  int yydebug;
 int yynerrs;  #else /* !YYDEBUG */
 int yyerrflag;  # define YYDPRINTF(Args)
 int yychar;  #endif /* !YYDEBUG */
 short *yyssp;  
 YYSTYPE *yyvsp;  /* YYINITDEPTH -- initial size of the parser's stacks.  */
 YYSTYPE yyval;  #ifndef YYINITDEPTH
 YYSTYPE yylval;  # define YYINITDEPTH 200
 short *yyss;  #endif
 short *yysslim;  
 YYSTYPE *yyvs;  /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
 int yystacksize;     if the built-in stack extension method is used).
 /* allocate initial stack or double stack size, up to YYMAXDEPTH */  
 static int yygrowstack()     Do not make this value too large; the results are undefined if
      SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
      evaluated with infinite-precision integer arithmetic.  */
   
   #if YYMAXDEPTH == 0
   # undef YYMAXDEPTH
   #endif
   
   #ifndef YYMAXDEPTH
   # define YYMAXDEPTH 10000
   #endif
   
   #ifdef YYERROR_VERBOSE
   
   # ifndef yystrlen
   #  if defined (__GLIBC__) && defined (_STRING_H)
   #   define yystrlen strlen
   #  else
   /* Return the length of YYSTR.  */
   static YYSIZE_T
   #   if defined (__STDC__) || defined (__cplusplus)
   yystrlen (const char *yystr)
   #   else
   yystrlen (yystr)
        const char *yystr;
   #   endif
 {  {
     int newsize, i;    register const char *yys = yystr;
     short *newss;  
     YYSTYPE *newvs;  
   
     if ((newsize = yystacksize) == 0)    while (*yys++ != '\0')
         newsize = YYINITSTACKSIZE;      continue;
     else if (newsize >= YYMAXDEPTH)  
         return -1;    return yys - yystr - 1;
     else if ((newsize *= 2) > YYMAXDEPTH)  
         newsize = YYMAXDEPTH;  
     i = yyssp - yyss;  
     newss = yyss ? (short *)realloc(yyss, newsize * sizeof *newss) :  
       (short *)malloc(newsize * sizeof *newss);  
     if (newss == NULL)  
         return -1;  
     yyss = newss;  
     yyssp = newss + i;  
     newvs = yyvs ? (YYSTYPE *)realloc(yyvs, newsize * sizeof *newvs) :  
       (YYSTYPE *)malloc(newsize * sizeof *newvs);  
     if (newvs == NULL)  
         return -1;  
     yyvs = newvs;  
     yyvsp = newvs + i;  
     yystacksize = newsize;  
     yysslim = yyss + newsize - 1;  
     return 0;  
 }  }
   #  endif
   # endif
   
 #define YYABORT goto yyabort  # ifndef yystpcpy
 #define YYREJECT goto yyabort  #  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
 #define YYACCEPT goto yyaccept  #   define yystpcpy stpcpy
 #define YYERROR goto yyerrlab  #  else
   /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
      YYDEST.  */
   static char *
   #   if defined (__STDC__) || defined (__cplusplus)
   yystpcpy (char *yydest, const char *yysrc)
   #   else
   yystpcpy (yydest, yysrc)
        char *yydest;
        const char *yysrc;
   #   endif
   {
     register char *yyd = yydest;
     register const char *yys = yysrc;
   
 #ifndef YYPARSE_PARAM    while ((*yyd++ = *yys++) != '\0')
 #if defined(__cplusplus) || __STDC__      continue;
 #define YYPARSE_PARAM_ARG void  
 #define YYPARSE_PARAM_DECL    return yyd - 1;
 #else   /* ! ANSI-C/C++ */  }
 #define YYPARSE_PARAM_ARG  #  endif
 #define YYPARSE_PARAM_DECL  # endif
 #endif  /* ANSI-C/C++ */  
 #else   /* YYPARSE_PARAM */  
 #ifndef YYPARSE_PARAM_TYPE  
 #define YYPARSE_PARAM_TYPE void *  
 #endif  #endif
 #if defined(__cplusplus) || __STDC__  
 #define YYPARSE_PARAM_ARG YYPARSE_PARAM_TYPE YYPARSE_PARAM  #line 315 "/usr/share/bison/bison.simple"
 #define YYPARSE_PARAM_DECL  
 #else   /* ! ANSI-C/C++ */  
 #define YYPARSE_PARAM_ARG YYPARSE_PARAM  
 #define YYPARSE_PARAM_DECL YYPARSE_PARAM_TYPE YYPARSE_PARAM;  
 #endif  /* ANSI-C/C++ */  
 #endif  /* ! YYPARSE_PARAM */  
   
   
   /* The user can define YYPARSE_PARAM as the name of an argument to be passed
      into yyparse.  The argument should have type void *.
      It should actually point to an object.
      Grammar actions can access the variable by casting it
      to the proper pointer type.  */
   
   #ifdef YYPARSE_PARAM
   # if defined (__STDC__) || defined (__cplusplus)
   #  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
   #  define YYPARSE_PARAM_DECL
   # else
   #  define YYPARSE_PARAM_ARG YYPARSE_PARAM
   #  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
   # endif
   #else /* !YYPARSE_PARAM */
   # define YYPARSE_PARAM_ARG
   # define YYPARSE_PARAM_DECL
   #endif /* !YYPARSE_PARAM */
   
   /* Prevent warning if -Wstrict-prototypes.  */
   #ifdef __GNUC__
   # ifdef YYPARSE_PARAM
   int yyparse (void *);
   # else
   int yyparse (void);
   # endif
   #endif
   
   /* YY_DECL_VARIABLES -- depending whether we use a pure parser,
      variables are global, or local to YYPARSE.  */
   
   #define YY_DECL_NON_LSP_VARIABLES                       \
   /* The lookahead symbol.  */                            \
   int yychar;                                             \
                                                           \
   /* The semantic value of the lookahead symbol. */       \
   YYSTYPE yylval;                                         \
                                                           \
   /* Number of parse errors so far.  */                   \
   int yynerrs;
   
   #if YYLSP_NEEDED
   # define YY_DECL_VARIABLES                      \
   YY_DECL_NON_LSP_VARIABLES                       \
                                                   \
   /* Location data for the lookahead symbol.  */  \
   YYLTYPE yylloc;
   #else
   # define YY_DECL_VARIABLES                      \
   YY_DECL_NON_LSP_VARIABLES
   #endif
   
   
   /* If nonreentrant, generate the variables here. */
   
   #if !YYPURE
   YY_DECL_VARIABLES
   #endif  /* !YYPURE */
   
 int  int
 yyparse (YYPARSE_PARAM_ARG)  yyparse (YYPARSE_PARAM_ARG)
     YYPARSE_PARAM_DECL       YYPARSE_PARAM_DECL
 {  {
     register int yym, yyn, yystate;    /* If reentrant, generate the variables here. */
 #if YYDEBUG  #if YYPURE
     register const char *yys;    YY_DECL_VARIABLES
   #endif  /* !YYPURE */
   
     if ((yys = getenv("YYDEBUG")))    register int yystate;
     {    register int yyn;
         yyn = *yys;    int yyresult;
         if (yyn >= '0' && yyn <= '9')    /* Number of tokens to shift before error messages enabled.  */
             yydebug = yyn - '0';    int yyerrstatus;
     }    /* Lookahead token as an internal (translated) token number.  */
     int yychar1 = 0;
   
     /* Three stacks and their tools:
        `yyss': related to states,
        `yyvs': related to semantic values,
        `yyls': related to locations.
   
        Refer to the stacks thru separate pointers, to allow yyoverflow
        to reallocate them elsewhere.  */
   
     /* The state stack. */
     short yyssa[YYINITDEPTH];
     short *yyss = yyssa;
     register short *yyssp;
   
     /* The semantic value stack.  */
     YYSTYPE yyvsa[YYINITDEPTH];
     YYSTYPE *yyvs = yyvsa;
     register YYSTYPE *yyvsp;
   
   #if YYLSP_NEEDED
     /* The location stack.  */
     YYLTYPE yylsa[YYINITDEPTH];
     YYLTYPE *yyls = yylsa;
     YYLTYPE *yylsp;
 #endif  #endif
   
     yynerrs = 0;  #if YYLSP_NEEDED
     yyerrflag = 0;  # define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
     yychar = (-1);  #else
   # define YYPOPSTACK   (yyvsp--, yyssp--)
   #endif
   
     if (yyss == NULL && yygrowstack()) goto yyoverflow;    YYSIZE_T yystacksize = YYINITDEPTH;
     yyssp = yyss;  
     yyvsp = yyvs;  
     *yyssp = yystate = 0;  
   
 yyloop:  
     if ((yyn = yydefred[yystate])) goto yyreduce;    /* The variables used to return semantic value and location from the
     if (yychar < 0)       action routines.  */
     YYSTYPE yyval;
   #if YYLSP_NEEDED
     YYLTYPE yyloc;
   #endif
   
     /* When reducing, the number of symbols on the RHS of the reduced
        rule. */
     int yylen;
   
     YYDPRINTF ((stderr, "Starting parse\n"));
   
     yystate = 0;
     yyerrstatus = 0;
     yynerrs = 0;
     yychar = YYEMPTY;             /* Cause a token to be read.  */
   
     /* Initialize stack pointers.
        Waste one element of value and location stack
        so that they stay on the same level as the state stack.
        The wasted elements are never initialized.  */
   
     yyssp = yyss;
     yyvsp = yyvs;
   #if YYLSP_NEEDED
     yylsp = yyls;
   #endif
     goto yysetstate;
   
   /*------------------------------------------------------------.
   | yynewstate -- Push a new state, which is found in yystate.  |
   `------------------------------------------------------------*/
    yynewstate:
     /* In all cases, when you get here, the value and location stacks
        have just been pushed. so pushing a state here evens the stacks.
        */
     yyssp++;
   
    yysetstate:
     *yyssp = yystate;
   
     if (yyssp >= yyss + yystacksize - 1)
     {      {
         if ((yychar = yylex()) < 0) yychar = 0;        /* Get the current used size of the three stacks, in elements.  */
 #if YYDEBUG        YYSIZE_T yysize = yyssp - yyss + 1;
         if (yydebug)  
         {  #ifdef yyoverflow
             yys = 0;        {
             if (yychar <= YYMAXTOKEN) yys = yyname[yychar];          /* Give user a chance to reallocate the stack. Use copies of
             if (!yys) yys = "illegal-symbol";             these so that the &'s don't force the real ones into
             printf("%sdebug: state %d, reading %d (%s)\n",             memory.  */
                     YYPREFIX, yystate, yychar, yys);          YYSTYPE *yyvs1 = yyvs;
         }          short *yyss1 = yyss;
   
           /* Each stack pointer address is followed by the size of the
              data in use in that stack, in bytes.  */
   # if YYLSP_NEEDED
           YYLTYPE *yyls1 = yyls;
           /* This used to be a conditional around just the two extra args,
              but that might be undefined if yyoverflow is a macro.  */
           yyoverflow ("parser stack overflow",
                       &yyss1, yysize * sizeof (*yyssp),
                       &yyvs1, yysize * sizeof (*yyvsp),
                       &yyls1, yysize * sizeof (*yylsp),
                       &yystacksize);
           yyls = yyls1;
   # else
           yyoverflow ("parser stack overflow",
                       &yyss1, yysize * sizeof (*yyssp),
                       &yyvs1, yysize * sizeof (*yyvsp),
                       &yystacksize);
   # endif
           yyss = yyss1;
           yyvs = yyvs1;
         }
   #else /* no yyoverflow */
   # ifndef YYSTACK_RELOCATE
         goto yyoverflowlab;
   # else
         /* Extend the stack our own way.  */
         if (yystacksize >= YYMAXDEPTH)
           goto yyoverflowlab;
         yystacksize *= 2;
         if (yystacksize > YYMAXDEPTH)
           yystacksize = YYMAXDEPTH;
   
         {
           short *yyss1 = yyss;
           union yyalloc *yyptr =
             (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
           if (! yyptr)
             goto yyoverflowlab;
           YYSTACK_RELOCATE (yyss);
           YYSTACK_RELOCATE (yyvs);
   # if YYLSP_NEEDED
           YYSTACK_RELOCATE (yyls);
   # endif
   # undef YYSTACK_RELOCATE
           if (yyss1 != yyssa)
             YYSTACK_FREE (yyss1);
         }
   # endif
   #endif /* no yyoverflow */
   
         yyssp = yyss + yysize - 1;
         yyvsp = yyvs + yysize - 1;
   #if YYLSP_NEEDED
         yylsp = yyls + yysize - 1;
 #endif  #endif
   
         YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                     (unsigned long int) yystacksize));
   
         if (yyssp >= yyss + yystacksize - 1)
           YYABORT;
     }      }
     if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 &&  
             yyn <= YYTABLESIZE && yycheck[yyn] == yychar)    YYDPRINTF ((stderr, "Entering state %d\n", yystate));
   
     goto yybackup;
   
   
   /*-----------.
   | yybackup.  |
   `-----------*/
   yybackup:
   
   /* Do appropriate processing given the current state.  */
   /* Read a lookahead token if we need one and don't already have one.  */
   /* yyresume: */
   
     /* First try to decide what to do without reference to lookahead token.  */
   
     yyn = yypact[yystate];
     if (yyn == YYFLAG)
       goto yydefault;
   
     /* Not known => get a lookahead token if don't already have one.  */
   
     /* yychar is either YYEMPTY or YYEOF
        or a valid token in external form.  */
   
     if (yychar == YYEMPTY)
     {      {
 #if YYDEBUG        YYDPRINTF ((stderr, "Reading a token: "));
         if (yydebug)        yychar = YYLEX;
             printf("%sdebug: state %d, shifting to state %d\n",  
                     YYPREFIX, yystate, yytable[yyn]);  
 #endif  
         if (yyssp >= yysslim && yygrowstack())  
         {  
             goto yyoverflow;  
         }  
         *++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)    /* Convert token to internal form (in yychar1) for indexing tables with */
   
     if (yychar <= 0)              /* This means end of input. */
     {      {
         yyn = yytable[yyn];        yychar1 = 0;
         goto yyreduce;        yychar = YYEOF;           /* Don't call YYLEX any more */
   
         YYDPRINTF ((stderr, "Now at end of input.\n"));
     }      }
     if (yyerrflag) goto yyinrecovery;    else
 #if defined(lint) || defined(__GNUC__)  
     goto yynewerror;  
 #endif  
 yynewerror:  
     yyerror("syntax error");  
 #if defined(lint) || defined(__GNUC__)  
     goto yyerrlab;  
 #endif  
 yyerrlab:  
     ++yynerrs;  
 yyinrecovery:  
     if (yyerrflag < 3)  
     {      {
         yyerrflag = 3;        yychar1 = YYTRANSLATE (yychar);
         for (;;)  
         {  
             if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&  
                     yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE)  
             {  
 #if YYDEBUG  #if YYDEBUG
                 if (yydebug)       /* We have to keep this `#if YYDEBUG', since we use variables
                     printf("%sdebug: state %d, error recovery shifting\          which are defined only if `YYDEBUG' is set.  */
  to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);        if (yydebug)
           {
             YYFPRINTF (stderr, "Next token is %d (%s",
                        yychar, yytname[yychar1]);
             /* Give the individual parser a way to print the precise
                meaning of a token, for further debugging info.  */
   # ifdef YYPRINT
             YYPRINT (stderr, yychar, yylval);
   # endif
             YYFPRINTF (stderr, ")\n");
           }
 #endif  #endif
                 if (yyssp >= yysslim && yygrowstack())  
                 {  
                     goto yyoverflow;  
                 }  
                 *++yyssp = yystate = yytable[yyn];  
                 *++yyvsp = yylval;  
                 goto yyloop;  
             }  
             else  
             {  
 #if YYDEBUG  
                 if (yydebug)  
                     printf("%sdebug: error recovery discarding state %d\n",  
                             YYPREFIX, *yyssp);  
 #endif  
                 if (yyssp <= yyss) goto yyabort;  
                 --yyssp;  
                 --yyvsp;  
             }  
         }  
     }      }
     else  
     yyn += yychar1;
     if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
       goto yydefault;
   
     yyn = yytable[yyn];
   
     /* yyn is what to do for this token type in this state.
        Negative => reduce, -yyn is rule number.
        Positive => shift, yyn is new state.
          New state is final state => don't bother to shift,
          just return success.
        0, or most negative number => error.  */
   
     if (yyn < 0)
     {      {
         if (yychar == 0) goto yyabort;        if (yyn == YYFLAG)
 #if YYDEBUG          goto yyerrlab;
         if (yydebug)        yyn = -yyn;
         {        goto yyreduce;
             yys = 0;  
             if (yychar <= YYMAXTOKEN) yys = yyname[yychar];  
             if (!yys) yys = "illegal-symbol";  
             printf("%sdebug: state %d, error recovery discards token %d (%s)\n",  
                     YYPREFIX, yystate, yychar, yys);  
         }  
 #endif  
         yychar = (-1);  
         goto yyloop;  
     }      }
     else if (yyn == 0)
       goto yyerrlab;
   
     if (yyn == YYFINAL)
       YYACCEPT;
   
     /* Shift the lookahead token.  */
     YYDPRINTF ((stderr, "Shifting token %d (%s), ",
                 yychar, yytname[yychar1]));
   
     /* Discard the token being shifted unless it is eof.  */
     if (yychar != YYEOF)
       yychar = YYEMPTY;
   
     *++yyvsp = yylval;
   #if YYLSP_NEEDED
     *++yylsp = yylloc;
   #endif
   
     /* Count tokens shifted since error; after three, turn off error
        status.  */
     if (yyerrstatus)
       yyerrstatus--;
   
     yystate = yyn;
     goto yynewstate;
   
   
   /*-----------------------------------------------------------.
   | yydefault -- do the default action for the current state.  |
   `-----------------------------------------------------------*/
   yydefault:
     yyn = yydefact[yystate];
     if (yyn == 0)
       goto yyerrlab;
     goto yyreduce;
   
   
   /*-----------------------------.
   | yyreduce -- Do a reduction.  |
   `-----------------------------*/
 yyreduce:  yyreduce:
 #if YYDEBUG    /* yyn is the number of a rule to reduce with.  */
     if (yydebug)    yylen = yyr2[yyn];
         printf("%sdebug: state %d, reducing by rule %d (%s)\n",  
                 YYPREFIX, yystate, yyn, yyrule[yyn]);    /* If YYLEN is nonzero, implement the default value of the action:
        `$$ = $1'.
   
        Otherwise, the following line sets YYVAL to the semantic value of
        the lookahead token.  This behavior is undocumented and Bison
        users should not rely upon it.  Assigning to YYVAL
        unconditionally makes the parser a bit smaller, and it avoids a
        GCC warning that YYVAL may be used uninitialized.  */
     yyval = yyvsp[1-yylen];
   
   #if YYLSP_NEEDED
     /* Similarly for the default location.  Let the user run additional
        commands if for instance locations are ranges.  */
     yyloc = yylsp[1-yylen];
     YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
 #endif  #endif
     yym = yylen[yyn];  
     yyval = yyvsp[1-yym];  #if YYDEBUG
     switch (yyn)    /* We have to keep this `#if YYDEBUG', since we use variables which
        are defined only if `YYDEBUG' is set.  */
     if (yydebug)
     {      {
         int yyi;
   
         YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
                    yyn, yyrline[yyn]);
   
         /* Print the symbols being reduced, and their result.  */
         for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
           YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
         YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
       }
   #endif
   
     switch (yyn) {
   
 case 1:  case 1:
 #line 131 "parse.y"  #line 131 "parse.y"
 { parse_snode = yyvsp[0].s; YYACCEPT; }  {
 break;                                  parse_snode = yyvsp[0].s;
                                   if ( yychar >= 0 )
                                           fprintf(stderr,
                                                   "Warning: a token was wasted after an 'if' statement without 'else'.\n");
                                   YYACCEPT;
                           }
       break;
 case 2:  case 2:
 #line 134 "parse.y"  #line 140 "parse.y"
 { yyval.s = 0; }  { yyval.s = 0; }
 break;      break;
 case 3:  case 3:
 #line 135 "parse.y"  #line 141 "parse.y"
 { gdef=1; }  { gdef=1; }
 break;      break;
 case 4:  case 4:
 #line 135 "parse.y"  #line 141 "parse.y"
 { gdef=0; }  { gdef=0; }
 break;      break;
 case 5:  case 5:
 #line 136 "parse.y"  #line 142 "parse.y"
 { yyval.s = 0; NOPR; }  { yyval.s = 0; NOPR; }
 break;      break;
 case 6:  case 6:
 #line 137 "parse.y"  #line 143 "parse.y"
 { mgdef=1; }  { mgdef=1; }
 break;      break;
 case 7:  case 7:
 #line 137 "parse.y"  #line 143 "parse.y"
 { mgdef=0; }  { mgdef=0; }
 break;      break;
 case 8:  case 8:
 #line 138 "parse.y"  #line 144 "parse.y"
 { yyval.s = 0; NOPR; }  { yyval.s = 0; NOPR; }
 break;      break;
 case 9:  case 9:
 #line 139 "parse.y"  #line 145 "parse.y"
 { ldef=1; }  { ldef=1; }
 break;      break;
 case 10:  case 10:
 #line 139 "parse.y"  #line 145 "parse.y"
 { ldef=0; }  { ldef=0; }
 break;      break;
 case 11:  case 11:
 #line 140 "parse.y"  #line 146 "parse.y"
 { yyval.s = 0; NOPR; }  { yyval.s = 0; NOPR; }
 break;      break;
 case 12:  case 12:
 #line 142 "parse.y"  #line 148 "parse.y"
 { appenduflist(yyvsp[-1].n); yyval.s = 0; NOPR; }  { appenduflist(yyvsp[-1].n); yyval.s = 0; NOPR; }
 break;      break;
 case 13:  case 13:
 #line 144 "parse.y"  #line 150 "parse.y"
 { structdef(yyvsp[-4].p,yyvsp[-2].n); yyval.s = 0; NOPR; }  { structdef(yyvsp[-4].p,yyvsp[-2].n); yyval.s = 0; NOPR; }
 break;      break;
 case 14:  case 14:
 #line 146 "parse.y"  #line 152 "parse.y"
 { yyval.s = mksnode(1,S_SINGLE,yyvsp[-1].f); }  { yyval.s = mksnode(1,S_SINGLE,yyvsp[-1].f); }
 break;      break;
 case 15:  case 15:
 #line 148 "parse.y"  #line 154 "parse.y"
 { yyval.s = yyvsp[0].s; }  { yyval.s = yyvsp[0].s; }
 break;      break;
 case 16:  case 16:
 #line 150 "parse.y"  #line 156 "parse.y"
 { yyval.s = mksnode(0,S_BREAK); }  { yyval.s = mksnode(0,S_BREAK); }
 break;      break;
 case 17:  case 17:
 #line 152 "parse.y"  #line 158 "parse.y"
 { yyval.s = mksnode(0,S_CONTINUE); }  { yyval.s = mksnode(0,S_CONTINUE); }
 break;      break;
 case 18:  case 18:
 #line 154 "parse.y"  #line 160 "parse.y"
 { yyval.s = mksnode(1,S_RETURN,0); }  { yyval.s = mksnode(1,S_RETURN,0); }
 break;      break;
 case 19:  case 19:
 #line 156 "parse.y"  #line 162 "parse.y"
 { yyval.s = mksnode(1,S_RETURN,yyvsp[-1].f); }  { yyval.s = mksnode(1,S_RETURN,yyvsp[-1].f); }
 break;      break;
 case 20:  case 20:
 #line 158 "parse.y"  #line 164 "parse.y"
 { yyval.s = mksnode(4,S_IFELSE,yyvsp[-4].i,yyvsp[-2].n,yyvsp[0].s,0); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }  { yyval.s = mksnode(4,S_IFELSE,yyvsp[-4].i,yyvsp[-2].n,yyvsp[0].s,0); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }
 break;      break;
 case 21:  case 21:
 #line 160 "parse.y"  #line 166 "parse.y"
 { yyval.s = mksnode(4,S_IFELSE,yyvsp[-6].i,yyvsp[-4].n,yyvsp[-2].s,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }  { yyval.s = mksnode(4,S_IFELSE,yyvsp[-6].i,yyvsp[-4].n,yyvsp[-2].s,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }
 break;      break;
 case 22:  case 22:
 #line 162 "parse.y"  #line 168 "parse.y"
 { yyval.s = mksnode(5,S_FOR,yyvsp[-8].i,yyvsp[-6].n,yyvsp[-4].n?yyvsp[-4].n:ONENODE,yyvsp[-2].n,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }  { yyval.s = mksnode(5,S_FOR,yyvsp[-8].i,yyvsp[-6].n,yyvsp[-4].n?yyvsp[-4].n:ONENODE,yyvsp[-2].n,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }
 break;      break;
 case 23:  case 23:
 #line 164 "parse.y"  #line 170 "parse.y"
 { yyval.s = mksnode(5,S_FOR,yyvsp[-4].i,0,yyvsp[-2].n,0,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }  { yyval.s = mksnode(5,S_FOR,yyvsp[-4].i,0,yyvsp[-2].n,0,yyvsp[0].s); yyvsp[0].s?yyval.s->ln=yyvsp[0].s->ln:0; NOPR; }
 break;      break;
 case 24:  case 24:
 #line 166 "parse.y"  #line 172 "parse.y"
 { yyval.s = mksnode(3,S_DO,yyvsp[-6].i,yyvsp[-5].s,yyvsp[-2].n); }  { yyval.s = mksnode(3,S_DO,yyvsp[-6].i,yyvsp[-5].s,yyvsp[-2].n); }
 break;      break;
 case 25:  case 25:
 #line 168 "parse.y"  #line 174 "parse.y"
 { yyval.s = mksnode(3,S_PFDEF,yyvsp[-7].p,yyvsp[-5].n,yyvsp[-1].f); NOPR; }  { yyval.s = mksnode(3,S_PFDEF,yyvsp[-7].p,yyvsp[-5].n,yyvsp[-1].f); NOPR; }
 break;      break;
 case 26:  case 26:
 #line 170 "parse.y"  #line 176 "parse.y"
 { yyval.s = mksnode(3,S_PFDEF,yyvsp[-4].p,yyvsp[-2].n,0); NOPR; }  { yyval.s = mksnode(3,S_PFDEF,yyvsp[-4].p,yyvsp[-2].n,0); NOPR; }
 break;      break;
 case 27:  case 27:
 #line 171 "parse.y"  #line 177 "parse.y"
 { mkpvs(yyvsp[0].p); }  { mkpvs(yyvsp[0].p); }
 break;      break;
 case 28:  case 28:
 #line 171 "parse.y"  #line 177 "parse.y"
 { ldef = 1; }  { ldef = 1; }
 break;      break;
 case 29:  case 29:
 #line 171 "parse.y"  #line 177 "parse.y"
 { ldef = -1; }  { ldef = -1; }
 break;      break;
 case 30:  case 30:
 #line 172 "parse.y"  #line 178 "parse.y"
 {  {
                                 mkuf(yyvsp[-10].p,asir_infile->name,yyvsp[-6].n,                                  mkuf(yyvsp[-10].p,asir_infile->name,yyvsp[-6].n,
                                         mksnode(1,S_CPLX,yyvsp[-1].n),yyvsp[-11].i,asir_infile->ln,yyvsp[-3].p,CUR_MODULE);                                          mksnode(1,S_CPLX,yyvsp[-1].n),yyvsp[-11].i,asir_infile->ln,yyvsp[-3].p,CUR_MODULE);
                                 yyval.s = 0; NOPR;                                  yyval.s = 0; NOPR;
                         }                          }
 break;      break;
 case 31:  case 31:
 #line 178 "parse.y"  #line 184 "parse.y"
 { CUR_MODULE = mkmodule(yyvsp[-1].p); MPVS = CUR_MODULE->pvs; yyval.s = 0; NOPR; }  { CUR_MODULE = mkmodule(yyvsp[-1].p); MPVS = CUR_MODULE->pvs; yyval.s = 0; NOPR; }
 break;      break;
 case 32:  case 32:
 #line 180 "parse.y"  #line 186 "parse.y"
 { CUR_MODULE = 0; MPVS = 0; yyval.s = 0; NOPR; }  { CUR_MODULE = 0; MPVS = 0; yyval.s = 0; NOPR; }
 break;      break;
 case 33:  case 33:
 #line 182 "parse.y"  #line 188 "parse.y"
 { yyerrok; yyval.s = 0; }  { yyerrok; yyval.s = 0; }
 break;      break;
 case 34:  case 34:
 #line 185 "parse.y"  #line 191 "parse.y"
 { if ( main_parser ) prresult = 1; }  { if ( main_parser ) prresult = 1; }
 break;      break;
 case 35:  case 35:
 #line 187 "parse.y"  #line 193 "parse.y"
 { if ( main_parser ) prresult = 0; }  { if ( main_parser ) prresult = 0; }
 break;      break;
 case 36:  case 36:
 #line 190 "parse.y"  #line 196 "parse.y"
 { yyval.p = 0; }  { yyval.p = 0; }
 break;      break;
 case 37:  case 37:
 #line 192 "parse.y"  #line 198 "parse.y"
 { yyval.p = yyvsp[0].p; }  { yyval.p = yyvsp[0].p; }
 break;      break;
 case 38:  case 38:
 #line 195 "parse.y"  #line 201 "parse.y"
 { yyval.s = mksnode(1,S_CPLX,yyvsp[-1].n); }  { yyval.s = mksnode(1,S_CPLX,yyvsp[-1].n); }
 break;      break;
 case 39:  case 39:
 #line 198 "parse.y"  #line 204 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].p,0); }  { MKNODE(yyval.n,yyvsp[0].p,0); }
 break;      break;
 case 40:  case 40:
 #line 200 "parse.y"  #line 206 "parse.y"
 { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }  { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }
 break;      break;
 case 41:  case 41:
 #line 203 "parse.y"  #line 209 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].p,0); }  { MKNODE(yyval.n,yyvsp[0].p,0); }
 break;      break;
 case 42:  case 42:
 #line 205 "parse.y"  #line 211 "parse.y"
 { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }  { appendtonode(yyvsp[-2].n,yyvsp[0].p,&yyval.n); }
 break;      break;
 case 43:  case 43:
 #line 208 "parse.y"  #line 214 "parse.y"
 { val = (pointer)makepvar(yyvsp[0].p); MKNODE(yyval.n,val,0); }  { val = (pointer)makepvar(yyvsp[0].p); MKNODE(yyval.n,val,0); }
 break;      break;
 case 44:  case 44:
 #line 210 "parse.y"  #line 216 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)makepvar(yyvsp[0].p),&yyval.n); }  { appendtonode(yyvsp[-2].n,(pointer)makepvar(yyvsp[0].p),&yyval.n); }
 break;      break;
 case 45:  case 45:
 #line 213 "parse.y"  #line 219 "parse.y"
 { yyval.n = 0; }  { yyval.n = 0; }
 break;      break;
 case 46:  case 46:
 #line 215 "parse.y"  #line 221 "parse.y"
 { appendtonode(yyvsp[-1].n,(pointer)yyvsp[0].s,&yyval.n); }  { appendtonode(yyvsp[-1].n,(pointer)yyvsp[0].s,&yyval.n); }
 break;      break;
 case 47:  case 47:
 #line 218 "parse.y"  #line 224 "parse.y"
 { yyval.n = 0; }  { yyval.n = 0; }
 break;      break;
 case 48:  case 48:
 #line 220 "parse.y"  #line 226 "parse.y"
 { yyval.n = yyvsp[0].n; }  { yyval.n = yyvsp[0].n; }
 break;      break;
 case 49:  case 49:
 #line 223 "parse.y"  #line 229 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].f,0); }  { MKNODE(yyval.n,yyvsp[0].f,0); }
 break;      break;
 case 50:  case 50:
 #line 225 "parse.y"  #line 231 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }  { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }
 break;      break;
 case 51:  case 51:
 #line 228 "parse.y"  #line 234 "parse.y"
 { MKNODE(yyval.n,yyvsp[0].f,0); }  { MKNODE(yyval.n,yyvsp[0].f,0); }
 break;      break;
 case 52:  case 52:
 #line 230 "parse.y"  #line 236 "parse.y"
 { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }  { appendtonode(yyvsp[-2].n,(pointer)yyvsp[0].f,&yyval.n); }
 break;      break;
 case 53:  case 53:
 #line 233 "parse.y"  #line 239 "parse.y"
 { yyval.p = yyvsp[0].p; }  { yyval.p = yyvsp[0].p; }
 break;      break;
 case 54:  case 54:
 #line 235 "parse.y"  #line 241 "parse.y"
 { yyval.p = yyvsp[0].p; }  { yyval.p = yyvsp[0].p; }
 break;      break;
 case 55:  case 55:
 #line 238 "parse.y"  #line 244 "parse.y"
 { yyval.f = mkfnode(2,I_OPT,yyvsp[-2].p,yyvsp[0].f); }  { yyval.f = mkfnode(2,I_OPT,yyvsp[-2].p,yyvsp[0].f); }
 break;      break;
 case 56:  case 56:
 #line 241 "parse.y"  #line 247 "parse.y"
 { yyval.f = mkfnode(1,I_STR,yyvsp[0].p); }  { yyval.f = mkfnode(1,I_STR,yyvsp[0].p); }
 break;      break;
 case 57:  case 57:
 #line 243 "parse.y"  #line 249 "parse.y"
 { yyval.f = mkfnode(1,I_FORMULA,yyvsp[0].p); }  { yyval.f = mkfnode(1,I_FORMULA,yyvsp[0].p); }
 break;      break;
 case 58:  case 58:
 #line 245 "parse.y"  #line 251 "parse.y"
 { yyval.f = mkfnode(1,I_ANS,yyvsp[0].i); }  { yyval.f = mkfnode(1,I_ANS,yyvsp[0].i); }
 break;      break;
 case 59:  case 59:
 #line 247 "parse.y"  #line 253 "parse.y"
 { yyval.f = mkfnode(0,I_GF2NGEN); }  { yyval.f = mkfnode(0,I_GF2NGEN); }
 break;      break;
 case 60:  case 60:
 #line 249 "parse.y"  #line 255 "parse.y"
 { yyval.f = mkfnode(0,I_GFPNGEN); }  { yyval.f = mkfnode(0,I_GFPNGEN); }
 break;      break;
 case 61:  case 61:
 #line 251 "parse.y"  #line 257 "parse.y"
 { yyval.f = mkfnode(0,I_GFSNGEN); }  { yyval.f = mkfnode(0,I_GFSNGEN); }
 break;      break;
 case 62:  case 62:
 #line 253 "parse.y"  #line 259 "parse.y"
 {  {
                                 FUNC f;                                  FUNC f;
   
Line 1441  case 62:
Line 1614  case 62:
                                         }                                          }
                                 }                                  }
                         }                          }
 break;      break;
 case 63:  case 63:
 #line 280 "parse.y"  #line 286 "parse.y"
 {  {
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);                                  gen_searchf(yyvsp[-3].p,(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 64:  case 64:
 #line 287 "parse.y"  #line 293 "parse.y"
 {  {
                                 gen_searchf(yyvsp[-5].p,(FUNC *)&val);                                  gen_searchf(yyvsp[-5].p,(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(3,I_FUNC_OPT,val,                                  yyval.f = mkfnode(3,I_FUNC_OPT,val,
                                         mkfnode(1,I_LIST,yyvsp[-3].n),mkfnode(1,I_LIST,yyvsp[-1].n));                                          mkfnode(1,I_LIST,yyvsp[-3].n),mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 65:  case 65:
 #line 294 "parse.y"  #line 300 "parse.y"
 {  {
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);                                  gen_searchf(yyvsp[-3].p,(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_MAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  yyval.f = mkfnode(2,I_MAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 66:  case 66:
 #line 300 "parse.y"  #line 306 "parse.y"
 {  {
                                 gen_searchf(yyvsp[-3].p,(FUNC *)&val);                                  gen_searchf(yyvsp[-3].p,(FUNC *)&val);
                                 print_crossref(val);                                  print_crossref(val);
                                 yyval.f = mkfnode(2,I_RECMAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  yyval.f = mkfnode(2,I_RECMAP,val,mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 67:  case 67:
 #line 306 "parse.y"  #line 312 "parse.y"
 {  {
                                 searchpf(yyvsp[-6].p,(FUNC *)&val);                                  searchpf(yyvsp[-6].p,(FUNC *)&val);
                                 yyval.f = mkfnode(2,I_PFDERIV,val,mkfnode(1,I_LIST,yyvsp[-1].n),mkfnode(1,I_LIST,yyvsp[-4].n));                                  yyval.f = mkfnode(2,I_PFDERIV,val,mkfnode(1,I_LIST,yyvsp[-1].n),mkfnode(1,I_LIST,yyvsp[-4].n));
                         }                          }
 break;      break;
 case 68:  case 68:
 #line 311 "parse.y"  #line 317 "parse.y"
 {  {
                                 yyval.f = mkfnode(2,I_GETOPT,yyvsp[-1].p);                                  yyval.f = mkfnode(2,I_GETOPT,yyvsp[-1].p);
                         }                          }
 break;      break;
 case 69:  case 69:
 #line 315 "parse.y"  #line 321 "parse.y"
 {  {
                                 yyval.f = mkfnode(2,I_GETOPT,0);                                  yyval.f = mkfnode(2,I_GETOPT,0);
                         }                          }
 break;      break;
 case 70:  case 70:
 #line 319 "parse.y"  #line 325 "parse.y"
 {  {
                                 yyval.f = mkfnode(3,I_TIMER,yyvsp[-5].f,yyvsp[-3].f,yyvsp[-1].f);                                  yyval.f = mkfnode(3,I_TIMER,yyvsp[-5].f,yyvsp[-3].f,yyvsp[-1].f);
                         }                          }
 break;      break;
 case 71:  case 71:
 #line 323 "parse.y"  #line 329 "parse.y"
 {  {
                                 searchf(parif,yyvsp[-1].p,(FUNC *)&val);                                  searchf(parif,yyvsp[-1].p,(FUNC *)&val);
                                 if ( !val )                                  if ( !val )
                                         mkparif(yyvsp[-1].p,(FUNC *)&val);                                          mkparif(yyvsp[-1].p,(FUNC *)&val);
                                 yyval.f = mkfnode(2,I_FUNC,val,0);                                  yyval.f = mkfnode(2,I_FUNC,val,0);
                         }                          }
 break;      break;
 case 72:  case 72:
 #line 330 "parse.y"  #line 336 "parse.y"
 {  {
                                 searchf(parif,yyvsp[-3].p,(FUNC *)&val);                                  searchf(parif,yyvsp[-3].p,(FUNC *)&val);
                                 if ( !val )                                  if ( !val )
                                         mkparif(yyvsp[-3].p,(FUNC *)&val);                                          mkparif(yyvsp[-3].p,(FUNC *)&val);
                                 yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));                                  yyval.f = mkfnode(2,I_FUNC,val,mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 73:  case 73:
 #line 337 "parse.y"  #line 343 "parse.y"
 {  {
                                 yyval.f = mkfnode(2,I_IFUNC,yyvsp[-4].f,mkfnode(1,I_LIST,yyvsp[-1].n));                                  yyval.f = mkfnode(2,I_IFUNC,yyvsp[-4].f,mkfnode(1,I_LIST,yyvsp[-1].n));
                         }                          }
 break;      break;
 case 74:  case 74:
 #line 341 "parse.y"  #line 347 "parse.y"
 { yyval.f = mkfnode(1,I_CAR,yyvsp[-1].f); }  { yyval.f = mkfnode(1,I_CAR,yyvsp[-1].f); }
 break;      break;
 case 75:  case 75:
 #line 343 "parse.y"  #line 349 "parse.y"
 { yyval.f = mkfnode(1,I_CDR,yyvsp[-1].f); }  { yyval.f = mkfnode(1,I_CDR,yyvsp[-1].f); }
 break;      break;
 case 76:  case 76:
 #line 345 "parse.y"  #line 351 "parse.y"
 { yyval.f = mkfnode(1,I_PAREN,yyvsp[-1].f); }  { yyval.f = mkfnode(1,I_PAREN,yyvsp[-1].f); }
 break;      break;
 case 77:  case 77:
 #line 347 "parse.y"  #line 353 "parse.y"
 {  {
                                 if ( main_parser || allow_create_var )                                  if ( main_parser || allow_create_var )
                                         yyval.f = mkfnode(2,I_PVAR,makepvar(yyvsp[0].p),0);                                          yyval.f = mkfnode(2,I_PVAR,makepvar(yyvsp[0].p),0);
Line 1550  case 77:
Line 1723  case 77:
                                                 yyval.f = mkfnode(2,I_PVAR,ind,0);                                                  yyval.f = mkfnode(2,I_PVAR,ind,0);
                                 }                                  }
                         }                          }
 break;      break;
 case 78:  case 78:
 #line 360 "parse.y"  #line 366 "parse.y"
 {  {
                                 if ( yyvsp[-3].f->id == I_PVAR || yyvsp[-3].f->id == I_INDEX ) {                                  if ( yyvsp[-3].f->id == I_PVAR || yyvsp[-3].f->id == I_INDEX ) {
                                         appendtonode((NODE)yyvsp[-3].f->arg[1],(pointer)yyvsp[-1].f,&a);                                          appendtonode((NODE)yyvsp[-3].f->arg[1],(pointer)yyvsp[-1].f,&a);
Line 1562  case 78:
Line 1735  case 78:
                                         yyval.f = mkfnode(2,I_INDEX,(pointer)yyvsp[-3].f,a);                                          yyval.f = mkfnode(2,I_INDEX,(pointer)yyvsp[-3].f,a);
                                 }                                  }
                         }                          }
 break;      break;
 case 79:  case 79:
 #line 370 "parse.y"  #line 376 "parse.y"
 { yyval.f = mkfnode(2,I_POINT,yyvsp[-2].f,yyvsp[0].p); }  { yyval.f = mkfnode(2,I_POINT,yyvsp[-2].f,yyvsp[0].p); }
 break;      break;
 case 80:  case 80:
 #line 373 "parse.y"  #line 379 "parse.y"
 { yyval.f = yyvsp[0].f; }  { yyval.f = yyvsp[0].f; }
 break;      break;
 case 81:  case 81:
 #line 375 "parse.y"  #line 381 "parse.y"
 { yyval.f = mkfnode(3,I_CAST,structtoindex(yyvsp[-2].p),yyvsp[0].f,0); }  { yyval.f = mkfnode(3,I_CAST,structtoindex(yyvsp[-2].p),yyvsp[0].f,0); }
 break;      break;
 case 82:  case 82:
 #line 377 "parse.y"  #line 383 "parse.y"
 { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 83:  case 83:
 #line 379 "parse.y"  #line 385 "parse.y"
 { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f)); }  { yyval.f = mkfnode(2,I_ASSPVAR,yyvsp[-2].f,mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f)); }
 break;      break;
 case 84:  case 84:
 #line 381 "parse.y"  #line 387 "parse.y"
 { yyval.f = mkfnode(2,I_POSTSELF,yyvsp[0].p,yyvsp[-1].f); }  { yyval.f = mkfnode(2,I_POSTSELF,yyvsp[0].p,yyvsp[-1].f); }
 break;      break;
 case 85:  case 85:
 #line 383 "parse.y"  #line 389 "parse.y"
 { yyval.f = mkfnode(2,I_PRESELF,yyvsp[-1].p,yyvsp[0].f); }  { yyval.f = mkfnode(2,I_PRESELF,yyvsp[-1].p,yyvsp[0].f); }
 break;      break;
 case 86:  case 86:
 #line 385 "parse.y"  #line 391 "parse.y"
 { yyval.f = mkfnode(1,I_LIST,yyvsp[-1].n); }  { yyval.f = mkfnode(1,I_LIST,yyvsp[-1].n); }
 break;      break;
 case 87:  case 87:
 #line 387 "parse.y"  #line 393 "parse.y"
 { yyval.f = yyvsp[0].f; }  { yyval.f = yyvsp[0].f; }
 break;      break;
 case 88:  case 88:
 #line 389 "parse.y"  #line 395 "parse.y"
 { yyval.f = mkfnode(1,I_MINUS,yyvsp[0].f); }  { yyval.f = mkfnode(1,I_MINUS,yyvsp[0].f); }
 break;      break;
 case 89:  case 89:
 #line 391 "parse.y"  #line 397 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 90:  case 90:
 #line 393 "parse.y"  #line 399 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 91:  case 91:
 #line 395 "parse.y"  #line 401 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 92:  case 92:
 #line 397 "parse.y"  #line 403 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 93:  case 93:
 #line 399 "parse.y"  #line 405 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 94:  case 94:
 #line 401 "parse.y"  #line 407 "parse.y"
 { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_BOP,yyvsp[-1].p,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 95:  case 95:
 #line 403 "parse.y"  #line 409 "parse.y"
 { yyval.f = mkfnode(3,I_COP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_COP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 96:  case 96:
 #line 405 "parse.y"  #line 411 "parse.y"
 { yyval.f = mkfnode(1,I_NOT,yyvsp[0].f); }  { yyval.f = mkfnode(1,I_NOT,yyvsp[0].f); }
 break;      break;
 case 97:  case 97:
 #line 407 "parse.y"  #line 413 "parse.y"
 { yyval.f = mkfnode(2,I_OR,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(2,I_OR,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 98:  case 98:
 #line 409 "parse.y"  #line 415 "parse.y"
 { yyval.f = mkfnode(2,I_AND,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(2,I_AND,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 99:  case 99:
 #line 411 "parse.y"  #line 417 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[0].f,0); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[0].f,0); }
 break;      break;
 case 100:  case 100:
 #line 413 "parse.y"  #line 419 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 101:  case 101:
 #line 415 "parse.y"  #line 421 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 102:  case 102:
 #line 417 "parse.y"  #line 423 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 103:  case 103:
 #line 419 "parse.y"  #line 425 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 104:  case 104:
 #line 421 "parse.y"  #line 427 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 105:  case 105:
 #line 423 "parse.y"  #line 429 "parse.y"
 { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_LOP,yyvsp[-1].i,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 106:  case 106:
 #line 425 "parse.y"  #line 431 "parse.y"
 { yyval.f = mkfnode(3,I_CE,yyvsp[-4].f,yyvsp[-2].f,yyvsp[0].f); }  { yyval.f = mkfnode(3,I_CE,yyvsp[-4].f,yyvsp[-2].f,yyvsp[0].f); }
 break;      break;
 case 107:  case 107:
 #line 427 "parse.y"  #line 433 "parse.y"
 { yyval.f = mkfnode(1,I_EV,yyvsp[-1].n); }  { yyval.f = mkfnode(1,I_EV,yyvsp[-1].n); }
 break;      break;
 case 108:  case 108:
 #line 429 "parse.y"  #line 435 "parse.y"
 { yyval.f = mkfnode(1,I_NEWCOMP,(int)structtoindex(yyvsp[-1].p)); }  { yyval.f = mkfnode(1,I_NEWCOMP,(int)structtoindex(yyvsp[-1].p)); }
 break;      break;
 case 109:  case 109:
 #line 431 "parse.y"  #line 437 "parse.y"
 { MKQUOTE(quote,yyvsp[-1].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }  { MKQUOTE(quote,yyvsp[-1].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }
 break;      break;
 case 110:  case 110:
 #line 433 "parse.y"  #line 439 "parse.y"
 { MKQUOTE(quote,yyvsp[0].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }  { MKQUOTE(quote,yyvsp[0].f); yyval.f = mkfnode(1,I_FORMULA,(pointer)quote); }
 break;      break;
 #line 1695 "y.tab.c"  }
     }  
     yyssp -= yym;  #line 705 "/usr/share/bison/bison.simple"
     yystate = *yyssp;  
     yyvsp -= yym;  
     yym = yylhs[yyn];    yyvsp -= yylen;
     if (yystate == 0 && yym == 0)    yyssp -= yylen;
     {  #if YYLSP_NEEDED
 #if YYDEBUG    yylsp -= yylen;
         if (yydebug)  
             printf("%sdebug: after reduction, shifting from state 0 to\  
  state %d\n", YYPREFIX, YYFINAL);  
 #endif  #endif
         yystate = YYFINAL;  
         *++yyssp = YYFINAL;  
         *++yyvsp = yyval;  
         if (yychar < 0)  
         {  
             if ((yychar = yylex()) < 0) yychar = 0;  
 #if YYDEBUG  #if YYDEBUG
             if (yydebug)    if (yydebug)
             {      {
                 yys = 0;        short *yyssp1 = yyss - 1;
                 if (yychar <= YYMAXTOKEN) yys = yyname[yychar];        YYFPRINTF (stderr, "state stack now");
                 if (!yys) yys = "illegal-symbol";        while (yyssp1 != yyssp)
                 printf("%sdebug: state %d, reading %d (%s)\n",          YYFPRINTF (stderr, " %d", *++yyssp1);
                         YYPREFIX, YYFINAL, yychar, yys);        YYFPRINTF (stderr, "\n");
             }      }
 #endif  #endif
         }  
         if (yychar == 0) goto yyaccept;    *++yyvsp = yyval;
         goto yyloop;  #if YYLSP_NEEDED
     *++yylsp = yyloc;
   #endif
   
     /* Now `shift' the result of the reduction.  Determine what state
        that goes to, based on the state we popped back to and the rule
        number reduced by.  */
   
     yyn = yyr1[yyn];
   
     yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
     if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
       yystate = yytable[yystate];
     else
       yystate = yydefgoto[yyn - YYNTBASE];
   
     goto yynewstate;
   
   
   /*------------------------------------.
   | yyerrlab -- here on detecting error |
   `------------------------------------*/
   yyerrlab:
     /* If not already recovering from an error, report this error.  */
     if (!yyerrstatus)
       {
         ++yynerrs;
   
   #ifdef YYERROR_VERBOSE
         yyn = yypact[yystate];
   
         if (yyn > YYFLAG && yyn < YYLAST)
           {
             YYSIZE_T yysize = 0;
             char *yymsg;
             int yyx, yycount;
   
             yycount = 0;
             /* Start YYX at -YYN if negative to avoid negative indexes in
                YYCHECK.  */
             for (yyx = yyn < 0 ? -yyn : 0;
                  yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
               if (yycheck[yyx + yyn] == yyx)
                 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
             yysize += yystrlen ("parse error, unexpected ") + 1;
             yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
             yymsg = (char *) YYSTACK_ALLOC (yysize);
             if (yymsg != 0)
               {
                 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
                 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
   
                 if (yycount < 5)
                   {
                     yycount = 0;
                     for (yyx = yyn < 0 ? -yyn : 0;
                          yyx < (int) (sizeof (yytname) / sizeof (char *));
                          yyx++)
                       if (yycheck[yyx + yyn] == yyx)
                         {
                           const char *yyq = ! yycount ? ", expecting " : " or ";
                           yyp = yystpcpy (yyp, yyq);
                           yyp = yystpcpy (yyp, yytname[yyx]);
                           yycount++;
                         }
                   }
                 yyerror (yymsg);
                 YYSTACK_FREE (yymsg);
               }
             else
               yyerror ("parse error; also virtual memory exhausted");
           }
         else
   #endif /* defined (YYERROR_VERBOSE) */
           yyerror ("parse error");
     }      }
     if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 &&    goto yyerrlab1;
             yyn <= YYTABLESIZE && yycheck[yyn] == yystate)  
         yystate = yytable[yyn];  
     else  /*--------------------------------------------------.
         yystate = yydgoto[yym];  | yyerrlab1 -- error raised explicitly by an action |
   `--------------------------------------------------*/
   yyerrlab1:
     if (yyerrstatus == 3)
       {
         /* If just tried and failed to reuse lookahead token after an
            error, discard it.  */
   
         /* return failure if at end of input */
         if (yychar == YYEOF)
           YYABORT;
         YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
                     yychar, yytname[yychar1]));
         yychar = YYEMPTY;
       }
   
     /* Else will try to reuse lookahead token after shifting the error
        token.  */
   
     yyerrstatus = 3;              /* Each real token shifted decrements this */
   
     goto yyerrhandle;
   
   
   /*-------------------------------------------------------------------.
   | yyerrdefault -- current state does not do anything special for the |
   | error token.                                                       |
   `-------------------------------------------------------------------*/
   yyerrdefault:
   #if 0
     /* This is wrong; only states that explicitly want error tokens
        should shift them.  */
   
     /* If its default is to accept any token, ok.  Otherwise pop it.  */
     yyn = yydefact[yystate];
     if (yyn)
       goto yydefault;
   #endif
   
   
   /*---------------------------------------------------------------.
   | yyerrpop -- pop the current state because it cannot handle the |
   | error token                                                    |
   `---------------------------------------------------------------*/
   yyerrpop:
     if (yyssp == yyss)
       YYABORT;
     yyvsp--;
     yystate = *--yyssp;
   #if YYLSP_NEEDED
     yylsp--;
   #endif
   
 #if YYDEBUG  #if YYDEBUG
     if (yydebug)    if (yydebug)
         printf("%sdebug: after reduction, shifting from state %d \      {
 to state %d\n", YYPREFIX, *yyssp, yystate);        short *yyssp1 = yyss - 1;
         YYFPRINTF (stderr, "Error: state stack now");
         while (yyssp1 != yyssp)
           YYFPRINTF (stderr, " %d", *++yyssp1);
         YYFPRINTF (stderr, "\n");
       }
 #endif  #endif
     if (yyssp >= yysslim && yygrowstack())  
   /*--------------.
   | yyerrhandle.  |
   `--------------*/
   yyerrhandle:
     yyn = yypact[yystate];
     if (yyn == YYFLAG)
       goto yyerrdefault;
   
     yyn += YYTERROR;
     if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
       goto yyerrdefault;
   
     yyn = yytable[yyn];
     if (yyn < 0)
     {      {
         goto yyoverflow;        if (yyn == YYFLAG)
           goto yyerrpop;
         yyn = -yyn;
         goto yyreduce;
     }      }
     *++yyssp = yystate;    else if (yyn == 0)
     *++yyvsp = yyval;      goto yyerrpop;
     goto yyloop;  
 yyoverflow:    if (yyn == YYFINAL)
     yyerror("yacc stack overflow");      YYACCEPT;
 yyabort:  
     return (1);    YYDPRINTF ((stderr, "Shifting error token, "));
 yyaccept:  
     return (0);    *++yyvsp = yylval;
   #if YYLSP_NEEDED
     *++yylsp = yylloc;
   #endif
   
     yystate = yyn;
     goto yynewstate;
   
   
   /*-------------------------------------.
   | yyacceptlab -- YYACCEPT comes here.  |
   `-------------------------------------*/
   yyacceptlab:
     yyresult = 0;
     goto yyreturn;
   
   /*-----------------------------------.
   | yyabortlab -- YYABORT comes here.  |
   `-----------------------------------*/
   yyabortlab:
     yyresult = 1;
     goto yyreturn;
   
   /*---------------------------------------------.
   | yyoverflowab -- parser overflow comes here.  |
   `---------------------------------------------*/
   yyoverflowlab:
     yyerror ("parser stack overflow");
     yyresult = 2;
     /* Fall through.  */
   
   yyreturn:
   #ifndef yyoverflow
     if (yyss != yyssa)
       YYSTACK_FREE (yyss);
   #endif
     return yyresult;
 }  }
   #line 441 "parse.y"
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>