3 /* A Bison parser, made from %%filename
 
   4    by GNU bison %%version.  */
 
   6 /* Skeleton output parser for bison,
 
   7    Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc.
 
   9    This program is free software; you can redistribute it and/or modify
 
  10    it under the terms of the GNU General Public License as published by
 
  11    the Free Software Foundation; either version 2, or (at your option)
 
  14    This program is distributed in the hope that it will be useful,
 
  15    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  17    GNU General Public License for more details.
 
  19    You should have received a copy of the GNU General Public License
 
  20    along with this program; if not, write to the Free Software
 
  21    Foundation, Inc., 59 Temple Place - Suite 330,
 
  22    Boston, MA 02111-1307, USA.  */
 
  24 /* As a special exception, when this file is copied by Bison into a
 
  25    Bison output file, you may use that output file without restriction.
 
  26    This special exception was added by the Free Software Foundation
 
  27    in version 1.24 of Bison.  */
 
  29 /* This is the parser code that is written into each bison parser when
 
  30    the %semantic_parser declaration is not specified in the grammar.
 
  31    It was written by Richard Stallman by simplifying the hairy parser
 
  32    used when %semantic_parser is specified.  */
 
  42 #ifndef YYSTACK_USE_ALLOCA
 
  44 #  define YYSTACK_USE_ALLOCA 1
 
  45 # else /* alloca not defined */
 
  47 #   define YYSTACK_USE_ALLOCA 1
 
  48 #   define alloca __builtin_alloca
 
  49 #  else /* not GNU C.  */
 
  50 #   if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
 
  51 #    define YYSTACK_USE_ALLOCA 1
 
  53 #   else /* not sparc */
 
  54      /* We think this test detects Watcom and Microsoft C.  */
 
  55      /* This used to test MSDOS, but that is a bad idea since that
 
  56         symbol is in the user namespace.  */
 
  57 #    if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
 
  59        /* No need for malloc.h, which pollutes the namespace; instead,
 
  60           just don't use alloca.  */
 
  63 #    else /* not MSDOS, or __TURBOC__ */
 
  65        /* I don't know what this was needed for, but it pollutes the
 
  66           namespace.  So I turned it off.  rms, 2 May 1997.  */
 
  67        /* #include <malloc.h>  */
 
  69 #      define YYSTACK_USE_ALLOCA 1
 
  70 #     else /* not MSDOS, or __TURBOC__, or _AIX */
 
  72         /* haible@ilog.fr says this works for HPUX 9.05 and up, and on
 
  73            HPUX 10.  Eventually we can turn this on.  */
 
  75 #        define YYSTACK_USE_ALLOCA 1
 
  76 #        define alloca __builtin_alloca
 
  79 #     endif /* not _AIX */
 
  80 #    endif /* not MSDOS, or __TURBOC__ */
 
  81 #   endif /* not sparc */
 
  82 #  endif /* not GNU C */
 
  83 # endif /* alloca not defined */
 
  84 #endif /* YYSTACK_USE_ALLOCA not defined */
 
  86 #if YYSTACK_USE_ALLOCA
 
  87 # define YYSTACK_ALLOC alloca
 
  89 # define YYSTACK_ALLOC malloc
 
  92 #define YYBISON 1       /* Identify Bison output.  */
 
  93 #define YYPURE  %%pure  /* Identify pure parsers.  */
 
  96 # define YYDEBUG %%debug
 
 100 # define YYSTYPE %%stype
 
 104 typedef struct yyltype
 
 111 # define YYLTYPE %%ltype
 
 114 #ifndef YYERROR_VERBOSE
 
 115 # define YYERROR_VERBOSE %%verbose
 
 121 #define YYFINAL         %%final
 
 122 #define YYFLAG          %%flag
 
 123 #define YYNTBASE        %%ntbase
 
 124 #define YYLAST          %%last
 
 126 #define YYNTOKENS       %%ntokens
 
 127 #define YYNNTS          %%nnts
 
 128 #define YYNRULES        %%nrules
 
 129 #define YYNSTATES       %%nstates
 
 130 #define YYMAXUTOK       %%maxtok
 
 132 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX.  */
 
 133 #define YYTRANSLATE(x) ((unsigned)(x) <= %%maxtok ? yytranslate[x] : %%nsym)
 
 135 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX.  */
 
 136 static const char yytranslate[] =
 
 142 static const short yyprhs[] =
 
 147 static const short yyrhs[] =
 
 152 /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
 
 153 static const short yyrline[] =
 
 159 #if YYDEBUG || YYERROR_VERBOSE
 
 160 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
 
 161 static const char* const yytname[] =
 
 167 /* YYTOKNUM[YYN] -- Index in YYTNAME corresponding to YYLEX.  */
 
 168 static const short yytoknum[] =
 
 173 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
 
 174 static const short yyr1[] =
 
 179 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
 
 180 static const short yyr2[] =
 
 185 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
 
 186    doesn't specify something else to do.  Zero means the default is an
 
 188 static const short yydefact[] =
 
 193 static const short yydefgoto[] =
 
 198 static const short yypact[] =
 
 203 static const short yypgoto[] =
 
 208 static const short yytable[] =
 
 213 static const short yycheck[] =
 
 218 #define yyerrok         (yyerrstatus = 0)
 
 219 #define yyclearin       (%%yychar = YYEMPTY)
 
 223 #define YYACCEPT        goto yyacceptlab
 
 224 #define YYABORT         goto yyabortlab
 
 225 #define YYERROR         goto yyerrlab1
 
 227 /* Like YYERROR except do call yyerror.  This remains here temporarily
 
 228    to ease the transition to the new meaning of YYERROR, for GCC.
 
 229    Once GCC version 2 has supplanted version 1, this can go.  */
 
 231 #define YYFAIL          goto yyerrlab
 
 233 #define YYRECOVERING()  (!!yyerrstatus)
 
 235 #define YYBACKUP(Token, Value)                                  \
 
 237   if (%%yychar == YYEMPTY && yylen == 1)                        \
 
 239       %%yychar = (Token);                                       \
 
 240       %%yylval = (Value);                                       \
 
 241       yychar1 = YYTRANSLATE (%%yychar);                         \
 
 247       %%yyerror ("syntax error: cannot back up");               \
 
 253 #define YYERRCODE       256
 
 255 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
 
 258    When YYLLOC_DEFAULT is run, CURRENT is set the location of the
 
 259    first token.  By default, to implement support for ranges, extend
 
 260    its range to the last symbol.  */
 
 262 #ifndef YYLLOC_DEFAULT
 
 263 # define YYLLOC_DEFAULT(Current, Rhs, N)        \
 
 264    Current.last_line   = Rhs[N].last_line;      \
 
 265    Current.last_column = Rhs[N].last_column;
 
 268 /* YYLEX -- calling `yylex' with the right arguments.  */
 
 273 #   define YYLEX                %%yylex (&%%yylval, &yylloc, YYLEX_PARAM)
 
 275 #   define YYLEX                %%yylex (&%%yylval, &yylloc)
 
 277 # else /* !YYLSP_NEEDED */
 
 279 #   define YYLEX                %%yylex (&%%yylval, YYLEX_PARAM)
 
 281 #   define YYLEX                %%yylex (&%%yylval)
 
 283 # endif /* !YYLSP_NEEDED */
 
 285 # define YYLEX                  %%yylex ()
 
 288 /* Enable debugging if requested.  */
 
 290 # define YYDPRINTF(Args)                        \
 
 295 /* Nonzero means print parse trace. [The following comment makes no
 
 296    sense to me.  Could someone clarify it?  --akim] Since this is
 
 297    uninitialized, it does not stop multiple parsers from coexisting.
 
 301 # define YYDPRINTF(Args)
 
 302 #endif /* !YYDEBUG */
 
 304 /* YYINITDEPTH -- initial size of the parser's stacks.  */
 
 306 # define YYINITDEPTH %%initdepth
 
 309 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
 
 310    if the built-in stack extension method is used).  */
 
 316 # define YYMAXDEPTH %%maxdepth
 
 321 /* Define __yy_memcpy.  Note that the size argument
 
 322    should be passed with type unsigned int, because that is what the non-GCC
 
 323    definitions require.  With GCC, __builtin_memcpy takes an arg
 
 324    of type size_t, but it can handle unsigned int.  */
 
 326 #if __GNUC__ > 1                /* GNU C and GNU C++ define this.  */
 
 327 # define __yy_memcpy(To, From, Count)   __builtin_memcpy (To, From, Count)
 
 328 #else                           /* not GNU C or C++ */
 
 330 /* This is the most reliable way to avoid incompatibilities
 
 331    in available built-in functions on various systems.  */
 
 334 __yy_memcpy (to, from, count)
 
 338 # else /* __cplusplus */
 
 339 __yy_memcpy (char *to, const char *from, unsigned int count)
 
 342   register const char *f = from;
 
 343   register char *t = to;
 
 344   register int i = count;
 
 353 #line %%line "%%filename"
 
 355 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
 
 356    into yyparse.  The argument should have type void *.
 
 357    It should actually point to an object.
 
 358    Grammar actions can access the variable by casting it
 
 359    to the proper pointer type.  */
 
 363 #  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
 
 364 #  define YYPARSE_PARAM_DECL
 
 365 # else /* !__cplusplus */
 
 366 #  define YYPARSE_PARAM_ARG YYPARSE_PARAM
 
 367 #  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
 
 368 # endif /* !__cplusplus */
 
 369 #else /* !YYPARSE_PARAM */
 
 370 # define YYPARSE_PARAM_ARG
 
 371 # define YYPARSE_PARAM_DECL
 
 372 #endif /* !YYPARSE_PARAM */
 
 374 /* Prevent warning if -Wstrict-prototypes.  */
 
 376 # ifdef YYPARSE_PARAM
 
 377 int %%yyparse (void *);
 
 379 int %%yyparse (void);
 
 383 /* YY_DECL_VARIABLES -- depending whether we use a pure parser,
 
 384    variables are global, or local to YYPARSE.  */
 
 386 #define _YY_DECL_VARIABLES                              \
 
 387 /* The lookahead symbol.  */                            \
 
 390 /* The semantic value of the lookahead symbol. */       \
 
 393 /* Number of parse errors so far.  */                   \
 
 397 # define YY_DECL_VARIABLES                      \
 
 400 /* Location data for the lookahead symbol.  */  \
 
 403 # define YY_DECL_VARIABLES                      \
 
 407 /* If nonreentrant, generate the variables here. */
 
 414 %%yyparse (YYPARSE_PARAM_ARG)
 
 417   /* If reentrant, generate the variables here. */
 
 422   register int yystate;
 
 424   /* Number of tokens to shift before error messages enabled.  */
 
 426   /* Lookahead token as an internal (translated) token number.  */
 
 429   /* Three stacks and their tools:
 
 430      `yyss': related to states,
 
 431      `yysv': related to semantic values,
 
 432      `yyls': related to locations.
 
 434      Refer to the stacks thru separate pointers, to allow yyoverflow
 
 435      to reallocate them elsewhere.  */
 
 437   /* The state stack. */
 
 438   short yyssa[YYINITDEPTH];
 
 440   register short *yyssp;
 
 442   /* The semantic value stack.  */
 
 443   YYSTYPE yyvsa[YYINITDEPTH];
 
 444   YYSTYPE *yyvs = yyvsa;
 
 445   register YYSTYPE *yyvsp;
 
 448   /* The location stack.  */
 
 449   YYLTYPE yylsa[YYINITDEPTH];
 
 450   YYLTYPE *yyls = yylsa;
 
 455 # define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
 
 457 # define YYPOPSTACK   (yyvsp--, yyssp--)
 
 460   int yystacksize = YYINITDEPTH;
 
 461   int yyfree_stacks = 0;
 
 463   /* The variables used to return semantic value and location from the
 
 470   /* When reducing, the number of symbols on the RHS of the reduced
 
 474   YYDPRINTF ((stderr, "Starting parse\n"));
 
 479   %%yychar = YYEMPTY;           /* Cause a token to be read.  */
 
 481   /* Initialize stack pointers.
 
 482      Waste one element of value and location stack
 
 483      so that they stay on the same level as the state stack.
 
 484      The wasted elements are never initialized.  */
 
 493 /*------------------------------------------------------------.
 
 494 | yynewstate -- Push a new state, which is found in yystate.  |
 
 495 `------------------------------------------------------------*/
 
 497   /* In all cases, when you get here, the value and location stacks
 
 498      have just been pushed. so pushing a state here evens the stacks.
 
 505   if (yyssp >= yyss + yystacksize - 1)
 
 507       /* Give user a chance to reallocate the stack. Use copies of
 
 508          these so that the &'s don't force the real ones into memory.
 
 510       YYSTYPE *yyvs1 = yyvs;
 
 513       YYLTYPE *yyls1 = yyls;
 
 516       /* Get the current used size of the three stacks, in elements.  */
 
 517       int size = yyssp - yyss + 1;
 
 520       /* Each stack pointer address is followed by the size of the
 
 521          data in use in that stack, in bytes.  */
 
 523       /* This used to be a conditional around just the two extra args,
 
 524          but that might be undefined if yyoverflow is a macro.  */
 
 525       yyoverflow ("parser stack overflow",
 
 526                   &yyss1, size * sizeof (*yyssp),
 
 527                   &yyvs1, size * sizeof (*yyvsp),
 
 528                   &yyls1, size * sizeof (*yylsp),
 
 531       yyoverflow ("parser stack overflow",
 
 532                   &yyss1, size * sizeof (*yyssp),
 
 533                   &yyvs1, size * sizeof (*yyvsp),
 
 537       yyss = yyss1; yyvs = yyvs1;
 
 541 #else /* no yyoverflow */
 
 542       /* Extend the stack our own way.  */
 
 543       if (yystacksize >= YYMAXDEPTH)
 
 545           %%yyerror ("parser stack overflow");
 
 557       if (yystacksize > YYMAXDEPTH)
 
 558         yystacksize = YYMAXDEPTH;
 
 559 # if !YYSTACK_USE_ALLOCA
 
 562       yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
 
 563       __yy_memcpy ((char *)yyss, (char *)yyss1,
 
 564                    size * (unsigned int) sizeof (*yyssp));
 
 565       yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
 
 566       __yy_memcpy ((char *)yyvs, (char *)yyvs1,
 
 567                    size * (unsigned int) sizeof (*yyvsp));
 
 569       yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
 
 570       __yy_memcpy ((char *)yyls, (char *)yyls1,
 
 571                    size * (unsigned int) sizeof (*yylsp));
 
 573 #endif /* no yyoverflow */
 
 575       yyssp = yyss + size - 1;
 
 576       yyvsp = yyvs + size - 1;
 
 578       yylsp = yyls + size - 1;
 
 581       YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize));
 
 583       if (yyssp >= yyss + yystacksize - 1)
 
 587   YYDPRINTF ((stderr, "Entering state %d\n", yystate));
 
 596 /* Do appropriate processing given the current state.  */
 
 597 /* Read a lookahead token if we need one and don't already have one.  */
 
 600   /* First try to decide what to do without reference to lookahead token.  */
 
 602   yyn = yypact[yystate];
 
 606   /* Not known => get a lookahead token if don't already have one.  */
 
 608   /* yychar is either YYEMPTY or YYEOF
 
 609      or a valid token in external form.  */
 
 611   if (%%yychar == YYEMPTY)
 
 613       YYDPRINTF ((stderr, "Reading a token: "));
 
 617   /* Convert token to internal form (in yychar1) for indexing tables with */
 
 619   if (%%yychar <= 0)            /* This means end of input. */
 
 622       %%yychar = YYEOF;         /* Don't call YYLEX any more */
 
 624       YYDPRINTF ((stderr, "Now at end of input.\n"));
 
 628       yychar1 = YYTRANSLATE (%%yychar);
 
 631      /* We have to keep this `#if YYDEBUG', since we use variables
 
 632         which are defined only if `YYDEBUG' is set.  */
 
 635           fprintf (stderr, "Next token is %d (%s", %%yychar, yytname[yychar1]);
 
 636           /* Give the individual parser a way to print the precise
 
 637              meaning of a token, for further debugging info.  */
 
 639           YYPRINT (stderr, %%yychar, %%yylval);
 
 641           fprintf (stderr, ")\n");
 
 647   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
 
 652   /* yyn is what to do for this token type in this state.
 
 653      Negative => reduce, -yyn is rule number.
 
 654      Positive => shift, yyn is new state.
 
 655        New state is final state => don't bother to shift,
 
 657      0, or most negative number => error.  */
 
 672   /* Shift the lookahead token.  */
 
 673   YYDPRINTF ((stderr, "Shifting token %d (%s), ", %%yychar, yytname[yychar1]));
 
 675   /* Discard the token being shifted unless it is eof.  */
 
 676   if (%%yychar != YYEOF)
 
 684   /* Count tokens shifted since error; after three, turn off error
 
 693 /*-----------------------------------------------------------.
 
 694 | yydefault -- do the default action for the current state.  |
 
 695 `-----------------------------------------------------------*/
 
 697   yyn = yydefact[yystate];
 
 703 /*-----------------------------.
 
 704 | yyreduce -- Do a reduction.  |
 
 705 `-----------------------------*/
 
 707   /* yyn is the number of a rule to reduce with.  */
 
 710   /* If YYLEN is nonzero, implement the default value of the action:
 
 713      Otherwise, the following line sets YYVAL to the semantic value of
 
 714      the lookahead token.  This behavior is undocumented and Bison
 
 715      users should not rely upon it.  Assigning to YYVAL
 
 716      unconditionally makes the parser a bit smaller, and it avoids a
 
 717      GCC warning that YYVAL may be used uninitialized.  */
 
 718   yyval = yyvsp[1-yylen];
 
 721   /* Similarly for the default location.  Let the user run additional
 
 722      commands if for instance locations are ranges.  */
 
 723   yyloc = yylsp[1-yylen];
 
 724   YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
 
 728   /* We have to keep this `#if YYDEBUG', since we use variables which
 
 729      are defined only if `YYDEBUG' is set.  */
 
 734       fprintf (stderr, "Reducing via rule %d (line %d), ",
 
 737       /* Print the symbols being reduced, and their result.  */
 
 738       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
 
 739         fprintf (stderr, "%s ", yytname[yyrhs[i]]);
 
 740       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
 
 745       %%action /* The action file replaces this line. */
 
 747 #line %%line "%%filename"
 
 758       short *ssp1 = yyss - 1;
 
 759       fprintf (stderr, "state stack now");
 
 760       while (ssp1 != yyssp)
 
 761         fprintf (stderr, " %d", *++ssp1);
 
 762       fprintf (stderr, "\n");
 
 771   /* Now `shift' the result of the reduction.  Determine what state
 
 772      that goes to, based on the state we popped back to and the rule
 
 773      number reduced by.  */
 
 777   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
 
 778   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
 
 779     yystate = yytable[yystate];
 
 781     yystate = yydefgoto[yyn - YYNTBASE];
 
 786 /*------------------------------------.
 
 787 | yyerrlab -- here on detecting error |
 
 788 `------------------------------------*/
 
 790   /* If not already recovering from an error, report this error.  */
 
 796       yyn = yypact[yystate];
 
 798       if (yyn > YYFLAG && yyn < YYLAST)
 
 805           /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
 
 806           for (x = (yyn < 0 ? -yyn : 0);
 
 807                x < (int) (sizeof (yytname) / sizeof (char *)); x++)
 
 808             if (yycheck[x + yyn] == x)
 
 809               size += strlen (yytname[x]) + 15, count++;
 
 810           size += strlen ("parse error, unexpected `") + 1;
 
 811           size += strlen (yytname[YYTRANSLATE (%%yychar)]);
 
 812           msg = (char *) malloc (size);
 
 815               strcpy (msg, "parse error, unexpected `");
 
 816               strcat (msg, yytname[YYTRANSLATE (%%yychar)]);
 
 822                   for (x = (yyn < 0 ? -yyn : 0);
 
 823                          x < (int) (sizeof (yytname) / sizeof (char *)); x++)
 
 824                     if (yycheck[x + yyn] == x)
 
 826                         strcat (msg, count == 0 ? ", expecting `" : " or `");
 
 827                         strcat (msg, yytname[x]);
 
 836             %%yyerror ("parse error; also virtual memory exceeded");
 
 839 #endif /* YYERROR_VERBOSE */
 
 840         %%yyerror ("parse error");
 
 845 /*--------------------------------------------------.
 
 846 | yyerrlab1 -- error raised explicitly by an action |
 
 847 `--------------------------------------------------*/
 
 849   if (yyerrstatus == 3)
 
 851       /* If just tried and failed to reuse lookahead token after an
 
 852          error, discard it.  */
 
 854       /* return failure if at end of input */
 
 855       if (%%yychar == YYEOF)
 
 857       YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
 
 858                   %%yychar, yytname[yychar1]));
 
 862   /* Else will try to reuse lookahead token after shifting the error
 
 865   yyerrstatus = 3;              /* Each real token shifted decrements this */
 
 870 /*-------------------------------------------------------------------.
 
 871 | yyerrdefault -- current state does not do anything special for the |
 
 873 `-------------------------------------------------------------------*/
 
 876   /* This is wrong; only states that explicitly want error tokens
 
 877      should shift them.  */
 
 879   /* If its default is to accept any token, ok.  Otherwise pop it.  */
 
 880   yyn = yydefact[yystate];
 
 886 /*---------------------------------------------------------------.
 
 887 | yyerrpop -- pop the current state because it cannot handle the |
 
 889 `---------------------------------------------------------------*/
 
 902       short *ssp1 = yyss - 1;
 
 903       fprintf (stderr, "Error: state stack now");
 
 904       while (ssp1 != yyssp)
 
 905         fprintf (stderr, " %d", *++ssp1);
 
 906       fprintf (stderr, "\n");
 
 914   yyn = yypact[yystate];
 
 919   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
 
 936   YYDPRINTF ((stderr, "Shifting error token, "));
 
 947 /*-------------------------------------.
 
 948 | yyacceptlab -- YYACCEPT comes here.  |
 
 949 `-------------------------------------*/
 
 962 /*-----------------------------------.
 
 963 | yyabortlab -- YYABORT comes here.  |
 
 964 `-----------------------------------*/