1 m4_divert(-1) -*- C
-*-
3 # GLR skeleton for Bison
4 # Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 ## ---------------- ##
24 ## ---------------- ##
27 m4_define_default([b4_stack_depth_max
], [10000])
28 m4_define_default([b4_stack_depth_init
], [200])
32 ## ------------------------ ##
33 ## Pure/impure interfaces. ##
34 ## ------------------------ ##
39 # Accumule in b4_lex_param all the yylex arguments.
40 # Yes, this is quite ugly...
41 m4_define([b4_lex_param
],
42 m4_dquote(b4_pure_if([[[[YYSTYPE
*]], [[yylvalp]]][]dnl
43 b4_location_if([, [[YYLTYPE
*], [yyllocp
]]])])dnl
44 m4_ifdef([b4_lex_param
], [, ]b4_lex_param
)))
49 m4_define([b4_user_formals
],
50 [m4_ifset([b4_parse_param
], [, b4_c_ansi_formals(b4_parse_param
)])])
55 # Arguments passed to yyerror: user args plus yylloc.
56 m4_define([b4_yyerror_args
],
57 [b4_pure_if([b4_location_if([yylocp
, ])])dnl
58 m4_ifset([b4_parse_param
], [b4_c_args(b4_parse_param
), ])])
63 # Same as above, but on the look-ahead, hence yyllocp instead of yylocp.
64 m4_define([b4_lyyerror_args
],
65 [b4_pure_if([b4_location_if([yyllocp
, ])])dnl
66 m4_ifset([b4_parse_param
], [b4_c_args(b4_parse_param
), ])])
71 # Arguments needed by yyerror: user args plus yylloc.
72 m4_define([b4_pure_args
],
73 [b4_pure_if([b4_location_if([, yylocp
])])[]b4_user_args
])
78 # Arguments passed to yyerror: user formals plus yyllocp.
79 m4_define([b4_pure_formals
],
80 [b4_pure_if([b4_location_if([, YYLTYPE
*yylocp
])])[]b4_user_formals
])
85 # Same as above, but on the look-ahead, hence yyllocp instead of yylocp.
86 m4_define([b4_lpure_args
],
87 [b4_pure_if([b4_location_if([, yyllocp
])])[]b4_user_args
])
92 # Same as above, but on the look-ahead, hence yyllocp instead of yylocp.
93 m4_define([b4_lpure_formals
],
94 [b4_pure_if([b4_location_if([YYLTYPE
*yyllocp
])])[]b4_user_formals
])
97 ## ----------------- ##
98 ## Semantic Values. ##
99 ## ----------------- ##
102 # b4_lhs_value([TYPE])
103 # --------------------
104 # Expansion of $<TYPE>$.
105 m4_define([b4_lhs_value
],
106 [((*yyvalp
)[]m4_ifval([$
1], [.$
1]))])
109 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
110 # --------------------------------------
111 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
113 m4_define([b4_rhs_value
],
114 [(((yyGLRStackItem
const *)yyvsp
)@
{YYFILL (m4_eval([$
2 - $
1]))@
}.yystate
.yysemantics
.yysval
[]m4_ifval([$
3], [.$
3]))])
125 m4_define([b4_lhs_location
],
129 # b4_rhs_location(RULE-LENGTH, NUM)
130 # ---------------------------------
131 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
133 m4_define([b4_rhs_location
],
134 [(((yyGLRStackItem
const *)yyvsp
)@
{YYFILL (m4_eval([$
2 - $
1]))@
}.yystate
.yyloc
)])
136 # We do want M4 expansion after # for CPP macros.
139 @output @output_parser_name@
140 b4_copyright([Skeleton parser
for GLR parsing with Bison
],
141 [2002, 2003, 2004, 2005])
143 /* This is the parser code for GLR (Generalized LR) parser. */
146 m4_if(b4_prefix
[], [yy
], [],
147 [/* Substitute the variable and function names. */
148 #define yyparse b4_prefix[]parse
149 #define yylex b4_prefix[]lex
150 #define yyerror b4_prefix[]error
151 #define yylval b4_prefix[]lval
152 #define yychar b4_prefix[]char
153 #define yydebug b4_prefix[]debug
154 #define yynerrs b4_prefix[]nerrs
155 #define yylloc b4_prefix[]lloc])
157 b4_token_enums(b4_tokens
)
159 /* Copy the first part of user declarations. */
162 /* Enabling traces. */
164 # define YYDEBUG ]b4_debug[
167 /* Enabling verbose error messages. */
168 #ifdef YYERROR_VERBOSE
169 # undef YYERROR_VERBOSE
170 # define YYERROR_VERBOSE 1
172 # define YYERROR_VERBOSE ]b4_error_verbose[
175 /* Enabling the token table. */
176 #ifndef YYTOKEN_TABLE
177 # define YYTOKEN_TABLE ]b4_token_table[
180 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
181 ]m4_ifdef([b4_stype
],
182 [b4_syncline([b4_stype_line
], [b4_file_name
])
183 typedef union m4_bregexp(b4_stype
, [^{], [YYSTYPE
])b4_stype YYSTYPE
;
184 /* Line __line__ of glr.c. */
185 b4_syncline([@oline@
], [@ofile@
])],
186 [typedef int YYSTYPE
;])[
187 # define YYSTYPE_IS_DECLARED 1
188 # define YYSTYPE_IS_TRIVIAL 1
191 #if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED)
192 typedef struct YYLTYPE
203 # define YYLTYPE_IS_DECLARED 1
204 # define YYLTYPE_IS_TRIVIAL 1
207 /* Default (constant) value used for initialization for null
208 right-hand sides. Unlike the standard yacc.c template,
209 here we set the default value of $$ to a zeroed-out value.
210 Since the default value is undefined, this behavior is
211 technically correct. */
212 static YYSTYPE yyval_default
;
214 /* Copy the second part of user declarations. */
217 ]/* Line __line__ of glr.c. */
218 b4_syncline([@oline@
], [@ofile@
])
228 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
229 # define YY_(msgid) dgettext ("bison-runtime", msgid)
233 # define YY_(msgid) msgid
241 # define YYMALLOC malloc
244 # define YYREALLOC realloc
247 #define YYSIZEMAX ((size_t) -1)
252 typedef unsigned char yybool
;
259 # define YYJMP_BUF jmp_buf
260 # define YYSETJMP(env) setjmp (env)
261 # define YYLONGJMP(env, val) longjmp (env, val)
268 #ifndef __attribute__
269 /* This feature is available in gcc versions 2.5 and later. */
270 # if (!defined (__GNUC__) || __GNUC__ < 2 \
271 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__)
272 # define __attribute__(Spec) /* empty */
276 ]b4_location_if([#define YYOPTIONAL_LOC(Name) Name],[
278 # define YYOPTIONAL_LOC(Name) /* empty */
280 # define YYOPTIONAL_LOC(Name) Name __attribute__ ((__unused__))
284 # define YYASSERT(condition) ((void) ((condition) || (abort (), 0)))
287 /* YYFINAL -- State number of the termination state. */
288 #define YYFINAL ]b4_final_state_number[
289 /* YYLAST -- Last index in YYTABLE. */
290 #define YYLAST ]b4_last[
292 /* YYNTOKENS -- Number of terminals. */
293 #define YYNTOKENS ]b4_tokens_number[
294 /* YYNNTS -- Number of nonterminals. */
295 #define YYNNTS ]b4_nterms_number[
296 /* YYNRULES -- Number of rules. */
297 #define YYNRULES ]b4_rules_number[
298 /* YYNRULES -- Number of states. */
299 #define YYNSTATES ]b4_states_number[
300 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */
301 #define YYMAXRHS ]b4_r2_max[
302 /* YYMAXLEFT -- Maximum number of symbols to the left of a handle
303 accessed by $0, $-1, etc., in any rule. */
304 #define YYMAXLEFT ]b4_max_left_semantic_context[
306 /* YYTRANSLATE(X) -- Bison symbol number corresponding to X. */
307 #define YYUNDEFTOK ]b4_undef_token_number[
308 #define YYMAXUTOK ]b4_user_token_number_max[
310 #define YYTRANSLATE(YYX) \
311 ((YYX <= 0) ? YYEOF : \
312 (unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
314 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
315 static const ]b4_int_type_for([b4_translate
])[ yytranslate
[] =
321 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
323 static const ]b4_int_type_for([b4_prhs
])[ yyprhs
[] =
328 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
329 static const ]b4_int_type_for([b4_rhs
])[ yyrhs
[] =
334 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
335 static const ]b4_int_type_for([b4_rline
])[ yyrline
[] =
341 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
342 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
343 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
344 static const char *const yytname
[] =
350 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
351 static const ]b4_int_type_for([b4_r1
])[ yyr1
[] =
356 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
357 static const ]b4_int_type_for([b4_r2
])[ yyr2
[] =
362 /* YYDPREC[RULE-NUM] -- Dynamic precedence of rule #RULE-NUM (0 if none). */
363 static const ]b4_int_type_for([b4_dprec
])[ yydprec
[] =
368 /* YYMERGER[RULE-NUM] -- Index of merging function for rule #RULE-NUM. */
369 static const ]b4_int_type_for([b4_merger
])[ yymerger
[] =
374 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
375 doesn't specify something else to do. Zero means the default is an
377 static const ]b4_int_type_for([b4_defact
])[ yydefact
[] =
382 /* YYPDEFGOTO[NTERM-NUM]. */
383 static const ]b4_int_type_for([b4_defgoto
])[ yydefgoto
[] =
388 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
390 #define YYPACT_NINF ]b4_pact_ninf[
391 static const ]b4_int_type_for([b4_pact
])[ yypact
[] =
396 /* YYPGOTO[NTERM-NUM]. */
397 static const ]b4_int_type_for([b4_pgoto
])[ yypgoto
[] =
402 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
403 positive, shift that token. If negative, reduce the rule which
404 number is the opposite. If zero, do what YYDEFACT says.
405 If YYTABLE_NINF, syntax error. */
406 #define YYTABLE_NINF ]b4_table_ninf[
407 static const ]b4_int_type_for([b4_table
])[ yytable
[] =
412 /* YYCONFLP[YYPACT[STATE-NUM]] -- Pointer into YYCONFL of start of
413 list of conflicting reductions corresponding to action entry for
414 state STATE-NUM in yytable. 0 means no conflicts. The list in
415 yyconfl is terminated by a rule number of 0. */
416 static const ]b4_int_type_for([b4_conflict_list_heads
])[ yyconflp
[] =
418 ]b4_conflict_list_heads
[
421 /* YYCONFL[I] -- lists of conflicting rule numbers, each terminated by
422 0, pointed into by YYCONFLP. */
423 ]dnl Do
not use b4_int_type_for here
, since there are places where
424 dnl pointers onto yyconfl are taken
, which type is
"short int *".
425 dnl We probably ought to introduce a type
for confl
.
426 [static const short int yyconfl
[] =
428 ]b4_conflicting_rules
[
431 static const ]b4_int_type_for([b4_check
])[ yycheck
[] =
436 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
437 symbol of state STATE-NUM. */
438 static const ]b4_int_type_for([b4_stos
])[ yystos
[] =
444 /* Prevent warning if -Wmissing-prototypes. */
445 ]b4_c_ansi_function_decl([yyparse
], [int], b4_parse_param
)[
447 /* Error token number */
450 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
451 If N is 0, then set CURRENT to the empty location which ends
452 the previous symbol: RHS[0] (always defined). */
455 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
456 #ifndef YYLLOC_DEFAULT
457 # define YYLLOC_DEFAULT(Current, Rhs, N) \
461 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
462 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
463 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
464 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
468 (Current).first_line = (Current).last_line = \
469 YYRHSLOC (Rhs, 0).last_line; \
470 (Current).first_column = (Current).last_column = \
471 YYRHSLOC (Rhs, 0).last_column; \
475 /* YY_LOCATION_PRINT -- Print the location on the stream.
476 This macro was not mandated originally: define only if we know
477 we won't break user code: when these are the locations we know. */
479 # define YY_LOCATION_PRINT(File, Loc) \
480 fprintf (File, "%d.%d-%d.%d", \
481 (Loc).first_line, (Loc).first_column, \
482 (Loc).last_line, (Loc).last_column)
485 #ifndef YYLLOC_DEFAULT
486 # define YYLLOC_DEFAULT(Current, Rhs, N) ((void) 0)
490 #ifndef YY_LOCATION_PRINT
491 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
495 /* YYLEX -- calling `yylex' with the right arguments. */
496 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
501 #define yynerrs (yystack->yyerrcnt)
503 #define yychar (yystack->yyrawchar)],
511 static const int YYEOF
= 0;
512 static const int YYEMPTY
= -2;
514 typedef enum { yyok
, yyaccept
, yyabort
, yyerr
} YYRESULTTAG
;
517 do { YYRESULTTAG yyflag = YYE; if (yyflag != yyok) return yyflag; } \
523 # define YYFPUTC(Char, Stream) YYFPRINTF (Stream, "%c", Char)
524 # define YYFPUTS(Char, Stream) YYFPRINTF (Stream, "%s", String)
526 # define YYFPRINTF fprintf
527 # define YYFPUTC fputc
528 # define YYFPUTS fputs
531 # define YYDPRINTF(Args) \
537 # define YYDPUTS(String, Stream) \
540 YYFPUTS (String, Stream); \
543 ]b4_yysymprint_generate([b4_c_ansi_function_def
])[
545 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
549 YYFPRINTF (stderr, "%s ", Title); \
550 yysymprint (stderr, \
551 Type, Value]b4_location_if([, Location])[); \
552 YYFPUTC ('\n', stderr); \
556 /* Nonzero means print parse trace. It is left uninitialized so that
557 multiple parsers can coexist. */
562 # define YYDPUTS(String, File)
563 # define YYDPRINTF(Args)
564 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
566 #endif /* !YYDEBUG */
568 /* YYINITDEPTH -- initial size of the parser's stacks. */
570 # define YYINITDEPTH ]b4_stack_depth_init[
573 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
574 if the built-in stack extension method is used).
576 Do not make this value too large; the results are undefined if
577 SIZE_MAX < YYMAXDEPTH * sizeof (GLRStackItem)
578 evaluated with infinite-precision integer arithmetic. */
581 # define YYMAXDEPTH ]b4_stack_depth_max[
584 /* Minimum number of free items on the stack allowed after an
585 allocation. This is to allow allocation and initialization
586 to be completed by functions that call yyexpandGLRStack before the
587 stack is expanded, thus insuring that all necessary pointers get
588 properly redirected to new data. */
591 #ifndef YYSTACKEXPANDABLE
592 # if (! defined (__cplusplus) \
593 || (]b4_location_if([[defined (YYLTYPE_IS_TRIVIAL) && YYLTYPE_IS_TRIVIAL \
594 && ]])[defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL))
595 # define YYSTACKEXPANDABLE 1
597 # define YYSTACKEXPANDABLE 0
604 # if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
605 # define yystpcpy stpcpy
607 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
610 yystpcpy (char *yydest
, const char *yysrc
)
613 const char *yys
= yysrc
;
615 while ((*yyd
++ = *yys
++) != '\0')
624 /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
625 quotes and backslashes, so that it's suitable for yyerror. The
626 heuristic is that double-quoting is unnecessary unless the string
627 contains an apostrophe, a comma, or backslash (other than
628 backslash-backslash). YYSTR is taken from yytname. If YYRES is
629 null, do not copy; instead, return the length of what the result
632 yytnamerr (char *yyres
, const char *yystr
)
637 char const *yyp
= yystr
;
644 goto do_not_strip_quotes
;
648 goto do_not_strip_quotes
;
661 do_not_strip_quotes
: ;
665 return strlen (yystr
);
667 return yystpcpy (yyres
, yystr
) - yyres
;
671 #endif /* !YYERROR_VERBOSE */
673 /** State numbers, as in LALR(1) machine */
674 typedef int yyStateNum
;
676 /** Rule numbers, as in LALR(1) machine */
677 typedef int yyRuleNum
;
679 /** Grammar symbol */
680 typedef short int yySymbol
;
682 /** Item references, as in LALR(1) machine */
683 typedef short int yyItemNum
;
685 typedef struct yyGLRState yyGLRState
;
686 typedef struct yySemanticOption yySemanticOption
;
687 typedef union yyGLRStackItem yyGLRStackItem
;
688 typedef struct yyGLRStack yyGLRStack
;
689 typedef struct yyGLRStateSet yyGLRStateSet
;
692 /** Type tag: always true. */
694 /** Type tag for yysemantics. If true, yysval applies, otherwise
695 * yyfirstVal applies. */
697 /** Number of corresponding LALR(1) machine state. */
698 yyStateNum yylrState
;
699 /** Preceding state in this stack */
701 /** Source position of the first token produced by my symbol */
704 /** First in a chain of alternative reductions producing the
705 * non-terminal corresponding to this state, threaded through
707 yySemanticOption
* yyfirstVal
;
708 /** Semantic value for this state. */
711 /** Source location for this state. */
715 struct yyGLRStateSet
{
716 yyGLRState
** yystates
;
717 size_t yysize
, yycapacity
;
720 struct yySemanticOption
{
721 /** Type tag: always false. */
723 /** Rule number for this reduction */
725 /** The last RHS state in the list of states to be reduced. */
727 /** Next sibling in chain of options. To facilitate merging,
728 * options are chained in decreasing order by address. */
729 yySemanticOption
* yynext
;
732 /** Type of the items in the GLR stack. The yyisState field
733 * indicates which item of the union is valid. */
734 union yyGLRStackItem
{
736 yySemanticOption yyoption
;
741 ]b4_location_if([[ /* To compute the location of the error token. */
742 yyGLRStackItem yyerror_range
[3];]])[
749 YYJMP_BUF yyexception_buffer
;
750 yyGLRStackItem
* yyitems
;
751 yyGLRStackItem
* yynextFree
;
753 yyGLRState
* yysplitPoint
;
754 yyGLRState
* yylastDeleted
;
755 yyGLRStateSet yytops
;
758 static void yyexpandGLRStack (yyGLRStack
* yystack
);
760 static void yyFail (yyGLRStack
* yystack
]b4_pure_formals
[, const char* yymsg
)
761 __attribute__ ((__noreturn__
));
763 yyFail (yyGLRStack
* yystack
]b4_pure_formals
[, const char* yymsg
)
766 yyerror (]b4_yyerror_args
[yymsg
);
767 YYLONGJMP (yystack
->yyexception_buffer
, 1);
770 static void yyMemoryExhausted (yyGLRStack
* yystack
)
771 __attribute__ ((__noreturn__
));
773 yyMemoryExhausted (yyGLRStack
* yystack
)
775 YYLONGJMP (yystack
->yyexception_buffer
, 2);
778 #if YYDEBUG || YYERROR_VERBOSE
779 /** A printable representation of TOKEN. */
780 static inline const char*
781 yytokenName (yySymbol yytoken
)
783 if (yytoken
== YYEMPTY
)
786 return yytname
[yytoken
];
790 /** Fill in YYVSP[YYLOW1 .. YYLOW0-1] from the chain of states starting
791 * at YYVSP[YYLOW0].yystate.yypred. Leaves YYVSP[YYLOW1].yystate.yypred
792 * containing the pointer to the next state in the chain. Assumes
793 * YYLOW1 < YYLOW0. */
794 static void yyfillin (yyGLRStackItem
*, int, int) __attribute__ ((__unused__
));
796 yyfillin (yyGLRStackItem
*yyvsp
, int yylow0
, int yylow1
)
800 s
= yyvsp
[yylow0
].yystate
.yypred
;
801 for (i
= yylow0
-1; i
>= yylow1
; i
-= 1)
803 YYASSERT (s
->yyresolved
);
804 yyvsp
[i
].yystate
.yyresolved
= yytrue
;
805 yyvsp
[i
].yystate
.yysemantics
.yysval
= s
->yysemantics
.yysval
;
806 yyvsp
[i
].yystate
.yyloc
= s
->yyloc
;
807 s
= yyvsp
[i
].yystate
.yypred
= s
->yypred
;
811 /* Do nothing if YYNORMAL or if *YYLOW <= YYLOW1. Otherwise, fill in
812 YYVSP[YYLOW1 .. *YYLOW-1] as in yyfillin and set *YYLOW = YYLOW1.
813 For convenience, always return YYLOW1. */
814 static inline int yyfill (yyGLRStackItem
*, int *, int, yybool
)
815 __attribute__ ((__unused__
));
817 yyfill (yyGLRStackItem
*yyvsp
, int *yylow
, int yylow1
, yybool yynormal
)
819 if (!yynormal
&& yylow1
< *yylow
)
821 yyfillin (yyvsp
, *yylow
, yylow1
);
827 /** Perform user action for rule number YYN, with RHS length YYRHSLEN,
828 * and top stack item YYVSP. YYLVALP points to place to put semantic
829 * value ($$), and yylocp points to place for location information
830 * (@@$). Returns yyok for normal return, yyaccept for YYACCEPT,
831 * yyerr for YYERROR, yyabort for YYABORT. */
833 yyuserAction (yyRuleNum yyn
, int yyrhslen
, yyGLRStackItem
* yyvsp
,
835 YYLTYPE
* YYOPTIONAL_LOC (yylocp
),
839 yybool yynormal
__attribute__ ((__unused__
)) =
840 (yystack
->yysplitPoint
== NULL
);
844 # define yyerrok (yystack->yyerrState = 0)
846 # define YYACCEPT return yyaccept
848 # define YYABORT return yyabort
850 # define YYERROR return yyerrok, yyerr
852 # define YYRECOVERING (yystack->yyerrState != 0)
854 # define yyclearin (yychar = *(yystack->yytokenp) = YYEMPTY)
856 # define YYFILL(N) yyfill (yyvsp, &yylow, N, yynormal)
858 # define YYBACKUP(Token, Value) \
859 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
864 *yyvalp
= yyval_default
;
866 *yyvalp
= yyvsp
[YYFILL (1-yyrhslen
)].yystate
.yysemantics
.yysval
;
867 YYLLOC_DEFAULT (*yylocp
, yyvsp
- yyrhslen
, yyrhslen
);
868 ]b4_location_if([[ yystack
->yyerror_range
[1].yystate
.yyloc
= *yylocp
;
884 /* Line __line__ of glr.c. */
885 b4_syncline([@oline@
], [@ofile@
])
890 yyuserMerge (int yyn
, YYSTYPE
* yy0
, YYSTYPE
* yy1
)
892 /* `Use' the arguments. */
903 /* Bison grammar-table manipulation. */
905 ]b4_yydestruct_generate([b4_c_ansi_function_def
])[
907 /** Number of symbols composing the right hand side of rule #RULE. */
909 yyrhsLength (yyRuleNum yyrule
)
915 yydestroyGLRState (char const *yymsg
, yyGLRState
*yys
)
918 yydestruct (yymsg
, yystos
[yys
->yylrState
],
919 &yys
->yysemantics
.yysval
]b4_location_if([, &yys
->yyloc
])[);
925 YYFPRINTF (stderr
, "%s unresolved ", yymsg
);
926 yysymprint (stderr
, yystos
[yys
->yylrState
],
927 &yys
->yysemantics
.yysval
]b4_location_if([, &yys
->yyloc
])[);
928 YYFPUTC ('\n', stderr
);
932 if (yys
->yysemantics
.yyfirstVal
)
934 yySemanticOption
*yyoption
= yys
->yysemantics
.yyfirstVal
;
937 for (yyrh
= yyoption
->yystate
, yyn
= yyrhsLength (yyoption
->yyrule
);
939 yyrh
= yyrh
->yypred
, yyn
-= 1)
940 yydestroyGLRState (yymsg
, yyrh
);
945 /** Left-hand-side symbol for rule #RULE. */
946 static inline yySymbol
947 yylhsNonterm (yyRuleNum yyrule
)
952 #define yyis_pact_ninf(yystate) \
953 ]m4_if(m4_eval(b4_pact_ninf < b4_pact_min), 1,
955 ((yystate
) == YYPACT_NINF
))[
957 /** True iff LR state STATE has only a default reduction (regardless
960 yyisDefaultedState (yyStateNum yystate
)
962 return yyis_pact_ninf (yypact
[yystate
]);
965 /** The default reduction for STATE, assuming it has one. */
966 static inline yyRuleNum
967 yydefaultAction (yyStateNum yystate
)
969 return yydefact
[yystate
];
972 #define yyis_table_ninf(yytable_value) \
973 ]m4_if(m4_eval(b4_table_ninf < b4_table_min), 1,
975 ((yytable_value
) == YYTABLE_NINF
))[
977 /** Set *YYACTION to the action to take in YYSTATE on seeing YYTOKEN.
979 * R < 0: Reduce on rule -R.
981 * R > 0: Shift to state R.
982 * Set *CONFLICTS to a pointer into yyconfl to 0-terminated list of
983 * conflicting reductions.
986 yygetLRActions (yyStateNum yystate
, int yytoken
,
987 int* yyaction
, const short int** yyconflicts
)
989 int yyindex
= yypact
[yystate
] + yytoken
;
990 if (yyindex
< 0 || YYLAST
< yyindex
|| yycheck
[yyindex
] != yytoken
)
992 *yyaction
= -yydefact
[yystate
];
993 *yyconflicts
= yyconfl
;
995 else if (! yyis_table_ninf (yytable
[yyindex
]))
997 *yyaction
= yytable
[yyindex
];
998 *yyconflicts
= yyconfl
+ yyconflp
[yyindex
];
1003 *yyconflicts
= yyconfl
+ yyconflp
[yyindex
];
1007 static inline yyStateNum
1008 yyLRgotoState (yyStateNum yystate
, yySymbol yylhs
)
1011 yyr
= yypgoto
[yylhs
- YYNTOKENS
] + yystate
;
1012 if (0 <= yyr
&& yyr
<= YYLAST
&& yycheck
[yyr
] == yystate
)
1013 return yytable
[yyr
];
1015 return yydefgoto
[yylhs
- YYNTOKENS
];
1018 static inline yybool
1019 yyisShiftAction (int yyaction
)
1021 return 0 < yyaction
;
1024 static inline yybool
1025 yyisErrorAction (int yyaction
)
1027 return yyaction
== 0;
1033 yyaddDeferredAction (yyGLRStack
* yystack
, yyGLRState
* yystate
,
1034 yyGLRState
* rhs
, yyRuleNum yyrule
)
1036 yySemanticOption
* yynewItem
;
1037 yynewItem
= &yystack
->yynextFree
->yyoption
;
1038 yystack
->yyspaceLeft
-= 1;
1039 yystack
->yynextFree
+= 1;
1040 yynewItem
->yyisState
= yyfalse
;
1041 yynewItem
->yystate
= rhs
;
1042 yynewItem
->yyrule
= yyrule
;
1043 yynewItem
->yynext
= yystate
->yysemantics
.yyfirstVal
;
1044 yystate
->yysemantics
.yyfirstVal
= yynewItem
;
1045 if (yystack
->yyspaceLeft
< YYHEADROOM
)
1046 yyexpandGLRStack (yystack
);
1051 /** Initialize SET to a singleton set containing an empty stack. */
1053 yyinitStateSet (yyGLRStateSet
* yyset
)
1056 yyset
->yycapacity
= 16;
1057 yyset
->yystates
= (yyGLRState
**) YYMALLOC (16 * sizeof yyset
->yystates
[0]);
1058 if (! yyset
->yystates
)
1060 yyset
->yystates
[0] = NULL
;
1064 static void yyfreeStateSet (yyGLRStateSet
* yyset
)
1066 YYFREE (yyset
->yystates
);
1069 /** Initialize STACK to a single empty stack, with total maximum
1070 * capacity for all stacks of SIZE. */
1072 yyinitGLRStack (yyGLRStack
* yystack
, size_t yysize
)
1074 yystack
->yyerrState
= 0;
1076 yystack
->yyspaceLeft
= yysize
;
1078 (yyGLRStackItem
*) YYMALLOC (yysize
* sizeof yystack
->yynextFree
[0]);
1079 if (!yystack
->yyitems
)
1081 yystack
->yynextFree
= yystack
->yyitems
;
1082 yystack
->yysplitPoint
= NULL
;
1083 yystack
->yylastDeleted
= NULL
;
1084 return yyinitStateSet (&yystack
->yytops
);
1087 #define YYRELOC(YYFROMITEMS,YYTOITEMS,YYX,YYTYPE) \
1088 &((YYTOITEMS) - ((YYFROMITEMS) - (yyGLRStackItem*) (YYX)))->YYTYPE
1090 /** If STACK is expandable, extend it. WARNING: Pointers into the
1091 stack from outside should be considered invalid after this call.
1092 We always expand when there are 1 or fewer items left AFTER an
1093 allocation, so that we can avoid having external pointers exist
1094 across an allocation. */
1096 yyexpandGLRStack (yyGLRStack
* yystack
)
1098 #if YYSTACKEXPANDABLE
1099 yyGLRStackItem
* yynewItems
;
1100 yyGLRStackItem
* yyp0
, *yyp1
;
1101 size_t yysize
, yynewSize
;
1103 yysize
= yystack
->yynextFree
- yystack
->yyitems
;
1104 if (YYMAXDEPTH
<= yysize
)
1105 yyMemoryExhausted (yystack
);
1106 yynewSize
= 2*yysize
;
1107 if (YYMAXDEPTH
< yynewSize
)
1108 yynewSize
= YYMAXDEPTH
;
1109 yynewItems
= (yyGLRStackItem
*) YYMALLOC (yynewSize
* sizeof yynewItems
[0]);
1111 yyMemoryExhausted (yystack
);
1112 for (yyp0
= yystack
->yyitems
, yyp1
= yynewItems
, yyn
= yysize
;
1114 yyn
-= 1, yyp0
+= 1, yyp1
+= 1)
1117 if (*(yybool
*) yyp0
)
1119 yyGLRState
* yys0
= &yyp0
->yystate
;
1120 yyGLRState
* yys1
= &yyp1
->yystate
;
1121 if (yys0
->yypred
!= NULL
)
1123 YYRELOC (yyp0
, yyp1
, yys0
->yypred
, yystate
);
1124 if (! yys0
->yyresolved
&& yys0
->yysemantics
.yyfirstVal
!= NULL
)
1125 yys1
->yysemantics
.yyfirstVal
=
1126 YYRELOC(yyp0
, yyp1
, yys0
->yysemantics
.yyfirstVal
, yyoption
);
1130 yySemanticOption
* yyv0
= &yyp0
->yyoption
;
1131 yySemanticOption
* yyv1
= &yyp1
->yyoption
;
1132 if (yyv0
->yystate
!= NULL
)
1133 yyv1
->yystate
= YYRELOC (yyp0
, yyp1
, yyv0
->yystate
, yystate
);
1134 if (yyv0
->yynext
!= NULL
)
1135 yyv1
->yynext
= YYRELOC (yyp0
, yyp1
, yyv0
->yynext
, yyoption
);
1138 if (yystack
->yysplitPoint
!= NULL
)
1139 yystack
->yysplitPoint
= YYRELOC (yystack
->yyitems
, yynewItems
,
1140 yystack
->yysplitPoint
, yystate
);
1142 for (yyn
= 0; yyn
< yystack
->yytops
.yysize
; yyn
+= 1)
1143 if (yystack
->yytops
.yystates
[yyn
] != NULL
)
1144 yystack
->yytops
.yystates
[yyn
] =
1145 YYRELOC (yystack
->yyitems
, yynewItems
,
1146 yystack
->yytops
.yystates
[yyn
], yystate
);
1147 YYFREE (yystack
->yyitems
);
1148 yystack
->yyitems
= yynewItems
;
1149 yystack
->yynextFree
= yynewItems
+ yysize
;
1150 yystack
->yyspaceLeft
= yynewSize
- yysize
;
1153 yyMemoryExhausted (yystack
);
1158 yyfreeGLRStack (yyGLRStack
* yystack
)
1160 YYFREE (yystack
->yyitems
);
1161 yyfreeStateSet (&yystack
->yytops
);
1164 /** Assuming that S is a GLRState somewhere on STACK, update the
1165 * splitpoint of STACK, if needed, so that it is at least as deep as
1168 yyupdateSplit (yyGLRStack
* yystack
, yyGLRState
* yys
)
1170 if (yystack
->yysplitPoint
!= NULL
&& yystack
->yysplitPoint
> yys
)
1171 yystack
->yysplitPoint
= yys
;
1174 /** Invalidate stack #K in STACK. */
1176 yymarkStackDeleted (yyGLRStack
* yystack
, size_t yyk
)
1178 if (yystack
->yytops
.yystates
[yyk
] != NULL
)
1179 yystack
->yylastDeleted
= yystack
->yytops
.yystates
[yyk
];
1180 yystack
->yytops
.yystates
[yyk
] = NULL
;
1183 /** Undelete the last stack that was marked as deleted. Can only be
1184 done once after a deletion, and only when all other stacks have
1187 yyundeleteLastStack (yyGLRStack
* yystack
)
1189 if (yystack
->yylastDeleted
== NULL
|| yystack
->yytops
.yysize
!= 0)
1191 yystack
->yytops
.yystates
[0] = yystack
->yylastDeleted
;
1192 yystack
->yytops
.yysize
= 1;
1193 YYDPUTS ("Restoring last deleted stack as stack #0.\n", stderr
);
1194 yystack
->yylastDeleted
= NULL
;
1198 yyremoveDeletes (yyGLRStack
* yystack
)
1202 while (yyj
< yystack
->yytops
.yysize
)
1204 if (yystack
->yytops
.yystates
[yyi
] == NULL
)
1208 YYDPUTS ("Removing dead stacks.\n", stderr
);
1210 yystack
->yytops
.yysize
-= 1;
1214 yystack
->yytops
.yystates
[yyj
] = yystack
->yytops
.yystates
[yyi
];
1217 YYDPRINTF ((stderr
, "Rename stack %lu -> %lu.\n",
1218 (unsigned long int) yyi
, (unsigned long int) yyj
));
1226 /** Shift to a new state on stack #K of STACK, corresponding to LR state
1227 * LRSTATE, at input position POSN, with (resolved) semantic value SVAL. */
1229 yyglrShift (yyGLRStack
* yystack
, size_t yyk
, yyStateNum yylrState
,
1231 YYSTYPE yysval
, YYLTYPE
* yylocp
)
1233 yyGLRStackItem
* yynewItem
;
1235 yynewItem
= yystack
->yynextFree
;
1236 yystack
->yynextFree
+= 1;
1237 yystack
->yyspaceLeft
-= 1;
1238 yynewItem
->yystate
.yyisState
= yytrue
;
1239 yynewItem
->yystate
.yylrState
= yylrState
;
1240 yynewItem
->yystate
.yyposn
= yyposn
;
1241 yynewItem
->yystate
.yyresolved
= yytrue
;
1242 yynewItem
->yystate
.yypred
= yystack
->yytops
.yystates
[yyk
];
1243 yystack
->yytops
.yystates
[yyk
] = &yynewItem
->yystate
;
1244 yynewItem
->yystate
.yysemantics
.yysval
= yysval
;
1245 yynewItem
->yystate
.yyloc
= *yylocp
;
1246 if (yystack
->yyspaceLeft
< YYHEADROOM
)
1247 yyexpandGLRStack (yystack
);
1250 /** Shift stack #K of YYSTACK, to a new state corresponding to LR
1251 * state YYLRSTATE, at input position YYPOSN, with the (unresolved)
1252 * semantic value of YYRHS under the action for YYRULE. */
1254 yyglrShiftDefer (yyGLRStack
* yystack
, size_t yyk
, yyStateNum yylrState
,
1255 size_t yyposn
, yyGLRState
* rhs
, yyRuleNum yyrule
)
1257 yyGLRStackItem
* yynewItem
;
1259 yynewItem
= yystack
->yynextFree
;
1260 yynewItem
->yystate
.yyisState
= yytrue
;
1261 yynewItem
->yystate
.yylrState
= yylrState
;
1262 yynewItem
->yystate
.yyposn
= yyposn
;
1263 yynewItem
->yystate
.yyresolved
= yyfalse
;
1264 yynewItem
->yystate
.yypred
= yystack
->yytops
.yystates
[yyk
];
1265 yynewItem
->yystate
.yysemantics
.yyfirstVal
= NULL
;
1266 yystack
->yytops
.yystates
[yyk
] = &yynewItem
->yystate
;
1267 yystack
->yynextFree
+= 1;
1268 yystack
->yyspaceLeft
-= 1;
1269 yyaddDeferredAction (yystack
, &yynewItem
->yystate
, rhs
, yyrule
);
1272 /** Pop the symbols consumed by reduction #RULE from the top of stack
1273 * #K of STACK, and perform the appropriate semantic action on their
1274 * semantic values. Assumes that all ambiguities in semantic values
1275 * have been previously resolved. Set *VALP to the resulting value,
1276 * and *LOCP to the computed location (if any). Return value is as
1277 * for userAction. */
1278 static inline YYRESULTTAG
1279 yydoAction (yyGLRStack
* yystack
, size_t yyk
, yyRuleNum yyrule
,
1280 YYSTYPE
* yyvalp
, YYLTYPE
* yylocp
]b4_user_formals
[)
1282 int yynrhs
= yyrhsLength (yyrule
);
1284 if (yystack
->yysplitPoint
== NULL
)
1286 /* Standard special case: single stack. */
1287 yyGLRStackItem
* rhs
= (yyGLRStackItem
*) yystack
->yytops
.yystates
[yyk
];
1288 YYASSERT (yyk
== 0);
1289 yystack
->yynextFree
-= yynrhs
;
1290 yystack
->yyspaceLeft
+= yynrhs
;
1291 yystack
->yytops
.yystates
[0] = & yystack
->yynextFree
[-1].yystate
;
1292 return yyuserAction (yyrule
, yynrhs
, rhs
,
1293 yyvalp
, yylocp
, yystack
]b4_user_args
[);
1299 yyGLRStackItem yyrhsVals
[YYMAXRHS
+ YYMAXLEFT
+ 1];
1300 yys
= yyrhsVals
[YYMAXRHS
+ YYMAXLEFT
].yystate
.yypred
1301 = yystack
->yytops
.yystates
[yyk
];
1302 for (yyi
= 0; yyi
< yynrhs
; yyi
+= 1)
1307 yyupdateSplit (yystack
, yys
);
1308 yystack
->yytops
.yystates
[yyk
] = yys
;
1309 return yyuserAction (yyrule
, yynrhs
, yyrhsVals
+ YYMAXRHS
+ YYMAXLEFT
- 1,
1310 yyvalp
, yylocp
, yystack
]b4_user_args
[);
1315 # define YY_REDUCE_PRINT(K, Rule)
1317 # define YY_REDUCE_PRINT(K, Rule) \
1320 yy_reduce_print (K, Rule); \
1323 /*----------------------------------------------------------.
1324 | Report that the RULE is going to be reduced on stack #K. |
1325 `----------------------------------------------------------*/
1328 yy_reduce_print (size_t yyk
, yyRuleNum yyrule
)
1331 YYFPRINTF (stderr
, "Reducing stack %lu by rule %d (line %lu), ",
1332 (unsigned long int) yyk
, yyrule
- 1,
1333 (unsigned long int) yyrline
[yyrule
]);
1334 /* Print the symbols being reduced, and their result. */
1335 for (yyi
= yyprhs
[yyrule
]; 0 <= yyrhs
[yyi
]; yyi
++)
1336 YYFPRINTF (stderr
, "%s ", yytokenName (yyrhs
[yyi
]));
1337 YYFPRINTF (stderr
, "-> %s\n", yytokenName (yyr1
[yyrule
]));
1341 /** Pop items off stack #K of STACK according to grammar rule RULE,
1342 * and push back on the resulting nonterminal symbol. Perform the
1343 * semantic action associated with RULE and store its value with the
1344 * newly pushed state, if FORCEEVAL or if STACK is currently
1345 * unambiguous. Otherwise, store the deferred semantic action with
1346 * the new state. If the new state would have an identical input
1347 * position, LR state, and predecessor to an existing state on the stack,
1348 * it is identified with that existing state, eliminating stack #K from
1349 * the STACK. In this case, the (necessarily deferred) semantic value is
1350 * added to the options for the existing state's semantic value.
1352 static inline YYRESULTTAG
1353 yyglrReduce (yyGLRStack
* yystack
, size_t yyk
, yyRuleNum yyrule
,
1354 yybool yyforceEval
]b4_user_formals
[)
1356 size_t yyposn
= yystack
->yytops
.yystates
[yyk
]->yyposn
;
1358 if (yyforceEval
|| yystack
->yysplitPoint
== NULL
)
1363 YY_REDUCE_PRINT (yyk
, yyrule
);
1364 YYCHK (yydoAction (yystack
, yyk
, yyrule
, &yysval
, &yyloc
]b4_user_args
[));
1365 yyglrShift (yystack
, yyk
,
1366 yyLRgotoState (yystack
->yytops
.yystates
[yyk
]->yylrState
,
1367 yylhsNonterm (yyrule
)),
1368 yyposn
, yysval
, &yyloc
);
1374 yyGLRState
* yys
, *yys0
= yystack
->yytops
.yystates
[yyk
];
1375 yyStateNum yynewLRState
;
1377 for (yys
= yystack
->yytops
.yystates
[yyk
], yyn
= yyrhsLength (yyrule
);
1383 yyupdateSplit (yystack
, yys
);
1384 yynewLRState
= yyLRgotoState (yys
->yylrState
, yylhsNonterm (yyrule
));
1386 "Reduced stack %lu by rule #%d; action deferred. Now in state %d.\n",
1387 (unsigned long int) yyk
, yyrule
- 1, yynewLRState
));
1388 for (yyi
= 0; yyi
< yystack
->yytops
.yysize
; yyi
+= 1)
1389 if (yyi
!= yyk
&& yystack
->yytops
.yystates
[yyi
] != NULL
)
1391 yyGLRState
* yyp
, *yysplit
= yystack
->yysplitPoint
;
1392 yyp
= yystack
->yytops
.yystates
[yyi
];
1393 while (yyp
!= yys
&& yyp
!= yysplit
&& yyp
->yyposn
>= yyposn
)
1395 if (yyp
->yylrState
== yynewLRState
&& yyp
->yypred
== yys
)
1397 yyaddDeferredAction (yystack
, yyp
, yys0
, yyrule
);
1398 yymarkStackDeleted (yystack
, yyk
);
1399 YYDPRINTF ((stderr
, "Merging stack %lu into stack %lu.\n",
1400 (unsigned long int) yyk
,
1401 (unsigned long int) yyi
));
1407 yystack
->yytops
.yystates
[yyk
] = yys
;
1408 yyglrShiftDefer (yystack
, yyk
, yynewLRState
, yyposn
, yys0
, yyrule
);
1414 yysplitStack (yyGLRStack
* yystack
, size_t yyk
)
1416 if (yystack
->yysplitPoint
== NULL
)
1418 YYASSERT (yyk
== 0);
1419 yystack
->yysplitPoint
= yystack
->yytops
.yystates
[yyk
];
1421 if (yystack
->yytops
.yysize
>= yystack
->yytops
.yycapacity
)
1423 yyGLRState
** yynewStates
;
1424 if (! ((yystack
->yytops
.yycapacity
1425 <= (YYSIZEMAX
/ (2 * sizeof yynewStates
[0])))
1427 (yyGLRState
**) YYREALLOC (yystack
->yytops
.yystates
,
1428 ((yystack
->yytops
.yycapacity
*= 2)
1429 * sizeof yynewStates
[0])))))
1430 yyMemoryExhausted (yystack
);
1431 yystack
->yytops
.yystates
= yynewStates
;
1433 yystack
->yytops
.yystates
[yystack
->yytops
.yysize
]
1434 = yystack
->yytops
.yystates
[yyk
];
1435 yystack
->yytops
.yysize
+= 1;
1436 return yystack
->yytops
.yysize
-1;
1439 /** True iff Y0 and Y1 represent identical options at the top level.
1440 * That is, they represent the same rule applied to RHS symbols
1441 * that produce the same terminal symbols. */
1443 yyidenticalOptions (yySemanticOption
* yyy0
, yySemanticOption
* yyy1
)
1445 if (yyy0
->yyrule
== yyy1
->yyrule
)
1447 yyGLRState
*yys0
, *yys1
;
1449 for (yys0
= yyy0
->yystate
, yys1
= yyy1
->yystate
,
1450 yyn
= yyrhsLength (yyy0
->yyrule
);
1452 yys0
= yys0
->yypred
, yys1
= yys1
->yypred
, yyn
-= 1)
1453 if (yys0
->yyposn
!= yys1
->yyposn
)
1461 /** Assuming identicalOptions (Y0,Y1), destructively merge the
1462 * alternative semantic values for the RHS-symbols of Y1 and Y0. */
1464 yymergeOptionSets (yySemanticOption
* yyy0
, yySemanticOption
* yyy1
)
1466 yyGLRState
*yys0
, *yys1
;
1468 for (yys0
= yyy0
->yystate
, yys1
= yyy1
->yystate
,
1469 yyn
= yyrhsLength (yyy0
->yyrule
);
1471 yys0
= yys0
->yypred
, yys1
= yys1
->yypred
, yyn
-= 1)
1475 else if (yys0
->yyresolved
)
1477 yys1
->yyresolved
= yytrue
;
1478 yys1
->yysemantics
.yysval
= yys0
->yysemantics
.yysval
;
1480 else if (yys1
->yyresolved
)
1482 yys0
->yyresolved
= yytrue
;
1483 yys0
->yysemantics
.yysval
= yys1
->yysemantics
.yysval
;
1487 yySemanticOption
** yyz0p
;
1488 yySemanticOption
* yyz1
;
1489 yyz0p
= &yys0
->yysemantics
.yyfirstVal
;
1490 yyz1
= yys1
->yysemantics
.yyfirstVal
;
1493 if (yyz1
== *yyz0p
|| yyz1
== NULL
)
1495 else if (*yyz0p
== NULL
)
1500 else if (*yyz0p
< yyz1
)
1502 yySemanticOption
* yyz
= *yyz0p
;
1504 yyz1
= yyz1
->yynext
;
1505 (*yyz0p
)->yynext
= yyz
;
1507 yyz0p
= &(*yyz0p
)->yynext
;
1509 yys1
->yysemantics
.yyfirstVal
= yys0
->yysemantics
.yyfirstVal
;
1514 /** Y0 and Y1 represent two possible actions to take in a given
1515 * parsing state; return 0 if no combination is possible,
1516 * 1 if user-mergeable, 2 if Y0 is preferred, 3 if Y1 is preferred. */
1518 yypreference (yySemanticOption
* y0
, yySemanticOption
* y1
)
1520 yyRuleNum r0
= y0
->yyrule
, r1
= y1
->yyrule
;
1521 int p0
= yydprec
[r0
], p1
= yydprec
[r1
];
1525 if (yymerger
[r0
] == 0 || yymerger
[r0
] != yymerger
[r1
])
1530 if (p0
== 0 || p1
== 0)
1539 static YYRESULTTAG
yyresolveValue (yySemanticOption
* yyoptionList
,
1540 yyGLRStack
* yystack
, YYSTYPE
* yyvalp
,
1541 YYLTYPE
* yylocp
]b4_user_formals
[);
1544 yyresolveStates (yyGLRState
* yys
, int yyn
, yyGLRStack
* yystack
]b4_user_formals
[)
1549 YYASSERT (yys
->yypred
);
1550 yyflag
= yyresolveStates (yys
->yypred
, yyn
-1, yystack
]b4_user_args
[);
1553 if (! yys
->yyresolved
)
1555 yyflag
= yyresolveValue (yys
->yysemantics
.yyfirstVal
, yystack
,
1556 &yys
->yysemantics
.yysval
, &yys
->yyloc
1560 yys
->yyresolved
= yytrue
;
1567 yyresolveAction (yySemanticOption
* yyopt
, yyGLRStack
* yystack
,
1568 YYSTYPE
* yyvalp
, YYLTYPE
* yylocp
]b4_user_formals
[)
1570 yyGLRStackItem yyrhsVals
[YYMAXRHS
+ YYMAXLEFT
+ 1];
1573 yynrhs
= yyrhsLength (yyopt
->yyrule
);
1574 YYCHK (yyresolveStates (yyopt
->yystate
, yynrhs
, yystack
]b4_user_args
[));
1575 yyrhsVals
[YYMAXRHS
+ YYMAXLEFT
].yystate
.yypred
= yyopt
->yystate
;
1576 return yyuserAction (yyopt
->yyrule
, yynrhs
,
1577 yyrhsVals
+ YYMAXRHS
+ YYMAXLEFT
- 1,
1578 yyvalp
, yylocp
, yystack
]b4_user_args
[);
1583 yyreportTree (yySemanticOption
* yyx
, int yyindent
)
1585 int yynrhs
= yyrhsLength (yyx
->yyrule
);
1588 yyGLRState
* yystates
[YYMAXRHS
];
1589 yyGLRState yyleftmost_state
;
1591 for (yyi
= yynrhs
, yys
= yyx
->yystate
; 0 < yyi
; yyi
-= 1, yys
= yys
->yypred
)
1592 yystates
[yyi
] = yys
;
1595 yyleftmost_state
.yyposn
= 0;
1596 yystates
[0] = &yyleftmost_state
;
1601 if (yyx
->yystate
->yyposn
< yys
->yyposn
+ 1)
1602 YYFPRINTF (stderr
, "%*s%s -> <Rule %d, empty>\n",
1603 yyindent
, "", yytokenName (yylhsNonterm (yyx
->yyrule
)),
1606 YYFPRINTF (stderr
, "%*s%s -> <Rule %d, tokens %lu .. %lu>\n",
1607 yyindent
, "", yytokenName (yylhsNonterm (yyx
->yyrule
)),
1608 yyx
->yyrule
, (unsigned long int) (yys
->yyposn
+ 1),
1609 (unsigned long int) yyx
->yystate
->yyposn
);
1610 for (yyi
= 1; yyi
<= yynrhs
; yyi
+= 1)
1612 if (yystates
[yyi
]->yyresolved
)
1614 if (yystates
[yyi
-1]->yyposn
+1 > yystates
[yyi
]->yyposn
)
1615 YYFPRINTF (stderr
, "%*s%s <empty>\n", yyindent
+2, "",
1616 yytokenName (yyrhs
[yyprhs
[yyx
->yyrule
]+yyi
-1]));
1618 YYFPRINTF (stderr
, "%*s%s <tokens %lu .. %lu>\n", yyindent
+2, "",
1619 yytokenName (yyrhs
[yyprhs
[yyx
->yyrule
]+yyi
-1]),
1620 (unsigned long int) (yystates
[yyi
- 1]->yyposn
+ 1),
1621 (unsigned long int) yystates
[yyi
]->yyposn
);
1624 yyreportTree (yystates
[yyi
]->yysemantics
.yyfirstVal
, yyindent
+2);
1629 static void yyreportAmbiguity (yySemanticOption
* yyx0
, yySemanticOption
* yyx1
,
1630 yyGLRStack
* yystack
]b4_pure_formals
[)
1631 __attribute__ ((__noreturn__
));
1633 yyreportAmbiguity (yySemanticOption
* yyx0
, yySemanticOption
* yyx1
,
1634 yyGLRStack
* yystack
]b4_pure_formals
[)
1636 /* `Unused' warnings. */
1641 YYFPUTS ("Ambiguity detected.\nOption 1,\n", stderr
);
1642 yyreportTree (yyx0
, 2);
1643 YYFPUTS ("\nOption 2,\n", stderr
);
1644 yyreportTree (yyx1
, 2);
1645 YYFPUTC ('\n', stderr
);
1647 yyFail (yystack
][]b4_pure_args
[, YY_("syntax is ambiguous"));
1651 /** Resolve the ambiguity represented by OPTIONLIST, perform the indicated
1652 * actions, and return the result. */
1654 yyresolveValue (yySemanticOption
* yyoptionList
, yyGLRStack
* yystack
,
1655 YYSTYPE
* yyvalp
, YYLTYPE
* yylocp
]b4_user_formals
[)
1657 yySemanticOption
* yybest
;
1658 yySemanticOption
** yypp
;
1661 yybest
= yyoptionList
;
1663 for (yypp
= &yyoptionList
->yynext
; *yypp
!= NULL
; )
1665 yySemanticOption
* yyp
= *yypp
;
1667 if (yyidenticalOptions (yybest
, yyp
))
1669 yymergeOptionSets (yybest
, yyp
);
1670 *yypp
= yyp
->yynext
;
1674 switch (yypreference (yybest
, yyp
))
1677 yyreportAmbiguity (yybest
, yyp
, yystack
]b4_pure_args
[);
1689 /* This cannot happen so it is not worth a YYASSERT (yyfalse),
1690 but some compilers complain if the default case is
1694 yypp
= &yyp
->yynext
;
1700 yySemanticOption
* yyp
;
1701 int yyprec
= yydprec
[yybest
->yyrule
];
1702 YYCHK (yyresolveAction (yybest
, yystack
, yyvalp
, yylocp
]b4_user_args
[));
1703 for (yyp
= yybest
->yynext
; yyp
!= NULL
; yyp
= yyp
->yynext
)
1705 if (yyprec
== yydprec
[yyp
->yyrule
])
1709 YYCHK (yyresolveAction (yyp
, yystack
, &yyval1
, &yydummy
]b4_user_args
[));
1710 yyuserMerge (yymerger
[yyp
->yyrule
], yyvalp
, &yyval1
);
1716 return yyresolveAction (yybest
, yystack
, yyvalp
, yylocp
]b4_user_args
[);
1720 yyresolveStack (yyGLRStack
* yystack
]b4_user_formals
[)
1722 if (yystack
->yysplitPoint
!= NULL
)
1727 for (yyn
= 0, yys
= yystack
->yytops
.yystates
[0];
1728 yys
!= yystack
->yysplitPoint
;
1729 yys
= yys
->yypred
, yyn
+= 1)
1731 YYCHK (yyresolveStates (yystack
->yytops
.yystates
[0], yyn
, yystack
1738 yycompressStack (yyGLRStack
* yystack
)
1740 yyGLRState
* yyp
, *yyq
, *yyr
;
1742 if (yystack
->yytops
.yysize
!= 1 || yystack
->yysplitPoint
== NULL
)
1745 for (yyp
= yystack
->yytops
.yystates
[0], yyq
= yyp
->yypred
, yyr
= NULL
;
1746 yyp
!= yystack
->yysplitPoint
;
1747 yyr
= yyp
, yyp
= yyq
, yyq
= yyp
->yypred
)
1750 yystack
->yyspaceLeft
+= yystack
->yynextFree
- yystack
->yyitems
;
1751 yystack
->yynextFree
= ((yyGLRStackItem
*) yystack
->yysplitPoint
) + 1;
1752 yystack
->yyspaceLeft
-= yystack
->yynextFree
- yystack
->yyitems
;
1753 yystack
->yysplitPoint
= NULL
;
1754 yystack
->yylastDeleted
= NULL
;
1758 yystack
->yynextFree
->yystate
= *yyr
;
1760 yystack
->yynextFree
->yystate
.yypred
= & yystack
->yynextFree
[-1].yystate
;
1761 yystack
->yytops
.yystates
[0] = &yystack
->yynextFree
->yystate
;
1762 yystack
->yynextFree
+= 1;
1763 yystack
->yyspaceLeft
-= 1;
1768 yyprocessOneStack (yyGLRStack
* yystack
, size_t yyk
,
1769 size_t yyposn
, YYSTYPE
* yylvalp
, YYLTYPE
* yyllocp
1773 const short int* yyconflicts
;
1775 yySymbol
* const yytokenp
= yystack
->yytokenp
;
1777 while (yystack
->yytops
.yystates
[yyk
] != NULL
)
1779 yyStateNum yystate
= yystack
->yytops
.yystates
[yyk
]->yylrState
;
1780 YYDPRINTF ((stderr
, "Stack %lu Entering state %d\n",
1781 (unsigned long int) yyk
, yystate
));
1783 YYASSERT (yystate
!= YYFINAL
);
1785 if (yyisDefaultedState (yystate
))
1787 yyrule
= yydefaultAction (yystate
);
1790 YYDPRINTF ((stderr
, "Stack %lu dies.\n",
1791 (unsigned long int) yyk
));
1792 yymarkStackDeleted (yystack
, yyk
);
1795 YYCHK (yyglrReduce (yystack
, yyk
, yyrule
, yyfalse
]b4_user_args
[));
1799 if (*yytokenp
== YYEMPTY
)
1801 YYDPUTS ("Reading a token: ", stderr
);
1803 *yytokenp
= YYTRANSLATE (yychar
);
1804 YY_SYMBOL_PRINT ("Next token is", *yytokenp
, yylvalp
, yyllocp
);
1806 yygetLRActions (yystate
, *yytokenp
, &yyaction
, &yyconflicts
);
1808 while (*yyconflicts
!= 0)
1810 size_t yynewStack
= yysplitStack (yystack
, yyk
);
1811 YYDPRINTF ((stderr
, "Splitting off stack %lu from %lu.\n",
1812 (unsigned long int) yynewStack
,
1813 (unsigned long int) yyk
));
1814 YYCHK (yyglrReduce (yystack
, yynewStack
,
1815 *yyconflicts
, yyfalse
]b4_user_args
[));
1816 YYCHK (yyprocessOneStack (yystack
, yynewStack
, yyposn
,
1817 yylvalp
, yyllocp
]b4_pure_args
[));
1821 if (yyisShiftAction (yyaction
))
1823 YYDPRINTF ((stderr
, "On stack %lu, ", (unsigned long int) yyk
));
1824 YY_SYMBOL_PRINT ("shifting", *yytokenp
, yylvalp
, yyllocp
);
1825 yyglrShift (yystack
, yyk
, yyaction
, yyposn
+1,
1827 YYDPRINTF ((stderr
, "Stack %lu now in state #%d\n",
1828 (unsigned long int) yyk
,
1829 yystack
->yytops
.yystates
[yyk
]->yylrState
));
1832 else if (yyisErrorAction (yyaction
))
1834 YYDPRINTF ((stderr
, "Stack %lu dies.\n",
1835 (unsigned long int) yyk
));
1836 yymarkStackDeleted (yystack
, yyk
);
1840 YYCHK (yyglrReduce (yystack
, yyk
, -yyaction
, yyfalse
]b4_user_args
[));
1847 yyreportSyntaxError (yyGLRStack
* yystack
,
1848 YYSTYPE
* yylvalp
, YYLTYPE
* yyllocp
]b4_user_formals
[)
1850 /* `Unused' warnings. */
1854 if (yystack
->yyerrState
== 0)
1857 yySymbol
* const yytokenp
= yystack
->yytokenp
;
1859 yyn
= yypact
[yystack
->yytops
.yystates
[0]->yylrState
];
1860 if (YYPACT_NINF
< yyn
&& yyn
< YYLAST
)
1862 size_t yysize0
= yytnamerr (NULL
, yytokenName (*yytokenp
));
1863 size_t yysize
= yysize0
;
1865 yybool yysize_overflow
= yyfalse
;
1867 enum { YYERROR_VERBOSE_ARGS_MAXIMUM
= 5 };
1868 char const *yyarg
[YYERROR_VERBOSE_ARGS_MAXIMUM
];
1872 static char const yyunexpected
[] = "syntax error, unexpected %s";
1873 static char const yyexpecting
[] = ", expecting %s";
1874 static char const yyor
[] = " or %s";
1875 char yyformat
[sizeof yyunexpected
1876 + sizeof yyexpecting
- 1
1877 + ((YYERROR_VERBOSE_ARGS_MAXIMUM
- 2)
1878 * (sizeof yyor
- 1))];
1879 char const *yyprefix
= yyexpecting
;
1881 /* Start YYX at -YYN if negative to avoid negative indexes in
1883 int yyxbegin
= yyn
< 0 ? -yyn
: 0;
1885 /* Stay within bounds of both yycheck and yytname. */
1886 int yychecklim
= YYLAST
- yyn
;
1887 int yyxend
= yychecklim
< YYNTOKENS
? yychecklim
: YYNTOKENS
;
1890 yyarg
[0] = yytokenName (*yytokenp
);
1891 yyfmt
= yystpcpy (yyformat
, yyunexpected
);
1893 for (yyx
= yyxbegin
; yyx
< yyxend
; ++yyx
)
1894 if (yycheck
[yyx
+ yyn
] == yyx
&& yyx
!= YYTERROR
)
1896 if (yycount
== YYERROR_VERBOSE_ARGS_MAXIMUM
)
1900 yyformat
[sizeof yyunexpected
- 1] = '\0';
1903 yyarg
[yycount
++] = yytokenName (yyx
);
1904 yysize1
= yysize
+ yytnamerr (NULL
, yytokenName (yyx
));
1905 yysize_overflow
|= yysize1
< yysize
;
1907 yyfmt
= yystpcpy (yyfmt
, yyprefix
);
1911 yyf
= YY_(yyformat
);
1912 yysize1
= yysize
+ strlen (yyf
);
1913 yysize_overflow
|= yysize1
< yysize
;
1916 if (!yysize_overflow
)
1917 yymsg
= (char *) YYMALLOC (yysize
);
1923 while ((*yyp
= *yyf
))
1925 if (*yyp
== '%' && yyf
[1] == 's' && yyi
< yycount
)
1927 yyp
+= yytnamerr (yyp
, yyarg
[yyi
++]);
1936 yyerror (]b4_lyyerror_args
[yymsg
);
1941 yyerror (]b4_lyyerror_args
[YY_("syntax error"));
1942 yyMemoryExhausted (yystack
);
1946 #endif /* YYERROR_VERBOSE */
1947 yyerror (]b4_lyyerror_args
[YY_("syntax error"));
1952 /* Recover from a syntax error on YYSTACK, assuming that YYTOKENP,
1953 YYLVALP, and YYLLOCP point to the syntactic category, semantic
1954 value, and location of the look-ahead. */
1956 yyrecoverSyntaxError (yyGLRStack
* yystack
,
1958 YYLTYPE
* YYOPTIONAL_LOC (yyllocp
)
1961 yySymbol
* const yytokenp
= yystack
->yytokenp
;
1965 if (yystack
->yyerrState
== 3)
1966 /* We just shifted the error token and (perhaps) took some
1967 reductions. Skip tokens until we can proceed. */
1970 if (*yytokenp
== YYEOF
)
1971 yyFail (yystack
][]b4_lpure_args
[, NULL
);
1972 if (*yytokenp
!= YYEMPTY
)
1974 /* We throw away the lookahead, but the error range
1975 of the shifted error token must take it into account. */
1976 yyGLRState
*yys
= yystack
->yytops
.yystates
[0];
1977 yyGLRStackItem yyerror_range
[3];
1978 yyerror_range
[1].yystate
.yyloc
= yys
->yyloc
;
1979 yyerror_range
[2].yystate
.yyloc
= *yyllocp
;
1980 YYLLOC_DEFAULT (yys
->yyloc
, yyerror_range
, 2);]])[
1981 yydestruct ("Error: discarding",
1982 *yytokenp
, yylvalp
]b4_location_if([, yyllocp
])[);
1984 YYDPUTS ("Reading a token: ", stderr
);
1986 *yytokenp
= YYTRANSLATE (yychar
);
1987 YY_SYMBOL_PRINT ("Next token is", *yytokenp
, yylvalp
, yyllocp
);
1988 yyj
= yypact
[yystack
->yytops
.yystates
[0]->yylrState
];
1989 if (yyis_pact_ninf (yyj
))
1992 if (yyj
< 0 || YYLAST
< yyj
|| yycheck
[yyj
] != *yytokenp
)
1994 if (yydefact
[yystack
->yytops
.yystates
[0]->yylrState
] != 0)
1997 else if (yytable
[yyj
] != 0 && ! yyis_table_ninf (yytable
[yyj
]))
2001 /* Reduce to one stack. */
2002 for (yyk
= 0; yyk
< yystack
->yytops
.yysize
; yyk
+= 1)
2003 if (yystack
->yytops
.yystates
[yyk
] != NULL
)
2005 if (yyk
>= yystack
->yytops
.yysize
)
2006 yyFail (yystack
][]b4_lpure_args
[, NULL
);
2007 for (yyk
+= 1; yyk
< yystack
->yytops
.yysize
; yyk
+= 1)
2008 yymarkStackDeleted (yystack
, yyk
);
2009 yyremoveDeletes (yystack
);
2010 yycompressStack (yystack
);
2012 /* Now pop stack until we find a state that shifts the error token. */
2013 yystack
->yyerrState
= 3;
2014 while (yystack
->yytops
.yystates
[0] != NULL
)
2016 yyGLRState
*yys
= yystack
->yytops
.yystates
[0];
2017 yyj
= yypact
[yys
->yylrState
];
2018 if (! yyis_pact_ninf (yyj
))
2021 if (0 <= yyj
&& yyj
<= YYLAST
&& yycheck
[yyj
] == YYTERROR
2022 && yyisShiftAction (yytable
[yyj
]))
2024 /* Shift the error token having adjusted its location. */
2025 YYLTYPE yyerrloc
;]b4_location_if([[
2026 yystack
->yyerror_range
[2].yystate
.yyloc
= *yyllocp
;
2027 YYLLOC_DEFAULT (yyerrloc
, yystack
->yyerror_range
, 2);]])[
2028 YY_SYMBOL_PRINT ("Shifting", yystos
[yytable
[yyj
]],
2029 yylvalp
, &yyerrloc
);
2030 yyglrShift (yystack
, 0, yytable
[yyj
],
2031 yys
->yyposn
, *yylvalp
, &yyerrloc
);
2032 yys
= yystack
->yytops
.yystates
[0];
2036 ]b4_location_if([[ yystack
->yyerror_range
[1].yystate
.yyloc
= yys
->yyloc
;]])[
2037 yydestroyGLRState ("Error: popping", yys
);
2038 yystack
->yytops
.yystates
[0] = yys
->yypred
;
2039 yystack
->yynextFree
-= 1;
2040 yystack
->yyspaceLeft
+= 1;
2042 if (yystack
->yytops
.yystates
[0] == NULL
)
2043 yyFail (yystack
][]b4_lpure_args
[, NULL
);
2046 #define YYCHK1(YYE) \
2056 goto yyuser_error; \
2067 ]b4_c_ansi_function_def([yyparse
], [int], b4_parse_param
)[
2078 #define yychar (yystack.yyrawchar)
2081 YYSTYPE
* const yylvalp
= &yylval
;
2082 YYLTYPE
* const yyllocp
= &yylloc
;
2084 YYDPUTS ("Starting parse\n", stderr
);
2087 yylval
= yyval_default
;
2089 #if YYLTYPE_IS_TRIVIAL
2090 yylloc
.first_line
= yylloc
.last_line
= 1;
2091 yylloc
.first_column
= yylloc
.last_column
= 0;
2094 m4_ifdef([b4_initial_action
], [
2095 m4_pushdef([b4_at_dollar
], [yylloc
])dnl
2096 m4_pushdef([b4_dollar_dollar
], [yylval
])dnl
2097 /* User initialization code. */
2099 m4_popdef([b4_dollar_dollar
])dnl
2100 m4_popdef([b4_at_dollar
])dnl
2101 /* Line __line__ of glr.c. */
2102 b4_syncline([@oline@
], [@ofile@
])])dnl
2104 if (! yyinitGLRStack (&yystack
, YYINITDEPTH
))
2105 goto yyexhaustedlab
;
2106 switch (YYSETJMP (yystack
.yyexception_buffer
))
2109 case 1: goto yyabortlab
;
2110 case 2: goto yyexhaustedlab
;
2111 default: goto yybuglab
;
2113 yystack
.yytokenp
= &yytoken
;
2114 yyglrShift (&yystack
, 0, 0, 0, yylval
, &yylloc
);
2119 /* For efficiency, we have two loops, the first of which is
2120 specialized to deterministic operation (single stack, no
2121 potential ambiguity). */
2127 const short int* yyconflicts
;
2129 yyStateNum yystate
= yystack
.yytops
.yystates
[0]->yylrState
;
2130 YYDPRINTF ((stderr
, "Entering state %d\n", yystate
));
2131 if (yystate
== YYFINAL
)
2133 if (yyisDefaultedState (yystate
))
2135 yyrule
= yydefaultAction (yystate
);
2138 ]b4_location_if([[ yystack
.yyerror_range
[1].yystate
.yyloc
= *yyllocp
;]])[
2139 yyreportSyntaxError (&yystack
, yylvalp
, yyllocp
]b4_user_args
[);
2142 YYCHK1 (yyglrReduce (&yystack
, 0, yyrule
, yytrue
]b4_user_args
[));
2146 if (yytoken
== YYEMPTY
)
2148 YYDPUTS ("Reading a token: ", stderr
);
2150 yytoken
= YYTRANSLATE (yychar
);
2151 YY_SYMBOL_PRINT ("Next token is", yytoken
, yylvalp
, yyllocp
);
2153 yygetLRActions (yystate
, yytoken
, &yyaction
, &yyconflicts
);
2154 if (*yyconflicts
!= 0)
2156 if (yyisShiftAction (yyaction
))
2158 YY_SYMBOL_PRINT ("Shifting", yytoken
, yylvalp
, yyllocp
);
2159 if (yytoken
!= YYEOF
)
2162 yyglrShift (&yystack
, 0, yyaction
, yyposn
, yylval
, yyllocp
);
2163 if (0 < yystack
.yyerrState
)
2164 yystack
.yyerrState
-= 1;
2166 else if (yyisErrorAction (yyaction
))
2168 ]b4_location_if([[ yystack
.yyerror_range
[1].yystate
.yyloc
= *yyllocp
;]])[
2169 yyreportSyntaxError (&yystack
, yylvalp
, yyllocp
]b4_user_args
[);
2173 YYCHK1 (yyglrReduce (&yystack
, 0, -yyaction
, yytrue
]b4_user_args
[));
2180 size_t yyn
= yystack
.yytops
.yysize
;
2181 for (yys
= 0; yys
< yyn
; yys
+= 1)
2182 YYCHK1 (yyprocessOneStack (&yystack
, yys
, yyposn
,
2183 yylvalp
, yyllocp
]b4_lpure_args
[));
2186 yyremoveDeletes (&yystack
);
2187 if (yystack
.yytops
.yysize
== 0)
2189 yyundeleteLastStack (&yystack
);
2190 if (yystack
.yytops
.yysize
== 0)
2191 yyFail (&yystack
][]b4_lpure_args
[, YY_("syntax error"));
2192 YYCHK1 (yyresolveStack (&yystack
]b4_user_args
[));
2193 YYDPUTS ("Returning to deterministic operation.\n", stderr
);
2194 ]b4_location_if([[ yystack
.yyerror_range
[1].yystate
.yyloc
= *yyllocp
;]])[
2195 yyreportSyntaxError (&yystack
, yylvalp
, yyllocp
]b4_user_args
[);
2198 else if (yystack
.yytops
.yysize
== 1)
2200 YYCHK1 (yyresolveStack (&yystack
]b4_user_args
[));
2201 YYDPUTS ("Returning to deterministic operation.\n", stderr
);
2202 yycompressStack (&yystack
);
2208 yyrecoverSyntaxError (&yystack
, yylvalp
, yyllocp
]b4_user_args
[);
2209 yyposn
= yystack
.yytops
.yystates
[0]->yyposn
;
2225 yyerror (]b4_lyyerror_args
[YY_("memory exhausted"));
2230 if (yytoken
!= YYEOF
&& yytoken
!= YYEMPTY
)
2231 yydestruct ("Cleanup: discarding lookahead",
2232 yytoken
, yylvalp
]b4_location_if([, yyllocp
])[);
2234 /* If the stack is well-formed, pop the stack until it is empty,
2235 destroying its entries as we go. But free the stack regardless
2236 of whether it is well-formed. */
2237 if (yystack
.yyitems
)
2239 yyGLRState
** yystates
= yystack
.yytops
.yystates
;
2243 yyGLRState
*yys
= yystates
[0];
2244 ]b4_location_if([[ yystack
.yyerror_range
[1].yystate
.yyloc
= yys
->yyloc
;]]
2245 )[ yydestroyGLRState ("Cleanup: popping", yys
);
2246 yystates
[0] = yys
->yypred
;
2247 yystack
.yynextFree
-= 1;
2248 yystack
.yyspaceLeft
+= 1;
2250 yyfreeGLRStack (&yystack
);
2256 /* DEBUGGING ONLY */
2258 static void yypstack (yyGLRStack
* yystack
, size_t yyk
)
2259 __attribute__ ((__unused__
));
2260 static void yypdumpstack (yyGLRStack
* yystack
) __attribute__ ((__unused__
));
2263 yy_yypstack (yyGLRState
* yys
)
2267 yy_yypstack (yys
->yypred
);
2268 fputs (" -> ", stderr
);
2270 fprintf (stderr
, "%d@@%lu", yys
->yylrState
, (unsigned long int) yys
->yyposn
);
2274 yypstates (yyGLRState
* yyst
)
2277 fputs ("<null>", stderr
);
2280 fputc ('\n', stderr
);
2284 yypstack (yyGLRStack
* yystack
, size_t yyk
)
2286 yypstates (yystack
->yytops
.yystates
[yyk
]);
2289 #define YYINDEX(YYX) \
2290 ((YYX) == NULL ? -1 : (yyGLRStackItem*) (YYX) - yystack->yyitems)
2294 yypdumpstack (yyGLRStack
* yystack
)
2296 yyGLRStackItem
* yyp
;
2298 for (yyp
= yystack
->yyitems
; yyp
< yystack
->yynextFree
; yyp
+= 1)
2300 fprintf (stderr
, "%3lu. ", (unsigned long int) (yyp
- yystack
->yyitems
));
2301 if (*(yybool
*) yyp
)
2303 fprintf (stderr
, "Res: %d, LR State: %d, posn: %lu, pred: %ld",
2304 yyp
->yystate
.yyresolved
, yyp
->yystate
.yylrState
,
2305 (unsigned long int) yyp
->yystate
.yyposn
,
2306 (long int) YYINDEX (yyp
->yystate
.yypred
));
2307 if (! yyp
->yystate
.yyresolved
)
2308 fprintf (stderr
, ", firstVal: %ld",
2309 (long int) YYINDEX (yyp
->yystate
.yysemantics
.yyfirstVal
));
2313 fprintf (stderr
, "Option. rule: %d, state: %ld, next: %ld",
2314 yyp
->yyoption
.yyrule
,
2315 (long int) YYINDEX (yyp
->yyoption
.yystate
),
2316 (long int) YYINDEX (yyp
->yyoption
.yynext
));
2318 fputc ('\n', stderr
);
2320 fputs ("Tops:", stderr
);
2321 for (yyi
= 0; yyi
< yystack
->yytops
.yysize
; yyi
+= 1)
2322 fprintf (stderr
, "%lu: %ld; ", (unsigned long int) yyi
,
2323 (long int) YYINDEX (yystack
->yytops
.yystates
[yyi
]));
2324 fputc ('\n', stderr
);
2330 m4_if(b4_defines_flag
, 0, [],
2331 [@output @output_header_name@
2332 b4_copyright([Skeleton parser
for GLR parsing with Bison
],
2333 [2002, 2003, 2004, 2005])
2335 b4_token_enums(b4_tokens
)
2337 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
2338 m4_ifdef([b4_stype
],
2339 [b4_syncline([b4_stype_line
], [b4_file_name
])
2340 typedef union m4_bregexp(b4_stype
, [^{], [YYSTYPE
])b4_stype YYSTYPE
;
2341 /* Line __line__ of glr.c. */
2342 b4_syncline([@oline@
], [@ofile@
])],
2343 [typedef int YYSTYPE
;])
2344 # define YYSTYPE_IS_DECLARED 1
2345 # define YYSTYPE_IS_TRIVIAL 1
2349 [extern YYSTYPE b4_prefix
[]lval
;])
2351 #if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED)
2352 typedef struct YYLTYPE
2363 # define YYLTYPE_IS_DECLARED 1
2364 # define YYLTYPE_IS_TRIVIAL 1
2367 b4_location_if([b4_pure_if([],
2368 [extern YYLTYPE b4_prefix
[]lloc
;])