]>
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,
26 PERCENT_VERBOSE
= 273,
27 PERCENT_ERROR_VERBOSE
= 274,
29 PERCENT_FILE_PREFIX
= 276,
30 PERCENT_NAME_PREFIX
= 277,
32 PERCENT_PURE_PARSER
= 279,
33 PERCENT_DEFINES
= 280,
36 PERCENT_LOCATIONS
= 283,
37 PERCENT_NO_LINES
= 284,
38 PERCENT_SKELETON
= 285,
39 PERCENT_TOKEN_TABLE
= 286,
46 PERCENT_PERCENT
= 293,
52 /* POSIX requires `int' for tokens in interfaces. */
53 # define YYTOKENTYPE int
54 #endif /* !YYTOKENTYPE */
59 #define PERCENT_TOKEN 261
60 #define PERCENT_NTERM 262
61 #define PERCENT_TYPE 263
62 #define PERCENT_DESTRUCTOR 264
63 #define PERCENT_PRINTER 265
64 #define PERCENT_UNION 266
65 #define PERCENT_LEFT 267
66 #define PERCENT_RIGHT 268
67 #define PERCENT_NONASSOC 269
68 #define PERCENT_EXPECT 270
69 #define PERCENT_START 271
70 #define PERCENT_PREC 272
71 #define PERCENT_VERBOSE 273
72 #define PERCENT_ERROR_VERBOSE 274
73 #define PERCENT_OUTPUT 275
74 #define PERCENT_FILE_PREFIX 276
75 #define PERCENT_NAME_PREFIX 277
76 #define PERCENT_DEFINE 278
77 #define PERCENT_PURE_PARSER 279
78 #define PERCENT_DEFINES 280
79 #define PERCENT_YACC 281
80 #define PERCENT_DEBUG 282
81 #define PERCENT_LOCATIONS 283
82 #define PERCENT_NO_LINES 284
83 #define PERCENT_SKELETON 285
84 #define PERCENT_TOKEN_TABLE 286
91 #define PERCENT_PERCENT 293
94 #define BRACED_CODE 296
100 #line 88 "parse-gram.y"
108 /* Line 1331 of /usr/local/share/bison/bison.simple. */
110 # define YYSTYPE yystype
116 typedef struct yyltype
123 # define YYLTYPE yyltype
128 #endif /* not BISON_PARSE_GRAM_H */