]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/jamgram.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / engine / jamgram.hpp
1 /* A Bison parser, made by GNU Bison 3.6.2. */
2
3 /* Bison interface for Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 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 /* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
35 especially those whose name start with YY_ or yy_. They are
36 private implementation details that can be changed or removed. */
37
38 #ifndef YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED
39 # define YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED
40 /* Debug traces. */
41 #ifndef YYDEBUG
42 # define YYDEBUG 0
43 #endif
44 #if YYDEBUG
45 extern int yydebug;
46 #endif
47
48 /* Token kinds. */
49 #ifndef YYTOKENTYPE
50 # define YYTOKENTYPE
51 enum yytokentype
52 {
53 YYEMPTY = -2,
54 YYEOF = 0, /* "end of file" */
55 YYerror = 256, /* error */
56 YYUNDEF = 257, /* "invalid token" */
57 _BANG_t = 258, /* _BANG_t */
58 _BANG_EQUALS_t = 259, /* _BANG_EQUALS_t */
59 _AMPER_t = 260, /* _AMPER_t */
60 _AMPERAMPER_t = 261, /* _AMPERAMPER_t */
61 _LPAREN_t = 262, /* _LPAREN_t */
62 _RPAREN_t = 263, /* _RPAREN_t */
63 _PLUS_EQUALS_t = 264, /* _PLUS_EQUALS_t */
64 _COLON_t = 265, /* _COLON_t */
65 _SEMIC_t = 266, /* _SEMIC_t */
66 _LANGLE_t = 267, /* _LANGLE_t */
67 _LANGLE_EQUALS_t = 268, /* _LANGLE_EQUALS_t */
68 _EQUALS_t = 269, /* _EQUALS_t */
69 _RANGLE_t = 270, /* _RANGLE_t */
70 _RANGLE_EQUALS_t = 271, /* _RANGLE_EQUALS_t */
71 _QUESTION_EQUALS_t = 272, /* _QUESTION_EQUALS_t */
72 _LBRACKET_t = 273, /* _LBRACKET_t */
73 _RBRACKET_t = 274, /* _RBRACKET_t */
74 ACTIONS_t = 275, /* ACTIONS_t */
75 BIND_t = 276, /* BIND_t */
76 BREAK_t = 277, /* BREAK_t */
77 CASE_t = 278, /* CASE_t */
78 CLASS_t = 279, /* CLASS_t */
79 CONTINUE_t = 280, /* CONTINUE_t */
80 DEFAULT_t = 281, /* DEFAULT_t */
81 ELSE_t = 282, /* ELSE_t */
82 EXISTING_t = 283, /* EXISTING_t */
83 FOR_t = 284, /* FOR_t */
84 IF_t = 285, /* IF_t */
85 IGNORE_t = 286, /* IGNORE_t */
86 IN_t = 287, /* IN_t */
87 INCLUDE_t = 288, /* INCLUDE_t */
88 LOCAL_t = 289, /* LOCAL_t */
89 MODULE_t = 290, /* MODULE_t */
90 ON_t = 291, /* ON_t */
91 PIECEMEAL_t = 292, /* PIECEMEAL_t */
92 QUIETLY_t = 293, /* QUIETLY_t */
93 RETURN_t = 294, /* RETURN_t */
94 RULE_t = 295, /* RULE_t */
95 SWITCH_t = 296, /* SWITCH_t */
96 TOGETHER_t = 297, /* TOGETHER_t */
97 UPDATED_t = 298, /* UPDATED_t */
98 WHILE_t = 299, /* WHILE_t */
99 _LBRACE_t = 300, /* _LBRACE_t */
100 _BAR_t = 301, /* _BAR_t */
101 _BARBAR_t = 302, /* _BARBAR_t */
102 _RBRACE_t = 303, /* _RBRACE_t */
103 ARG = 304, /* ARG */
104 STRING = 305 /* STRING */
105 };
106 typedef enum yytokentype yytoken_kind_t;
107 #endif
108 /* Token kinds. */
109 #define YYEOF 0
110 #define YYerror 256
111 #define YYUNDEF 257
112 #define _BANG_t 258
113 #define _BANG_EQUALS_t 259
114 #define _AMPER_t 260
115 #define _AMPERAMPER_t 261
116 #define _LPAREN_t 262
117 #define _RPAREN_t 263
118 #define _PLUS_EQUALS_t 264
119 #define _COLON_t 265
120 #define _SEMIC_t 266
121 #define _LANGLE_t 267
122 #define _LANGLE_EQUALS_t 268
123 #define _EQUALS_t 269
124 #define _RANGLE_t 270
125 #define _RANGLE_EQUALS_t 271
126 #define _QUESTION_EQUALS_t 272
127 #define _LBRACKET_t 273
128 #define _RBRACKET_t 274
129 #define ACTIONS_t 275
130 #define BIND_t 276
131 #define BREAK_t 277
132 #define CASE_t 278
133 #define CLASS_t 279
134 #define CONTINUE_t 280
135 #define DEFAULT_t 281
136 #define ELSE_t 282
137 #define EXISTING_t 283
138 #define FOR_t 284
139 #define IF_t 285
140 #define IGNORE_t 286
141 #define IN_t 287
142 #define INCLUDE_t 288
143 #define LOCAL_t 289
144 #define MODULE_t 290
145 #define ON_t 291
146 #define PIECEMEAL_t 292
147 #define QUIETLY_t 293
148 #define RETURN_t 294
149 #define RULE_t 295
150 #define SWITCH_t 296
151 #define TOGETHER_t 297
152 #define UPDATED_t 298
153 #define WHILE_t 299
154 #define _LBRACE_t 300
155 #define _BAR_t 301
156 #define _BARBAR_t 302
157 #define _RBRACE_t 303
158 #define ARG 304
159 #define STRING 305
160
161 /* Value type. */
162 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
163 typedef int YYSTYPE;
164 # define YYSTYPE_IS_TRIVIAL 1
165 # define YYSTYPE_IS_DECLARED 1
166 #endif
167
168
169 extern YYSTYPE yylval;
170
171 int yyparse (void);
172
173 #endif /* !YY_YY_SRC_ENGINE_JAMGRAM_HPP_INCLUDED */