Ruby  2.0.0p598(2014-11-13revision48408)
parse.h
Go to the documentation of this file.
1 /* A Bison parser, made by GNU Bison 2.5. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
6 
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 
20 /* As a special exception, you may create a larger work that contains
21  part or all of the Bison parser skeleton and distribute that work
22  under terms of your choice, so long as that work isn't itself a
23  parser generator using the skeleton or a modified version thereof
24  as a parser skeleton. Alternatively, if you modify or redistribute
25  the parser skeleton itself, you may (at your option) remove this
26  special exception, which will cause the skeleton and the resulting
27  Bison output files to be licensed under the GNU General Public
28  License without this special exception.
29 
30  This special exception was added by the Free Software Foundation in
31  version 2.2 of Bison. */
32 
33 
34 /* Tokens. */
35 #ifndef YYTOKENTYPE
36 # define YYTOKENTYPE
37  /* Put the tokens into the symbol table, so that GDB and other debuggers
38  know about them. */
39  enum yytokentype {
43  keyword_def = 260,
48  keyword_end = 265,
49  keyword_if = 266,
51  keyword_then = 268,
53  keyword_else = 270,
54  keyword_case = 271,
55  keyword_when = 272,
58  keyword_for = 275,
60  keyword_next = 277,
61  keyword_redo = 278,
63  keyword_in = 280,
64  keyword_do = 281,
71  keyword_self = 288,
72  keyword_nil = 289,
73  keyword_true = 290,
75  keyword_and = 292,
76  keyword_or = 293,
77  keyword_not = 294,
78  modifier_if = 295,
86  keyword_END = 303,
90  tIDENTIFIER = 307,
91  tFID = 308,
92  tGVAR = 309,
93  tIVAR = 310,
94  tCONSTANT = 311,
95  tCVAR = 312,
96  tLABEL = 313,
97  tINTEGER = 314,
98  tFLOAT = 315,
100  tCHAR = 317,
101  tNTH_REF = 318,
102  tBACK_REF = 319,
103  tREGEXP_END = 320,
104  tUPLUS = 130,
105  tUMINUS = 131,
106  tPOW = 132,
107  tCMP = 134,
108  tEQ = 139,
109  tEQQ = 140,
110  tNEQ = 141,
111  tGEQ = 138,
112  tLEQ = 137,
113  tANDOP = 321,
114  tOROP = 322,
115  tMATCH = 142,
116  tNMATCH = 143,
117  tDOT2 = 128,
118  tDOT3 = 129,
119  tAREF = 144,
120  tASET = 145,
121  tLSHFT = 135,
122  tRSHFT = 136,
123  tCOLON2 = 323,
124  tCOLON3 = 324,
125  tOP_ASGN = 325,
126  tASSOC = 326,
127  tLPAREN = 327,
128  tLPAREN_ARG = 328,
129  tRPAREN = 329,
130  tLBRACK = 330,
131  tLBRACE = 331,
132  tLBRACE_ARG = 332,
133  tSTAR = 333,
134  tDSTAR = 334,
135  tAMPER = 335,
136  tLAMBDA = 336,
137  tSYMBEG = 337,
138  tSTRING_BEG = 338,
140  tREGEXP_BEG = 340,
141  tWORDS_BEG = 341,
142  tQWORDS_BEG = 342,
148  tSTRING_END = 348,
149  tLAMBEG = 349,
150  tLOWEST = 350,
151  tUMINUS_NUM = 351,
153  };
154 #endif
155 
156 
157 
158 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
159 typedef union YYSTYPE
160 {
161 
162 /* Line 2068 of yacc.c */
163 
167  int num;
168  const struct vtable *vars;
169 
170 
171 
172 /* Line 2068 of yacc.c */
173 } YYSTYPE;
174 # define YYSTYPE_IS_TRIVIAL 1
175 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
176 # define YYSTYPE_IS_DECLARED 1
177 #endif
178 
179 
180 
181 
VALUE val
Definition: parse.h:164
Definition: ripper.y:119
case return tREGEXP_BEG
Definition: ripper.y:7646
union YYSTYPE YYSTYPE
Definition: ripper.y:115
int num
Definition: parse.h:167
Definition: ripper.y:108
Definition: ripper.y:118
Definition: ripper.y:105
NODE * node
Definition: parse.h:165
Definition: ripper.y:120
Definition: ripper.y:99
yytokentype
Definition: ripper.y:40
ID id
Definition: parse.h:166
Definition: ripper.y:109
primary_value operation2 command_args prec tLOWEST
Definition: ripper.y:1402
Definition: ripper.y:112
Definition: ripper.y:107
Definition: ripper.y:114
Definition: ripper.y:96
Definition: ripper.y:240
Definition: parse.h:159
Definition: ripper.y:110
Definition: ripper.y:97
Definition: ripper.y:113
unsigned long ID
Definition: ripper.y:105
struct vtable * vars
Definition: parse.h:168
Definition: ripper.y:135
Definition: ripper.y:116
Definition: ripper.y:123
Definition: ripper.y:94
Definition: ripper.y:101
mlhs_head tSTAR
Definition: ripper.y:1543
Definition: ripper.y:122
Definition: ripper.y:111
Definition: ripper.y:92
Definition: ripper.y:127
return tOP_ASGN
Definition: ripper.y:7668
keyword_BEGIN
Definition: ripper.y:1030
Definition: ripper.y:121
Definition: ripper.c:181
unsigned long VALUE
Definition: ripper.y:104
return tSYMBEG
Definition: ripper.y:7642
Definition: ripper.y:93
Definition: ripper.y:136