1 m4_divert(-1) -*- C
-*-
4 # Yacc compatible skeleton for Bison
5 # Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
23 # b4_lhs_value([TYPE])
24 # --------------------
25 # Expansion of $<TYPE>$.
26 m4_define([b4_lhs_value
],
27 [yyval
[]m4_ifval([$
1], [.$
1])])
30 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
31 # --------------------------------------
32 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
34 m4_define([b4_rhs_value
],
35 [yyvsp@
<:@
m4_eval([$
2 - $
1])@
:>@
m4_ifval([$
3], [.$
3])])
43 # b4_location_if(IF-TRUE, IF-FALSE)
44 # ---------------------------------
45 # Expand IF-TRUE, if locations are used, IF-FALSE otherwise.
46 m4_define([b4_location_if
],
47 [m4_if(b4_locations_flag
, [1],
55 m4_define([b4_lhs_location
],
59 # b4_rhs_location(RULE-LENGTH, NUM)
60 # ---------------------------------
61 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
63 m4_define([b4_rhs_location
],
64 [yylsp@
<:@
m4_eval([$
2 - $
1])@
:>@
])
72 # b4_pure_if(IF-TRUE, IF-FALSE)
73 # -----------------------------
74 # Expand IF-TRUE, if %pure-parser, IF-FALSE otherwise.
75 m4_define([b4_pure_if
],
81 ## ------------------- ##
82 ## Output file names. ##
83 ## ------------------- ##
85 m4_define_default([b4_input_suffix
], [.y
])
87 m4_define_default([b4_output_parser_suffix
],
88 [m4_translit(b4_input_suffix
, [yY
], [cC
])])
90 m4_define_default([b4_output_parser_name
],
91 [b4_output_prefix
[]b4_output_infix
[]b4_output_parser_suffix
[]])
94 m4_define_default([b4_output_header_suffix
],
95 [m4_translit(b4_input_suffix
, [yY
], [hH
])])
97 m4_define_default([b4_output_header_name
],
98 [b4_output_prefix
[]b4_output_infix
[]b4_output_header_suffix
[]])
100 m4_define_default([b4_header_guard
],
101 [m4_bpatsubst(m4_toupper([BISON_
]b4_output_header_name
),
102 [[^ABCDEFGHIJKLMNOPQRSTUVWXYZ
]], [_
])])
106 ## --------------------------------------------------------- ##
107 ## Defining symbol actions, e.g., printers and destructors. ##
108 ## --------------------------------------------------------- ##
110 # b4_symbol_actions(FILENAME, LINENO,
111 # SYMBOL-TAG, SYMBOL-NUM,
112 # SYMBOL-ACTION, SYMBOL-TYPENAME)
113 # -------------------------------------------------
114 m4_define([b4_symbol_actions
],
115 [m4_pushdef([b4_dollar_dollar
], [yyvalue
.$
6])dnl
116 m4_pushdef([b4_at_dollar
], [yylocation
])dnl
120 #line __oline__ "__ofile__"
122 m4_popdef([b4_at_dollar
])dnl
123 m4_popdef([b4_dollar_dollar
])dnl
129 #output "b4_output_parser_name"
130 b4_copyright([Skeleton parser
for Yacc
-like parsing with Bison
],
131 [1984, 1989, 1990, 2000, 2001, 2002])
133 /* As a special exception, when this file is copied by Bison into a
134 Bison output file, you may use that output file without restriction.
135 This special exception was added by the Free Software Foundation
136 in version 1.24 of Bison. */
138 /* Written by Richard Stallman by simplifying the original so called
139 ``semantic'' parser. */
141 /* All symbols defined below should begin with yy or YY, to avoid
142 infringing on user name space. This should be done even for local
143 variables, as they might otherwise be expanded by user macros.
144 There are some unavoidable exceptions within include files to
145 define necessary library symbols; they are noted "INFRINGES ON
146 USER NAME SPACE" below. */
148 /* Identify Bison output. */
152 #define YYPURE b4_pure
154 /* Using locations. */
155 #define YYLSP_NEEDED b4_locations_flag
157 m4_if(b4_prefix
[], [yy
], [],
158 [/* If NAME_PREFIX is specified substitute the variables and functions
160 #define yyparse b4_prefix[]parse
161 #define yylex b4_prefix[]lex
162 #define yyerror b4_prefix[]error
163 #define yylval b4_prefix[]lval
164 #define yychar b4_prefix[]char
165 #define yydebug b4_prefix[]debug
166 #define yynerrs b4_prefix[]nerrs
167 b4_location_if([#define yylloc b4_prefix[]lloc])])
169 /* Copy the first part of user declarations. */
172 b4_token_defines(b4_tokens
)
174 /* Enabling traces. */
176 # define YYDEBUG b4_debug
179 /* Enabling verbose error messages. */
180 #ifdef YYERROR_VERBOSE
181 # undef YYERROR_VERBOSE
182 # define YYERROR_VERBOSE 1
184 # define YYERROR_VERBOSE b4_error_verbose
189 [#line b4_stype_line "b4_filename"
190 typedef union b4_stype yystype
;
191 /* Line __line__ of __file__. */
192 #line __oline__ "__ofile__"],
193 [typedef int yystype
;])
194 # define YYSTYPE yystype
195 # define YYSTYPE_IS_TRIVIAL 1
199 typedef struct yyltype
206 # define YYLTYPE b4_ltype
207 # define YYLTYPE_IS_TRIVIAL 1
210 /* Copy the second part of user declarations. */
213 /* Line __line__ of __file__. */
214 #line __oline__ "__ofile__"
216 #if ! defined (yyoverflow) || YYERROR_VERBOSE
218 /* The parser invokes alloca or malloc; define the necessary symbols. */
220 # if YYSTACK_USE_ALLOCA
221 # define YYSTACK_ALLOC alloca
223 # ifndef YYSTACK_USE_ALLOCA
224 # if defined (alloca) || defined (_ALLOCA_H)
225 # define YYSTACK_ALLOC alloca
228 # define YYSTACK_ALLOC __builtin_alloca
234 # ifdef YYSTACK_ALLOC
235 /* Pacify GCC's `empty if-body' warning. */
236 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
238 # if defined (__STDC__) || defined (__cplusplus)
239 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
240 # define YYSIZE_T size_t
242 # define YYSTACK_ALLOC malloc
243 # define YYSTACK_FREE free
245 #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
248 #if (! defined (yyoverflow) \
249 && (! defined (__cplusplus) \
250 || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
252 /* A type that is properly aligned for any stack member. */
257 b4_location_if([ YYLTYPE yyls
;
261 /* The size of the maximum gap between one aligned stack and the next. */
262 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
264 /* The size of an array large to enough to hold all stacks, each with
267 [# define YYSTACK_BYTES(N) \
268 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
269 + 2 * YYSTACK_GAP_MAX)],
270 [# define YYSTACK_BYTES(N) \
271 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
274 /* Copy COUNT objects from FROM to TO. The source and destination do
278 # define YYCOPY(To, From, Count) \
279 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
281 # define YYCOPY(To, From, Count) \
284 register YYSIZE_T yyi; \
285 for (yyi = 0; yyi < (Count); yyi++) \
286 (To)[[yyi]] = (From)[[yyi]]; \
292 /* Relocate STACK from its old location to the new one. The
293 local variables YYSIZE and YYSTACKSIZE give the old and new number of
294 elements in the stack, and YYPTR gives the new location of the
295 stack. Advance YYPTR to a properly aligned location for the next
297 # define YYSTACK_RELOCATE(Stack) \
300 YYSIZE_T yynewbytes; \
301 YYCOPY (&yyptr->Stack, Stack, yysize); \
302 Stack = &yyptr->Stack; \
303 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
304 yyptr += yynewbytes / sizeof (*yyptr); \
310 /* YYFINAL -- State number of the termination state. */
311 #define YYFINAL b4_final_state_number
312 #define YYLAST b4_last
314 /* YYNTOKENS -- Number of terminals. */
315 #define YYNTOKENS b4_tokens_number
316 /* YYNNTS -- Number of nonterminals. */
317 #define YYNNTS b4_nterms_number
318 /* YYNRULES -- Number of rules. */
319 #define YYNRULES b4_rules_number
320 /* YYNRULES -- Number of states. */
321 #define YYNSTATES b4_states_number
323 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
324 #define YYUNDEFTOK b4_undef_token_number
325 #define YYMAXUTOK b4_user_token_number_max
327 #define YYTRANSLATE(X) \
328 ((unsigned)(X) <= YYMAXUTOK ? yytranslate[[X]] : YYUNDEFTOK)
330 /* YYTRANSLATE[[YYLEX]] -- Bison symbol number corresponding to YYLEX. */
331 static const b4_int_type_for([b4_translate
]) yytranslate
[[]] =
337 /* YYPRHS[[YYN]] -- Index of the first RHS symbol of rule number YYN in
339 static const b4_int_type_for([b4_prhs
]) yyprhs
[[]] =
344 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
345 static const b4_int_type_for([b4_rhs
]) yyrhs
[[]] =
350 /* YYRLINE[[YYN]] -- source line where rule number YYN was defined. */
351 static const b4_int_type_for([b4_rline
]) yyrline
[[]] =
357 #if YYDEBUG || YYERROR_VERBOSE
358 /* YYTNME[[SYMBOL-NUM]] -- String name of the symbol SYMBOL-NUM.
359 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
360 static const char *const yytname
[[]] =
367 /* YYTOKNUM[[YYLEX-NUM]] -- Internal token number corresponding to
369 static const b4_int_type_for([b4_toknum
]) yytoknum
[[]] =
375 /* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives. */
376 static const b4_int_type_for([b4_r1
]) yyr1
[[]] =
381 /* YYR2[[YYN]] -- Number of symbols composing right hand side of rule YYN. */
382 static const b4_int_type_for([b4_r2
]) yyr2
[[]] =
387 /* YYDEFACT[[STATE-NAME]] -- Default rule to reduce with in state
388 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
389 means the default is an error. */
390 static const b4_int_type_for([b4_defact
]) yydefact
[[]] =
395 /* YYDEFGOTO[[NTERM-NUM]]. */
396 static const b4_int_type_for([b4_defgoto
]) yydefgoto
[[]] =
401 /* YYPACT[[STATE-NUM]] -- Index in YYTABLE of the portion describing
403 #define YYPACT_NINF b4_pact_ninf
404 static const b4_int_type_for([b4_pact
]) yypact
[[]] =
409 /* YYPGOTO[[NTERM-NUM]]. */
410 static const b4_int_type_for([b4_pgoto
]) yypgoto
[[]] =
415 /* YYTABLE[[YYPACT[STATE-NUM]]]. What to do in state STATE-NUM. If
416 positive, shift that token. If negative, reduce the rule which
417 number is the opposite. If zero, do what YYDEFACT says. */
418 #define YYTABLE_NINF b4_table_ninf
419 static const b4_int_type_for([b4_table
]) yytable
[[]] =
424 static const b4_int_type_for([b4_check
]) yycheck
[[]] =
429 /* YYSTOS[[STATE-NUM]] -- The (internal number of the) accessing
430 symbol of state STATE-NUM. */
431 static const b4_int_type_for([b4_stos
]) yystos
[[]] =
436 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
437 # define YYSIZE_T __SIZE_TYPE__
439 #if ! defined (YYSIZE_T) && defined (size_t)
440 # define YYSIZE_T size_t
442 #if ! defined (YYSIZE_T)
443 # if defined (__STDC__) || defined (__cplusplus)
444 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
445 # define YYSIZE_T size_t
448 #if ! defined (YYSIZE_T)
449 # define YYSIZE_T unsigned int
452 #define yyerrok (yyerrstatus = 0)
453 #define yyclearin (yychar = YYEMPTY)
457 #define YYACCEPT goto yyacceptlab
458 #define YYABORT goto yyabortlab
459 #define YYERROR goto yyerrlab1
461 /* Like YYERROR except do call yyerror. This remains here temporarily
462 to ease the transition to the new meaning of YYERROR, for GCC.
463 Once GCC version 2 has supplanted version 1, this can go. */
465 #define YYFAIL goto yyerrlab
467 #define YYRECOVERING() (!!yyerrstatus)
469 #define YYBACKUP(Token, Value) \
471 if (yychar == YYEMPTY && yylen == 1) \
475 yychar1 = YYTRANSLATE (yychar); \
481 yyerror ("syntax error: cannot back up"); \
487 #define YYERRCODE 256
489 /* YYLLOC_DEFAULT -- Compute the default location (before the actions
492 #ifndef YYLLOC_DEFAULT
493 # define YYLLOC_DEFAULT(Current, Rhs, N) \
494 Current.first_line = Rhs[[1]].first_line; \
495 Current.first_column = Rhs[[1]].first_column; \
496 Current.last_line = Rhs[[N]].last_line; \
497 Current.last_column = Rhs[[N]].last_column;
500 /* YYLEX -- calling `yylex' with the right arguments. */
504 # define YYLEX yylex (&yylval[]b4_location_if([, &yylloc]), YYLEX_PARAM)
506 # define YYLEX yylex (&yylval[]b4_location_if([, &yylloc]))
508 [#define YYLEX yylex ()])
510 /* Enable debugging if requested. */
514 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
515 # define YYFPRINTF fprintf
518 # define YYDPRINTF(Args) \
523 # define YYDSYMPRINT(Args) \
528 /* Nonzero means print parse trace. It is left uninitialized so that
529 multiple parsers can coexist. */
532 # define YYDPRINTF(Args)
533 # define YYDSYMPRINT(Args)
534 #endif /* !YYDEBUG */
536 /* YYINITDEPTH -- initial size of the parser's stacks. */
538 # define YYINITDEPTH b4_initdepth
541 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
542 if the built-in stack extension method is used).
544 Do not make this value too large; the results are undefined if
545 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
546 evaluated with infinite-precision integer arithmetic. */
553 # define YYMAXDEPTH b4_maxdepth
561 # if defined (__GLIBC__) && defined (_STRING_H)
562 # define yystrlen strlen
564 /* Return the length of YYSTR. */
566 # if defined (__STDC__) || defined (__cplusplus)
567 yystrlen (const char *yystr
)
573 register const char *yys
= yystr
;
575 while (*yys
++ != '\0')
578 return yys
- yystr
- 1;
584 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
585 # define yystpcpy stpcpy
587 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
590 # if defined (__STDC__) || defined (__cplusplus)
591 yystpcpy (char *yydest
, const char *yysrc
)
593 yystpcpy (yydest
, yysrc
)
598 register char *yyd
= yydest
;
599 register const char *yys
= yysrc
;
601 while ((*yyd
++ = *yys
++) != '\0')
609 #endif /* !YYERROR_VERBOSE */
614 /*-----------------------------.
615 | Print this symbol on YYOUT. |
616 `-----------------------------*/
618 b4_c_function([yysymprint
],
622 [[YYSTYPE
], [yyvalue
]]b4_location_if([,
623 [[YYLTYPE
], [yylocation
]]]))
625 /* Pacify ``unused variable'' warnings. */
627 b4_location_if([ (void) yylocation
;
630 if (yytype
< YYNTOKENS
)
632 YYFPRINTF (yyout
, "token %s (", yytname
[[yytype]]);
634 YYPRINT (yyout
, yytoknum
[[yytype]], yyvalue
);
638 YYFPRINTF (yyout
, "nterm %s (", yytname
[[yytype]]);
642 m4_map([b4_symbol_actions
], m4_defn([b4_symbol_printers
]))dnl
646 YYFPRINTF (yyout
, ")");
648 #endif /* YYDEBUG. */
651 /*----------------------------------------------------------.
652 | yyreport_parse_error -- report a parse error in YYSTATE. |
653 `----------------------------------------------------------*/
655 b4_c_function([yyreport_parse_error
],
659 [[YYSTYPE
], [yyvalue
]]b4_location_if([,
660 [[YYLTYPE
], [yylloc
]]]))
663 int yyn
= yypact
[yystate
];
665 if (YYPACT_NINF
< yyn
&& yyn
< YYLAST
)
668 int yytype
= YYTRANSLATE (yychar
);
673 /* Start YYX at -YYN if negative to avoid negative indexes in
675 for (yyx
= yyn
< 0 ? -yyn
: 0;
676 yyx
< (int) (sizeof (yytname
) / sizeof (char *)); yyx
++)
677 if (yycheck
[yyx
+ yyn
] == yyx
&& yyx
!= YYTERROR
)
678 yysize
+= yystrlen (yytname
[yyx
]) + 15, yycount
++;
679 yysize
+= yystrlen ("parse error, unexpected ") + 1;
680 yysize
+= yystrlen (yytname
[yytype
]);
681 yymsg
= (char *) YYSTACK_ALLOC (yysize
);
684 char *yyp
= yystpcpy (yymsg
, "parse error, unexpected ");
685 yyp
= yystpcpy (yyp
, yytname
[yytype
]);
690 for (yyx
= yyn
< 0 ? -yyn
: 0;
691 yyx
< (int) (sizeof (yytname
) / sizeof (char *));
693 if (yycheck
[yyx
+ yyn
] == yyx
&& yyx
!= YYTERROR
)
695 const char *yyq
= ! yycount
? ", expecting " : " or ";
696 yyp
= yystpcpy (yyp
, yyq
);
697 yyp
= yystpcpy (yyp
, yytname
[yyx
]);
702 YYSTACK_FREE (yymsg
);
705 yyerror ("parse error; also virtual memory exhausted");
708 #endif /* YYERROR_VERBOSE */
709 yyerror ("parse error");
711 /* Pacify ``unused variable'' warnings. */
715 ]b4_location_if([(void) yylloc
;])[
719 /*-----------------------------------------------.
720 | Release the memory associated to this symbol. |
721 `-----------------------------------------------*/
723 b4_c_function([yydestruct
],
726 [[YYSTYPE
], [yyvalue
]]b4_location_if([,
727 [[YYLTYPE
], [yylocation
]]]))
729 /* Pacify ``unused variable'' warnings. */
731 b4_location_if([ (void) yylocation
;
736 m4_map([b4_symbol_actions
], m4_defn([b4_symbol_destructors
]))dnl
744 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
745 into yyparse. The argument should have type void *.
746 It should actually point to an object.
747 Grammar actions can access the variable by casting it
748 to the proper pointer type. */
751 # if defined (__STDC__) || defined (__cplusplus)
752 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
753 # define YYPARSE_PARAM_DECL
755 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
756 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
758 #else /* !YYPARSE_PARAM */
759 # define YYPARSE_PARAM_ARG
760 # define YYPARSE_PARAM_DECL
761 #endif /* !YYPARSE_PARAM */
763 /* Prevent warning if -Wstrict-prototypes. */
765 # ifdef YYPARSE_PARAM
766 int yyparse (void *);
772 m4_divert_push([KILL
])# ======================== M4 code.
773 # b4_declare_parser_variables
774 # ---------------------------
775 # Declare the variables that are global, or local to YYPARSE if
777 m4_define([b4_declare_parser_variables
],
778 [/* The lookahead symbol. */
781 /* The semantic value of the lookahead symbol. */
784 /* Number of parse errors so far. */
785 int yynerrs
;b4_location_if([
786 /* Location data for the lookahead symbol. */
789 m4_divert_pop([KILL
])dnl
# ====================== End of M4 code.
792 [b4_declare_parser_variables
])
795 yyparse (YYPARSE_PARAM_ARG
)
798 ]b4_pure_if([b4_declare_parser_variables
])[
799 register int yystate
;
802 /* Number of tokens to shift before error messages enabled. */
804 /* Lookahead token as an internal (translated) token number. */
807 /* Three stacks and their tools:
808 `yyss': related to states,
809 `yyvs': related to semantic values,
810 `yyls': related to locations.
812 Refer to the stacks thru separate pointers, to allow yyoverflow
813 to reallocate them elsewhere. */
815 /* The state stack. */
816 short yyssa
[YYINITDEPTH
];
818 register short *yyssp
;
820 /* The semantic value stack. */
821 YYSTYPE yyvsa
[YYINITDEPTH
];
822 YYSTYPE
*yyvs
= yyvsa
;
823 register YYSTYPE
*yyvsp
;
826 [[ /* The location stack. */
827 YYLTYPE yylsa
[YYINITDEPTH
];
828 YYLTYPE
*yyls
= yylsa
;
831 #define YYPOPSTACK (yyvsp--, yyssp--]b4_location_if([, yylsp--])[)
833 YYSIZE_T yystacksize
= YYINITDEPTH
;
835 /* The variables used to return semantic value and location from the
838 ]b4_location_if([ YYLTYPE yyloc
;])[
840 /* When reducing, the number of symbols on the RHS of the reduced
844 YYDPRINTF ((stderr
, "Starting parse\n"));
849 yychar
= YYEMPTY
; /* Cause a token to be read. */
851 /* Initialize stack pointers.
852 Waste one element of value and location stack
853 so that they stay on the same level as the state stack.
854 The wasted elements are never initialized. */
858 ]b4_location_if([ yylsp
= yyls
;])[
861 /*------------------------------------------------------------.
862 | yynewstate -- Push a new state, which is found in yystate. |
863 `------------------------------------------------------------*/
865 /* In all cases, when you get here, the value and location stacks
866 have just been pushed. so pushing a state here evens the stacks.
873 if (yyssp
>= yyss
+ yystacksize
- 1)
875 /* Get the current used size of the three stacks, in elements. */
876 YYSIZE_T yysize
= yyssp
- yyss
+ 1;
880 /* Give user a chance to reallocate the stack. Use copies of
881 these so that the &'s don't force the real ones into
883 YYSTYPE
*yyvs1
= yyvs
;
885 ]b4_location_if([ YYLTYPE
*yyls1
= yyls
;])[
887 /* Each stack pointer address is followed by the size of the
888 data in use in that stack, in bytes. This used to be a
889 conditional around just the two extra args, but that might
890 be undefined if yyoverflow is a macro. */
891 yyoverflow ("parser stack overflow",
892 &yyss1
, yysize
* sizeof (*yyssp
),
893 &yyvs1
, yysize
* sizeof (*yyvsp
),
894 ]b4_location_if([ &yyls1
, yysize
* sizeof (*yylsp
),])[
896 ]b4_location_if([ yyls
= yyls1
;])[
900 #else /* no yyoverflow */
901 # ifndef YYSTACK_RELOCATE
904 /* Extend the stack our own way. */
905 if (yystacksize
>= YYMAXDEPTH
)
908 if (yystacksize
> YYMAXDEPTH
)
909 yystacksize
= YYMAXDEPTH
;
913 union yyalloc
*yyptr
=
914 (union yyalloc
*) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize
));
917 YYSTACK_RELOCATE (yyss
);
918 YYSTACK_RELOCATE (yyvs
);
919 ]b4_location_if([ YYSTACK_RELOCATE (yyls
);])[
920 # undef YYSTACK_RELOCATE
922 YYSTACK_FREE (yyss1
);
925 #endif /* no yyoverflow */
927 yyssp
= yyss
+ yysize
- 1;
928 yyvsp
= yyvs
+ yysize
- 1;
929 ]b4_location_if([ yylsp
= yyls
+ yysize
- 1;])[
931 YYDPRINTF ((stderr
, "Stack size increased to %lu\n",
932 (unsigned long int) yystacksize
));
934 if (yyssp
>= yyss
+ yystacksize
- 1)
938 YYDPRINTF ((stderr
, "Entering state %d\n", yystate
));
947 /* Do appropriate processing given the current state. */
948 /* Read a lookahead token if we need one and don't already have one. */
951 /* First try to decide what to do without reference to lookahead token. */
953 yyn
= yypact
[yystate
];
954 if (yyn
== YYPACT_NINF
)
957 /* Not known => get a lookahead token if don't already have one. */
959 /* yychar is either YYEMPTY or YYEOF
960 or a valid token in external form. */
962 if (yychar
== YYEMPTY
)
964 YYDPRINTF ((stderr
, "Reading a token: "));
968 /* Convert token to internal form (in yychar1) for indexing tables with. */
970 if (yychar
<= 0) /* This means end of input. */
973 yychar
= YYEOF
; /* Don't call YYLEX any more. */
975 YYDPRINTF ((stderr
, "Now at end of input.\n"));
979 yychar1
= YYTRANSLATE (yychar
);
981 /* We have to keep this `#if YYDEBUG', since we use variables
982 which are defined only if `YYDEBUG' is set. */
983 YYDPRINTF ((stderr
, "Next token is "));
984 YYDSYMPRINT ((stderr
, yychar1
, yylval
]b4_location_if([, yyloc
])[));
985 YYDPRINTF ((stderr
, "\n"));
989 if (yyn
< 0 || YYLAST
< yyn
|| yycheck
[yyn
] != yychar1
)
994 /* yyn is what to do for this token type in this state.
995 Negative => reduce, -yyn is rule number.
996 Positive => shift, yyn is new state.
997 New state is final state => don't bother to shift,
999 0, or most negative number => error. */
1003 if (yyn
== YYTABLE_NINF
)
1014 /* Shift the lookahead token. */
1015 YYDPRINTF ((stderr
, "Shifting token %d (%s), ",
1016 yychar
, yytname
[yychar1
]));
1018 /* Discard the token being shifted unless it is eof. */
1019 if (yychar
!= YYEOF
)
1023 ]b4_location_if([ *++yylsp
= yylloc
;])[
1025 /* Count tokens shifted since error; after three, turn off error
1034 /*-----------------------------------------------------------.
1035 | yydefault -- do the default action for the current state. |
1036 `-----------------------------------------------------------*/
1038 yyn
= yydefact
[yystate
];
1044 /*-----------------------------.
1045 | yyreduce -- Do a reduction. |
1046 `-----------------------------*/
1048 /* yyn is the number of a rule to reduce with. */
1051 /* If YYLEN is nonzero, implement the default value of the action:
1054 Otherwise, the following line sets YYVAL to garbage.
1055 This behavior is undocumented and Bison
1056 users should not rely upon it. Assigning to YYVAL
1057 unconditionally makes the parser a bit smaller, and it avoids a
1058 GCC warning that YYVAL may be used uninitialized. */
1059 yyval
= yyvsp
[1-yylen
];
1062 [ /* Default location. */
1063 YYLLOC_DEFAULT (yyloc
, (yylsp
- yylen
), yylen
);])[
1066 /* We have to keep this `#if YYDEBUG', since we use variables which
1067 are defined only if `YYDEBUG' is set. */
1072 YYFPRINTF (stderr
, "Reducing via rule %d (line %d), ",
1073 yyn
- 1, yyrline
[yyn
]);
1075 /* Print the symbols being reduced, and their result. */
1076 for (yyi
= yyprhs
[yyn
]; yyrhs
[yyi
] >= 0; yyi
++)
1077 YYFPRINTF (stderr
, "%s ", yytname
[yyrhs
[yyi
]]);
1078 YYFPRINTF (stderr
, " -> %s\n", yytname
[yyr1
[yyn
]]);
1086 /* Line __line__ of __file__. */
1087 #line __oline__ "__ofile__"
1091 ]b4_location_if([ yylsp
-= yylen
;])[
1096 short *yyssp1
= yyss
- 1;
1097 YYFPRINTF (stderr
, "state stack now");
1098 while (yyssp1
!= yyssp
)
1099 YYFPRINTF (stderr
, " %d", *++yyssp1
);
1100 YYFPRINTF (stderr
, "\n");
1105 ]b4_location_if([ *++yylsp
= yyloc
;])[
1107 /* Now `shift' the result of the reduction. Determine what state
1108 that goes to, based on the state we popped back to and the rule
1109 number reduced by. */
1113 yystate
= yypgoto
[yyn
- YYNTOKENS
] + *yyssp
;
1114 if (0 <= yystate
&& yystate
<= YYLAST
&& yycheck
[yystate
] == *yyssp
)
1115 yystate
= yytable
[yystate
];
1117 yystate
= yydefgoto
[yyn
- YYNTOKENS
];
1122 /*------------------------------------.
1123 | yyerrlab -- here on detecting error |
1124 `------------------------------------*/
1126 /* If not already recovering from an error, report this error. */
1130 yyreport_parse_error (yystate
, yychar
, yylval
]b4_location_if([, yylloc
])[);
1135 /*----------------------------------------------------.
1136 | yyerrlab1 -- error raised explicitly by an action. |
1137 `----------------------------------------------------*/
1139 if (yyerrstatus
== 3)
1141 /* If just tried and failed to reuse lookahead token after an
1142 error, discard it. */
1144 /* Return failure if at end of input. */
1145 if (yychar
== YYEOF
)
1147 /* Pop the error token. */
1149 /* Pop the rest of the stack. */
1150 while (yyssp
> yyss
)
1152 YYDPRINTF ((stderr
, "Error: popping "));
1153 YYDSYMPRINT ((stderr
,
1155 *yyvsp
]b4_location_if([, *yylsp
])[));
1156 YYDPRINTF ((stderr
, "\n"));
1157 yydestruct (yystos
[*yyssp
], *yyvsp
]b4_location_if([, *yylsp
])[);
1163 YYDPRINTF ((stderr
, "Discarding token %d (%s).\n",
1164 yychar
, yytname
[yychar1
]));
1165 yydestruct (yychar1
, yylval
]b4_location_if([, yylloc
])[);
1169 /* Else will try to reuse lookahead token after shifting the error
1172 yyerrstatus
= 3; /* Each real token shifted decrements this. */
1176 yyn
= yypact
[yystate
];
1177 if (yyn
!= YYPACT_NINF
)
1180 if (0 <= yyn
&& yyn
<= YYLAST
&& yycheck
[yyn
] == YYTERROR
)
1188 /* Pop the current state because it cannot handle the error token. */
1192 YYDPRINTF ((stderr
, "Error: popping "));
1193 YYDSYMPRINT ((stderr
,
1194 yystos
[*yyssp
], *yyvsp
]b4_location_if([, *yylsp
])[));
1195 YYDPRINTF ((stderr
, "\n"));
1197 yydestruct (yystos
[yystate
], *yyvsp
]b4_location_if([, *yylsp
])[);
1200 ]b4_location_if([ yylsp
--;])[
1205 short *yyssp1
= yyss
- 1;
1206 YYFPRINTF (stderr
, "Error: state stack now");
1207 while (yyssp1
!= yyssp
)
1208 YYFPRINTF (stderr
, " %d", *++yyssp1
);
1209 YYFPRINTF (stderr
, "\n");
1217 YYDPRINTF ((stderr
, "Shifting error token, "));
1220 ]b4_location_if([ *++yylsp
= yylloc
;])[
1226 /*-------------------------------------.
1227 | yyacceptlab -- YYACCEPT comes here. |
1228 `-------------------------------------*/
1233 /*-----------------------------------.
1234 | yyabortlab -- YYABORT comes here. |
1235 `-----------------------------------*/
1241 /*----------------------------------------------.
1242 | yyoverflowlab -- parser overflow comes here. |
1243 `----------------------------------------------*/
1245 yyerror ("parser stack overflow");
1253 YYSTACK_FREE (yyss
);
1260 m4_if(b4_defines_flag
, 0, [],
1261 [#output "b4_output_header_name"
1262 b4_copyright([Skeleton parser
for Yacc
-like parsing with Bison
],
1263 [1984, 1989, 1990, 2000, 2001, 2002])
1265 /* As a special exception, when this file is copied by Bison into a
1266 Bison output file, you may use that output file without restriction.
1267 This special exception was added by the Free Software Foundation
1268 in version 1.24 of Bison. */
1270 #ifndef b4_header_guard
1271 # define b4_header_guard
1273 b4_token_defines(b4_tokens
)
1276 m4_ifdef([b4_stype
],
1277 [#line b4_stype_line "b4_filename"
1278 typedef union b4_stype yystype
;
1279 /* Line __line__ of __file__. */
1280 #line __oline__ "__ofile__"],
1281 [typedef int yystype
;])
1282 # define YYSTYPE yystype
1286 [extern YYSTYPE b4_prefix
[]lval
;])
1290 typedef struct yyltype
1297 # define YYLTYPE yyltype
1301 [extern YYLTYPE b4_prefix
[]lloc
;])
1303 #endif /* not b4_header_guard */