Exemple #1
0

/* Tokens.  */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
#ifndef YYTOKEN_MAP
#define YYTOKEN_MAP enum yytokentype
#define YYTOKEN(num, name) name = num
#endif
   YYTOKEN_MAP {
#ifndef YYTOKEN_MIN
#define YYTOKEN_MIN 258
#endif
     YYTOKEN(258, T_REQUIRE_ONCE),
     YYTOKEN(259, T_REQUIRE),
     YYTOKEN(260, T_EVAL),
     YYTOKEN(261, T_INCLUDE_ONCE),
     YYTOKEN(262, T_INCLUDE),
     YYTOKEN(263, T_LOGICAL_OR),
     YYTOKEN(264, T_LOGICAL_XOR),
     YYTOKEN(265, T_LOGICAL_AND),
     YYTOKEN(266, T_PRINT),
     YYTOKEN(267, T_SR_EQUAL),
     YYTOKEN(268, T_SL_EQUAL),
     YYTOKEN(269, T_XOR_EQUAL),
     YYTOKEN(270, T_OR_EQUAL),
     YYTOKEN(271, T_AND_EQUAL),
     YYTOKEN(272, T_MOD_EQUAL),
     YYTOKEN(273, T_CONCAT_EQUAL),
Exemple #2
0
   
   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */


/* Tokens.  */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
#ifndef YYTOKEN_MAP
#define YYTOKEN_MAP enum yytokentype
#define YYTOKEN(num, name) name = num,
#endif
   YYTOKEN_MAP {
     YYTOKEN(258, T_REQUIRE_ONCE)
     YYTOKEN(259, T_REQUIRE)
     YYTOKEN(260, T_EVAL)
     YYTOKEN(261, T_INCLUDE_ONCE)
     YYTOKEN(262, T_INCLUDE)
     YYTOKEN(263, T_LAMBDA_ARROW)
     YYTOKEN(264, T_LOGICAL_OR)
     YYTOKEN(265, T_LOGICAL_XOR)
     YYTOKEN(266, T_LOGICAL_AND)
     YYTOKEN(267, T_PRINT)
     YYTOKEN(268, T_SR_EQUAL)
     YYTOKEN(269, T_SL_EQUAL)
     YYTOKEN(270, T_XOR_EQUAL)
     YYTOKEN(271, T_OR_EQUAL)
     YYTOKEN(272, T_AND_EQUAL)
     YYTOKEN(273, T_MOD_EQUAL)