]>
git.saurik.com Git - bison.git/blob - src/parse-gram.h
1 #ifndef BISON_PARSE_GRAM_H
2 # define BISON_PARSE_GRAM_H
6 # if defined (__STDC__) || defined (__cplusplus)
7 /* Put the tokens into the symbol table, so that GDB and other debuggers
17 PERCENT_DESTRUCTOR
= 264,
18 PERCENT_PRINTER
= 265,
22 PERCENT_NONASSOC
= 269,
28 PERCENT_VERBOSE
= 275,
29 PERCENT_ERROR_VERBOSE
= 276,
31 PERCENT_FILE_PREFIX
= 278,
32 PERCENT_NAME_PREFIX
= 279,
34 PERCENT_PURE_PARSER
= 281,
35 PERCENT_GLR_PARSER
= 282,
36 PERCENT_DEFINES
= 283,
39 PERCENT_LOCATIONS
= 286,
40 PERCENT_NO_LINES
= 287,
41 PERCENT_SKELETON
= 288,
42 PERCENT_TOKEN_TABLE
= 289,
49 PERCENT_PERCENT
= 296,
55 /* POSIX requires `int' for tokens in interfaces. */
56 # define YYTOKENTYPE int
57 #endif /* !YYTOKENTYPE */
62 #define PERCENT_TOKEN 261
63 #define PERCENT_NTERM 262
64 #define PERCENT_TYPE 263
65 #define PERCENT_DESTRUCTOR 264
66 #define PERCENT_PRINTER 265
67 #define PERCENT_UNION 266
68 #define PERCENT_LEFT 267
69 #define PERCENT_RIGHT 268
70 #define PERCENT_NONASSOC 269
71 #define PERCENT_EXPECT 270
72 #define PERCENT_START 271
73 #define PERCENT_PREC 272
74 #define PERCENT_DPREC 273
75 #define PERCENT_MERGE 274
76 #define PERCENT_VERBOSE 275
77 #define PERCENT_ERROR_VERBOSE 276
78 #define PERCENT_OUTPUT 277
79 #define PERCENT_FILE_PREFIX 278
80 #define PERCENT_NAME_PREFIX 279
81 #define PERCENT_DEFINE 280
82 #define PERCENT_PURE_PARSER 281
83 #define PERCENT_GLR_PARSER 282
84 #define PERCENT_DEFINES 283
85 #define PERCENT_YACC 284
86 #define PERCENT_DEBUG 285
87 #define PERCENT_LOCATIONS 286
88 #define PERCENT_NO_LINES 287
89 #define PERCENT_SKELETON 288
90 #define PERCENT_TOKEN_TABLE 289
97 #define PERCENT_PERCENT 296
100 #define BRACED_CODE 299
106 #line 88 "parse-gram.y"
114 /* Line 1353 of /usr/local/share/bison/yacc.c. */
116 # define YYSTYPE yystype
122 typedef struct yyltype
129 # define YYLTYPE yyltype
134 #endif /* not BISON_PARSE_GRAM_H */