Ruby  2.1.10p492(2016-04-01revision54464)
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,
99  tRATIONAL = 316,
100  tIMAGINARY = 317,
102  tCHAR = 319,
103  tNTH_REF = 320,
104  tBACK_REF = 321,
105  tREGEXP_END = 322,
106  tUPLUS = 130,
107  tUMINUS = 131,
108  tPOW = 132,
109  tCMP = 134,
110  tEQ = 139,
111  tEQQ = 140,
112  tNEQ = 141,
113  tGEQ = 138,
114  tLEQ = 137,
115  tANDOP = 323,
116  tOROP = 324,
117  tMATCH = 142,
118  tNMATCH = 143,
119  tDOT2 = 128,
120  tDOT3 = 129,
121  tAREF = 144,
122  tASET = 145,
123  tLSHFT = 135,
124  tRSHFT = 136,
125  tCOLON2 = 325,
126  tCOLON3 = 326,
127  tOP_ASGN = 327,
128  tASSOC = 328,
129  tLPAREN = 329,
130  tLPAREN_ARG = 330,
131  tRPAREN = 331,
132  tLBRACK = 332,
133  tLBRACE = 333,
134  tLBRACE_ARG = 334,
135  tSTAR = 335,
136  tDSTAR = 336,
137  tAMPER = 337,
138  tLAMBDA = 338,
139  tSYMBEG = 339,
140  tSTRING_BEG = 340,
142  tREGEXP_BEG = 342,
143  tWORDS_BEG = 343,
144  tQWORDS_BEG = 344,
150  tSTRING_END = 350,
151  tLAMBEG = 351,
152  tLOWEST = 352,
153  tUMINUS_NUM = 353,
155  };
156 #endif
157 
158 
159 
160 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
161 typedef union YYSTYPE
162 {
163 
164 /* Line 2068 of yacc.c */
165 
169  int num;
170  const struct vtable *vars;
171 
172 
173 
174 /* Line 2068 of yacc.c */
175 } YYSTYPE;
176 # define YYSTYPE_IS_TRIVIAL 1
177 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
178 # define YYSTYPE_IS_DECLARED 1
179 #endif
180 
181 
182 
183 
VALUE val
Definition: parse.h:166
union YYSTYPE YYSTYPE
int num
Definition: parse.h:169
Definition: parse.h:93
Definition: parse.h:137
Definition: parse.h:132
Definition: parse.h:111
Definition: parse.h:121
Definition: parse.h:92
Definition: parse.h:126
NODE * node
Definition: parse.h:167
ID id
Definition: parse.h:168
Definition: parse.h:91
Definition: parse.h:113
Definition: parse.h:110
Definition: parse.h:116
Definition: node.h:239
Definition: parse.h:161
Definition: parse.h:138
Definition: parse.h:114
Definition: parse.h:106
Definition: parse.h:119
Definition: parse.h:117
Definition: parse.h:123
Definition: parse.h:139
Definition: parse.h:151
Definition: parse.h:129
unsigned long ID
Definition: ruby.h:89
Definition: parse.h:122
unsigned long VALUE
Definition: ruby.h:88
Definition: parse.h:118
Definition: parse.h:125
yytokentype
Definition: parse.c:780
Definition: parse.h:124
Definition: parse.h:120
Definition: parse.h:108
Definition: parse.h:115
const struct vtable * vars
Definition: parse.h:170
Definition: parse.h:96
Definition: parse.h:95
Definition: parse.h:128
Definition: parse.h:152
Definition: parse.h:107
Definition: parse.h:109
Definition: parse.h:102
Definition: parse.h:131
Definition: parse.h:98
Definition: parse.h:133
Definition: parse.h:112
Definition: ripper.c:181
Definition: parse.h:135
Definition: parse.h:136
Definition: parse.h:97