37#ifndef YY_YY_PARSE_H_INCLUDED
38# define YY_YY_PARSE_H_INCLUDED
43#if YYDEBUG && !defined(yydebug)
81 keyword_do_cond = 282,
82 keyword_do_block = 283,
83 keyword_do_LAMBDA = 284,
95 modifier_unless = 296,
98 modifier_rescue = 299,
100 keyword_defined = 301,
103 keyword__LINE__ = 304,
104 keyword__FILE__ = 305,
105 keyword__ENCODING__ = 306,
120 tSTRING_CONTENT = 321,
186 typedef enum yytokentype yytoken_kind_t;
190#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
209 const struct vtable *vars;
217# define YYSTYPE_IS_TRIVIAL 1
218# define YYSTYPE_IS_DECLARED 1
222#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
231# define YYLTYPE_IS_DECLARED 1
232# define YYLTYPE_IS_TRIVIAL 1
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.