summaryrefslogtreecommitdiff
path: root/perly.h
blob: f2f378affef27860c0fb9bc37d8cf49f935d0f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
/* -*- mode: C; buffer-read-only: t -*-
   !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
   This file is built by regen_perly.pl from perly.y.
   Any changes made here will be lost!
 */

#define PERL_BISON_VERSION  30003

#ifdef PERL_CORE
/* A Bison parser, made by GNU Bison 3.3.  */

/* Bison interface for Yacc-like parsers in C

   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
   Inc.

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   License without this special exception.

   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */

/* Undocumented macros, especially those whose name start with YY_,
   are private implementation details.  Do not rely on them.  */

/* Debug traces.  */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
#if YYDEBUG
extern int yydebug;
#endif

/* Token type.  */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
  enum yytokentype
  {
    GRAMPROG = 258,
    GRAMEXPR = 259,
    GRAMBLOCK = 260,
    GRAMBARESTMT = 261,
    GRAMFULLSTMT = 262,
    GRAMSTMTSEQ = 263,
    GRAMSUBSIGNATURE = 264,
    PERLY_AMPERSAND = 265,
    PERLY_BRACE_OPEN = 266,
    PERLY_BRACE_CLOSE = 267,
    PERLY_BRACKET_OPEN = 268,
    PERLY_BRACKET_CLOSE = 269,
    PERLY_COMMA = 270,
    PERLY_DOLLAR = 271,
    PERLY_DOT = 272,
    PERLY_EQUAL_SIGN = 273,
    PERLY_MINUS = 274,
    PERLY_PERCENT_SIGN = 275,
    PERLY_PLUS = 276,
    PERLY_SEMICOLON = 277,
    PERLY_SLASH = 278,
    PERLY_SNAIL = 279,
    PERLY_STAR = 280,
    KW_FORMAT = 281,
    KW_PACKAGE = 282,
    KW_CLASS = 283,
    KW_LOCAL = 284,
    KW_MY = 285,
    KW_FIELD = 286,
    KW_IF = 287,
    KW_ELSE = 288,
    KW_ELSIF = 289,
    KW_UNLESS = 290,
    KW_FOR = 291,
    KW_UNTIL = 292,
    KW_WHILE = 293,
    KW_CONTINUE = 294,
    KW_GIVEN = 295,
    KW_WHEN = 296,
    KW_DEFAULT = 297,
    KW_TRY = 298,
    KW_CATCH = 299,
    KW_FINALLY = 300,
    KW_DEFER = 301,
    KW_REQUIRE = 302,
    KW_DO = 303,
    KW_USE_or_NO = 304,
    KW_SUB_named = 305,
    KW_SUB_named_sig = 306,
    KW_SUB_anon = 307,
    KW_SUB_anon_sig = 308,
    KW_METHOD_named = 309,
    KW_METHOD_anon = 310,
    BAREWORD = 311,
    METHCALL0 = 312,
    METHCALL = 313,
    THING = 314,
    PMFUNC = 315,
    PRIVATEREF = 316,
    QWLIST = 317,
    FUNC0OP = 318,
    FUNC0SUB = 319,
    UNIOPSUB = 320,
    LSTOPSUB = 321,
    PLUGEXPR = 322,
    PLUGSTMT = 323,
    LABEL = 324,
    LOOPEX = 325,
    DOTDOT = 326,
    YADAYADA = 327,
    FUNC0 = 328,
    FUNC1 = 329,
    FUNC = 330,
    UNIOP = 331,
    LSTOP = 332,
    POWOP = 333,
    MULOP = 334,
    ADDOP = 335,
    DOLSHARP = 336,
    HASHBRACK = 337,
    NOAMP = 338,
    COLONATTR = 339,
    FORMLBRACK = 340,
    FORMRBRACK = 341,
    SUBLEXSTART = 342,
    SUBLEXEND = 343,
    PHASER = 344,
    PREC_LOW = 345,
    PLUGIN_LOW_OP = 346,
    OROP = 347,
    PLUGIN_LOGICAL_OR_LOW_OP = 348,
    ANDOP = 349,
    PLUGIN_LOGICAL_AND_LOW_OP = 350,
    NOTOP = 351,
    ASSIGNOP = 352,
    PLUGIN_ASSIGN_OP = 353,
    PERLY_QUESTION_MARK = 354,
    PERLY_COLON = 355,
    OROR = 356,
    DORDOR = 357,
    PLUGIN_LOGICAL_OR_OP = 358,
    ANDAND = 359,
    PLUGIN_LOGICAL_AND_OP = 360,
    BITOROP = 361,
    BITANDOP = 362,
    CHEQOP = 363,
    NCEQOP = 364,
    CHRELOP = 365,
    NCRELOP = 366,
    PLUGIN_REL_OP = 367,
    SHIFTOP = 368,
    PLUGIN_ADD_OP = 369,
    PLUGIN_MUL_OP = 370,
    MATCHOP = 371,
    PERLY_EXCLAMATION_MARK = 372,
    PERLY_TILDE = 373,
    UMINUS = 374,
    REFGEN = 375,
    PLUGIN_POW_OP = 376,
    PREINC = 377,
    PREDEC = 378,
    POSTINC = 379,
    POSTDEC = 380,
    POSTJOIN = 381,
    PLUGIN_HIGH_OP = 382,
    ARROW = 383,
    PERLY_PAREN_CLOSE = 384,
    PERLY_PAREN_OPEN = 385
  };
#endif

/* Value type.  */
#ifdef PERL_IN_TOKE_C
static bool
S_is_opval_token(int type) {
    switch (type) {
    case BAREWORD:
    case FUNC0OP:
    case FUNC0SUB:
    case LABEL:
    case LSTOPSUB:
    case METHCALL:
    case METHCALL0:
    case PLUGEXPR:
    case PLUGSTMT:
    case PMFUNC:
    case PRIVATEREF:
    case QWLIST:
    case THING:
    case UNIOPSUB:
	return 1;
    }
    return 0;
}
#endif /* PERL_IN_TOKE_C */
#endif /* PERL_CORE */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED

union YYSTYPE
{

    I32	ival; /* __DEFAULT__ (marker for regen_perly.pl;
				must always be 1st union member) */
    void *pval;
    OP *opval;
    GV *gvval;

};

typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif



int yyparse (void);


/* Generated from:
 * 0a5fcd15cf0b7afb57ade6ceaf68037a38dd194acd9d60d3e4ad99c15233af75 perly.y
 * acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl
 * ex: set ro ft=c: */