]>
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,
21 PERCENT_NONASSOC
= 268,
25 PERCENT_VERBOSE
= 272,
26 PERCENT_ERROR_VERBOSE
= 273,
28 PERCENT_FILE_PREFIX
= 275,
29 PERCENT_NAME_PREFIX
= 276,
31 PERCENT_PURE_PARSER
= 278,
32 PERCENT_DEFINES
= 279,
35 PERCENT_LOCATIONS
= 282,
36 PERCENT_NO_LINES
= 283,
37 PERCENT_SKELETON
= 284,
38 PERCENT_TOKEN_TABLE
= 285,
45 PERCENT_PERCENT
= 292,
51 /* POSIX requires `int' for tokens in interfaces. */
52 # define YYTOKENTYPE int
53 #endif /* !YYTOKENTYPE */
58 #define PERCENT_TOKEN 261
59 #define PERCENT_NTERM 262
60 #define PERCENT_TYPE 263
61 #define PERCENT_DESTRUCTOR 264
62 #define PERCENT_UNION 265
63 #define PERCENT_LEFT 266
64 #define PERCENT_RIGHT 267
65 #define PERCENT_NONASSOC 268
66 #define PERCENT_EXPECT 269
67 #define PERCENT_START 270
68 #define PERCENT_PREC 271
69 #define PERCENT_VERBOSE 272
70 #define PERCENT_ERROR_VERBOSE 273
71 #define PERCENT_OUTPUT 274
72 #define PERCENT_FILE_PREFIX 275
73 #define PERCENT_NAME_PREFIX 276
74 #define PERCENT_DEFINE 277
75 #define PERCENT_PURE_PARSER 278
76 #define PERCENT_DEFINES 279
77 #define PERCENT_YACC 280
78 #define PERCENT_DEBUG 281
79 #define PERCENT_LOCATIONS 282
80 #define PERCENT_NO_LINES 283
81 #define PERCENT_SKELETON 284
82 #define PERCENT_TOKEN_TABLE 285
89 #define PERCENT_PERCENT 292
92 #define BRACED_CODE 295
98 #line 91 "parse-gram.y"
106 /* Line 1271 of /usr/local/share/bison/bison.simple. */
108 # define YYSTYPE yystype
114 typedef struct yyltype
121 # define YYLTYPE yyltype
126 #endif /* not BISON_PARSE_GRAM_H */