]>
Commit | Line | Data |
---|---|---|
2abdfeef | 1 | /* A Bison parser, made by GNU Bison 2.1a. */ |
04b6e11e PE |
2 | |
3 | /* Skeleton parser for Yacc-like parsing with Bison, | |
bd134904 | 4 | Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
04b6e11e PE |
5 | |
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, or (at your option) | |
9 | any later version. | |
10 | ||
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. | |
15 | ||
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 | |
0fb669f9 PE |
18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, |
19 | Boston, MA 02110-1301, USA. */ | |
04b6e11e PE |
20 | |
21 | /* As a special exception, when this file is copied by Bison into a | |
22 | Bison output file, you may use that output file without restriction. | |
23 | This special exception was added by the Free Software Foundation | |
24 | in version 1.24 of Bison. */ | |
25 | ||
1921f1d7 AD |
26 | /* Tokens. */ |
27 | #ifndef YYTOKENTYPE | |
ae7453f2 | 28 | # define YYTOKENTYPE |
1921f1d7 AD |
29 | /* Put the tokens into the symbol table, so that GDB and other debuggers |
30 | know about them. */ | |
31 | enum yytokentype { | |
32 | GRAM_EOF = 0, | |
33 | STRING = 258, | |
62ddaef6 PE |
34 | INT = 259, |
35 | PERCENT_TOKEN = 260, | |
36 | PERCENT_NTERM = 261, | |
37 | PERCENT_TYPE = 262, | |
38 | PERCENT_DESTRUCTOR = 263, | |
39 | PERCENT_PRINTER = 264, | |
40 | PERCENT_UNION = 265, | |
41 | PERCENT_LEFT = 266, | |
42 | PERCENT_RIGHT = 267, | |
43 | PERCENT_NONASSOC = 268, | |
44 | PERCENT_PREC = 269, | |
45 | PERCENT_DPREC = 270, | |
46 | PERCENT_MERGE = 271, | |
47 | PERCENT_DEBUG = 272, | |
92f5e991 AD |
48 | PERCENT_DEFAULT_PREC = 273, |
49 | PERCENT_DEFINE = 274, | |
50 | PERCENT_DEFINES = 275, | |
51 | PERCENT_ERROR_VERBOSE = 276, | |
52 | PERCENT_EXPECT = 277, | |
d6328241 PH |
53 | PERCENT_EXPECT_RR = 278, |
54 | PERCENT_FILE_PREFIX = 279, | |
55 | PERCENT_GLR_PARSER = 280, | |
56 | PERCENT_INITIAL_ACTION = 281, | |
57 | PERCENT_LEX_PARAM = 282, | |
58 | PERCENT_LOCATIONS = 283, | |
59 | PERCENT_NAME_PREFIX = 284, | |
60 | PERCENT_NO_DEFAULT_PREC = 285, | |
61 | PERCENT_NO_LINES = 286, | |
62 | PERCENT_NONDETERMINISTIC_PARSER = 287, | |
63 | PERCENT_OUTPUT = 288, | |
64 | PERCENT_PARSE_PARAM = 289, | |
65 | PERCENT_PURE_PARSER = 290, | |
b50d2359 AD |
66 | PERCENT_REQUIRE = 291, |
67 | PERCENT_SKELETON = 292, | |
68 | PERCENT_START = 293, | |
69 | PERCENT_TOKEN_TABLE = 294, | |
70 | PERCENT_VERBOSE = 295, | |
71 | PERCENT_YACC = 296, | |
72 | TYPE = 297, | |
73 | EQUAL = 298, | |
74 | SEMICOLON = 299, | |
75 | PIPE = 300, | |
76 | ID = 301, | |
77 | ID_COLON = 302, | |
78 | PERCENT_PERCENT = 303, | |
79 | PROLOGUE = 304, | |
80 | EPILOGUE = 305, | |
81 | BRACED_CODE = 306 | |
1921f1d7 | 82 | }; |
ae7453f2 | 83 | #endif |
f5109f5a | 84 | /* Tokens. */ |
1921f1d7 AD |
85 | #define GRAM_EOF 0 |
86 | #define STRING 258 | |
62ddaef6 PE |
87 | #define INT 259 |
88 | #define PERCENT_TOKEN 260 | |
89 | #define PERCENT_NTERM 261 | |
90 | #define PERCENT_TYPE 262 | |
91 | #define PERCENT_DESTRUCTOR 263 | |
92 | #define PERCENT_PRINTER 264 | |
93 | #define PERCENT_UNION 265 | |
94 | #define PERCENT_LEFT 266 | |
95 | #define PERCENT_RIGHT 267 | |
96 | #define PERCENT_NONASSOC 268 | |
97 | #define PERCENT_PREC 269 | |
98 | #define PERCENT_DPREC 270 | |
99 | #define PERCENT_MERGE 271 | |
100 | #define PERCENT_DEBUG 272 | |
92f5e991 AD |
101 | #define PERCENT_DEFAULT_PREC 273 |
102 | #define PERCENT_DEFINE 274 | |
103 | #define PERCENT_DEFINES 275 | |
104 | #define PERCENT_ERROR_VERBOSE 276 | |
105 | #define PERCENT_EXPECT 277 | |
d6328241 PH |
106 | #define PERCENT_EXPECT_RR 278 |
107 | #define PERCENT_FILE_PREFIX 279 | |
108 | #define PERCENT_GLR_PARSER 280 | |
109 | #define PERCENT_INITIAL_ACTION 281 | |
110 | #define PERCENT_LEX_PARAM 282 | |
111 | #define PERCENT_LOCATIONS 283 | |
112 | #define PERCENT_NAME_PREFIX 284 | |
113 | #define PERCENT_NO_DEFAULT_PREC 285 | |
114 | #define PERCENT_NO_LINES 286 | |
115 | #define PERCENT_NONDETERMINISTIC_PARSER 287 | |
116 | #define PERCENT_OUTPUT 288 | |
117 | #define PERCENT_PARSE_PARAM 289 | |
118 | #define PERCENT_PURE_PARSER 290 | |
b50d2359 AD |
119 | #define PERCENT_REQUIRE 291 |
120 | #define PERCENT_SKELETON 292 | |
121 | #define PERCENT_START 293 | |
122 | #define PERCENT_TOKEN_TABLE 294 | |
123 | #define PERCENT_VERBOSE 295 | |
124 | #define PERCENT_YACC 296 | |
125 | #define TYPE 297 | |
126 | #define EQUAL 298 | |
127 | #define SEMICOLON 299 | |
128 | #define PIPE 300 | |
129 | #define ID 301 | |
130 | #define ID_COLON 302 | |
131 | #define PERCENT_PERCENT 303 | |
132 | #define PROLOGUE 304 | |
133 | #define EPILOGUE 305 | |
134 | #define BRACED_CODE 306 | |
1921f1d7 AD |
135 | |
136 | ||
137 | ||
138 | ||
73521d9f | 139 | #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) |
8f3596a6 | 140 | #line 82 "../../src/parse-gram.y" |
73521d9f | 141 | typedef union YYSTYPE { |
05d18c24 PE |
142 | symbol *symbol; |
143 | symbol_list *list; | |
e9955c83 | 144 | int integer; |
05d18c24 PE |
145 | char *chars; |
146 | assoc assoc; | |
147 | uniqstr uniqstr; | |
73521d9f | 148 | } YYSTYPE; |
3b0ffc7e | 149 | /* Line 1541 of yacc.c. */ |
8f3596a6 | 150 | #line 151 "../../src/parse-gram.h" |
73521d9f PE |
151 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
152 | # define YYSTYPE_IS_DECLARED 1 | |
886b69d1 | 153 | # define YYSTYPE_IS_TRIVIAL 1 |
e9955c83 AD |
154 | #endif |
155 | ||
1921f1d7 AD |
156 | |
157 | ||
73521d9f PE |
158 | #if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED) |
159 | typedef struct YYLTYPE | |
e9955c83 AD |
160 | { |
161 | int first_line; | |
162 | int first_column; | |
163 | int last_line; | |
164 | int last_column; | |
73521d9f PE |
165 | } YYLTYPE; |
166 | # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ | |
167 | # define YYLTYPE_IS_DECLARED 1 | |
168 | # define YYLTYPE_IS_TRIVIAL 1 | |
e9955c83 AD |
169 | #endif |
170 | ||
171 | ||
172 | ||
1921f1d7 | 173 |