1 /* -*- buffer-read-only: t -*-
2 !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
3 This file is built by regen_perly.pl from perly.y.
4 Any changes made here will be lost!
7 #define PERL_BISON_VERSION 30005
10 /* A Bison parser, made by GNU Bison 3.5.1. */
12 /* Bison interface for Yacc-like parsers in C
14 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
17 This program is free software: you can redistribute it and/or modify
18 it under the terms of the GNU General Public License as published by
19 the Free Software Foundation, either version 3 of the License, or
20 (at your option) any later version.
22 This program is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
27 You should have received a copy of the GNU General Public License
28 along with this program. If not, see <http://www.gnu.org/licenses/>. */
30 /* As a special exception, you may create a larger work that contains
31 part or all of the Bison parser skeleton and distribute that work
32 under terms of your choice, so long as that work isn't itself a
33 parser generator using the skeleton or a modified version thereof
34 as a parser skeleton. Alternatively, if you modify or redistribute
35 the parser skeleton itself, you may (at your option) remove this
36 special exception, which will cause the skeleton and the resulting
37 Bison output files to be licensed under the GNU General Public
38 License without this special exception.
40 This special exception was added by the Free Software Foundation in
41 version 2.2 of Bison. */
43 /* Undocumented macros, especially those whose name start with YY_,
44 are private implementation details. Do not rely on them. */
65 GRAMSUBSIGNATURE = 264,
66 PERLY_AMPERSAND = 265,
67 PERLY_BRACE_OPEN = 266,
68 PERLY_BRACE_CLOSE = 267,
69 PERLY_BRACKET_OPEN = 268,
70 PERLY_BRACKET_CLOSE = 269,
74 PERLY_EQUAL_SIGN = 273,
76 PERLY_PERCENT_SIGN = 275,
78 PERLY_SEMICOLON = 277,
142 PERLY_QUESTION_MARK = 341,
155 PERLY_EXCLAMATION_MARK = 354,
166 PERLY_PAREN_CLOSE = 365,
167 PERLY_PAREN_OPEN = 366
172 #ifdef PERL_IN_TOKE_C
174 S_is_opval_token(int type) {
194 #endif /* PERL_IN_TOKE_C */
195 #endif /* PERL_CORE */
196 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
200 I32 ival; /* __DEFAULT__ (marker for regen_perly.pl;
201 must always be 1st union member) */
208 typedef union YYSTYPE YYSTYPE;
209 # define YYSTYPE_IS_TRIVIAL 1
210 # define YYSTYPE_IS_DECLARED 1
219 * 125e373e186e1cf8e055f2faf0d9fa51818b4e2b7b6bfda0b1688f3da43b8c35 perly.y
220 * acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl