]>
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
20 PERCENT_NONASSOC
= 267,
24 PERCENT_VERBOSE
= 271,
25 PERCENT_ERROR_VERBOSE
= 272,
27 PERCENT_FILE_PREFIX
= 274,
28 PERCENT_NAME_PREFIX
= 275,
30 PERCENT_PURE_PARSER
= 277,
31 PERCENT_DEFINES
= 278,
34 PERCENT_LOCATIONS
= 281,
35 PERCENT_NO_LINES
= 282,
36 PERCENT_SKELETON
= 283,
37 PERCENT_TOKEN_TABLE
= 284,
44 PERCENT_PERCENT
= 291,
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_LEFT 265
62 #define PERCENT_RIGHT 266
63 #define PERCENT_NONASSOC 267
64 #define PERCENT_EXPECT 268
65 #define PERCENT_START 269
66 #define PERCENT_PREC 270
67 #define PERCENT_VERBOSE 271
68 #define PERCENT_ERROR_VERBOSE 272
69 #define PERCENT_OUTPUT 273
70 #define PERCENT_FILE_PREFIX 274
71 #define PERCENT_NAME_PREFIX 275
72 #define PERCENT_DEFINE 276
73 #define PERCENT_PURE_PARSER 277
74 #define PERCENT_DEFINES 278
75 #define PERCENT_YACC 279
76 #define PERCENT_DEBUG 280
77 #define PERCENT_LOCATIONS 281
78 #define PERCENT_NO_LINES 282
79 #define PERCENT_SKELETON 283
80 #define PERCENT_TOKEN_TABLE 284
87 #define PERCENT_PERCENT 291
90 #define BRACED_CODE 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 */