]>
git.saurik.com Git - bison.git/blob - src/parse-gram.h
aaa4a177765cad381609c255e12263320c061da9
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
21 PERCENT_VERBOSE
= 268,
22 PERCENT_ERROR_VERBOSE
= 269,
24 PERCENT_FILE_PREFIX
= 271,
25 PERCENT_NAME_PREFIX
= 272,
27 PERCENT_PURE_PARSER
= 274,
28 PERCENT_DEFINES
= 275,
31 PERCENT_LOCATIONS
= 278,
32 PERCENT_NO_LINES
= 279,
33 PERCENT_SKELETON
= 280,
34 PERCENT_TOKEN_TABLE
= 281,
41 PERCENT_PERCENT
= 288,
47 PERCENT_NONASSOC
= 294
50 /* POSIX requires `int' for tokens in interfaces. */
51 # define YYTOKENTYPE int
52 #endif /* !YYTOKENTYPE */
57 #define PERCENT_TOKEN 261
58 #define PERCENT_NTERM 262
59 #define PERCENT_TYPE 263
60 #define PERCENT_UNION 264
61 #define PERCENT_EXPECT 265
62 #define PERCENT_START 266
63 #define PERCENT_PREC 267
64 #define PERCENT_VERBOSE 268
65 #define PERCENT_ERROR_VERBOSE 269
66 #define PERCENT_OUTPUT 270
67 #define PERCENT_FILE_PREFIX 271
68 #define PERCENT_NAME_PREFIX 272
69 #define PERCENT_DEFINE 273
70 #define PERCENT_PURE_PARSER 274
71 #define PERCENT_DEFINES 275
72 #define PERCENT_YACC 276
73 #define PERCENT_DEBUG 277
74 #define PERCENT_LOCATIONS 278
75 #define PERCENT_NO_LINES 279
76 #define PERCENT_SKELETON 280
77 #define PERCENT_TOKEN_TABLE 281
84 #define PERCENT_PERCENT 288
87 #define BRACED_CODE 291
88 #define PERCENT_LEFT 292
89 #define PERCENT_RIGHT 293
90 #define PERCENT_NONASSOC 294
96 #line 89 "parse-gram.y"
103 /* Line 1271 of /usr/local/share/bison/bison.simple. */
105 # define YYSTYPE yystype
111 typedef struct yyltype
118 # define YYLTYPE yyltype
123 #endif /* not BISON_PARSE_GRAM_H */