]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/jamgram.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / engine / jamgram.hpp
1 /* A Bison parser, made by GNU Bison 3.3.2. */
2
3 /* Bison interface for Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
6 Inc.
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20
21 /* As a special exception, you may create a larger work that contains
22 part or all of the Bison parser skeleton and distribute that work
23 under terms of your choice, so long as that work isn't itself a
24 parser generator using the skeleton or a modified version thereof
25 as a parser skeleton. Alternatively, if you modify or redistribute
26 the parser skeleton itself, you may (at your option) remove this
27 special exception, which will cause the skeleton and the resulting
28 Bison output files to be licensed under the GNU General Public
29 License without this special exception.
30
31 This special exception was added by the Free Software Foundation in
32 version 2.2 of Bison. */
33
34 /* Undocumented macros, especially those whose name start with YY_,
35 are private implementation details. Do not rely on them. */
36
37 #ifndef YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED
38 # define YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED
39 /* Debug traces. */
40 #ifndef YYDEBUG
41 # define YYDEBUG 0
42 #endif
43 #if YYDEBUG
44 extern int yydebug;
45 #endif
46
47 /* Token type. */
48 #ifndef YYTOKENTYPE
49 # define YYTOKENTYPE
50 enum yytokentype
51 {
52 _BANG_t = 258,
53 _BANG_EQUALS_t = 259,
54 _AMPER_t = 260,
55 _AMPERAMPER_t = 261,
56 _LPAREN_t = 262,
57 _RPAREN_t = 263,
58 _PLUS_EQUALS_t = 264,
59 _COLON_t = 265,
60 _SEMIC_t = 266,
61 _LANGLE_t = 267,
62 _LANGLE_EQUALS_t = 268,
63 _EQUALS_t = 269,
64 _RANGLE_t = 270,
65 _RANGLE_EQUALS_t = 271,
66 _QUESTION_EQUALS_t = 272,
67 _LBRACKET_t = 273,
68 _RBRACKET_t = 274,
69 ACTIONS_t = 275,
70 BIND_t = 276,
71 BREAK_t = 277,
72 CASE_t = 278,
73 CLASS_t = 279,
74 CONTINUE_t = 280,
75 DEFAULT_t = 281,
76 ELSE_t = 282,
77 EXISTING_t = 283,
78 FOR_t = 284,
79 IF_t = 285,
80 IGNORE_t = 286,
81 IN_t = 287,
82 INCLUDE_t = 288,
83 LOCAL_t = 289,
84 MODULE_t = 290,
85 ON_t = 291,
86 PIECEMEAL_t = 292,
87 QUIETLY_t = 293,
88 RETURN_t = 294,
89 RULE_t = 295,
90 SWITCH_t = 296,
91 TOGETHER_t = 297,
92 UPDATED_t = 298,
93 WHILE_t = 299,
94 _LBRACE_t = 300,
95 _BAR_t = 301,
96 _BARBAR_t = 302,
97 _RBRACE_t = 303,
98 ARG = 304,
99 STRING = 305
100 };
101 #endif
102 /* Tokens. */
103 #define _BANG_t 258
104 #define _BANG_EQUALS_t 259
105 #define _AMPER_t 260
106 #define _AMPERAMPER_t 261
107 #define _LPAREN_t 262
108 #define _RPAREN_t 263
109 #define _PLUS_EQUALS_t 264
110 #define _COLON_t 265
111 #define _SEMIC_t 266
112 #define _LANGLE_t 267
113 #define _LANGLE_EQUALS_t 268
114 #define _EQUALS_t 269
115 #define _RANGLE_t 270
116 #define _RANGLE_EQUALS_t 271
117 #define _QUESTION_EQUALS_t 272
118 #define _LBRACKET_t 273
119 #define _RBRACKET_t 274
120 #define ACTIONS_t 275
121 #define BIND_t 276
122 #define BREAK_t 277
123 #define CASE_t 278
124 #define CLASS_t 279
125 #define CONTINUE_t 280
126 #define DEFAULT_t 281
127 #define ELSE_t 282
128 #define EXISTING_t 283
129 #define FOR_t 284
130 #define IF_t 285
131 #define IGNORE_t 286
132 #define IN_t 287
133 #define INCLUDE_t 288
134 #define LOCAL_t 289
135 #define MODULE_t 290
136 #define ON_t 291
137 #define PIECEMEAL_t 292
138 #define QUIETLY_t 293
139 #define RETURN_t 294
140 #define RULE_t 295
141 #define SWITCH_t 296
142 #define TOGETHER_t 297
143 #define UPDATED_t 298
144 #define WHILE_t 299
145 #define _LBRACE_t 300
146 #define _BAR_t 301
147 #define _BARBAR_t 302
148 #define _RBRACE_t 303
149 #define ARG 304
150 #define STRING 305
151
152 /* Value type. */
153 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
154 typedef int YYSTYPE;
155 # define YYSTYPE_IS_TRIVIAL 1
156 # define YYSTYPE_IS_DECLARED 1
157 #endif
158
159
160 extern YYSTYPE yylval;
161
162 int yyparse (void);
163
164 #endif /* !YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED */