Kannel: Open Source WAP and SMS gateway
svn-r5336
wsgram.h
Go to the documentation of this file.
1
/* A Bison parser, made by GNU Bison 3.0.5. */
2
3
/* Bison interface for Yacc-like parsers in C
4
5
Copyright (C) 1984, 1989-1990, 2000-2015, 2018 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
#ifndef YY_WS_YY_Y_TAB_H_INCLUDED
34
# define YY_WS_YY_Y_TAB_H_INCLUDED
35
/* Debug traces. */
36
#ifndef YYDEBUG
37
# define YYDEBUG 0
38
#endif
39
#if YYDEBUG
40
extern
int
ws_yy_debug;
41
#endif
42
43
/* Token type. */
44
#ifndef YYTOKENTYPE
45
# define YYTOKENTYPE
46
enum
yytokentype
47
{
48
tINVALID
= 258,
49
tTRUE
= 259,
50
tFALSE
= 260,
51
tINTEGER
= 261,
52
tFLOAT
= 262,
53
tSTRING
= 263,
54
tIDENTIFIER
= 264,
55
tACCESS
= 265,
56
tAGENT
= 266,
57
tBREAK
= 267,
58
tCONTINUE
= 268,
59
tIDIV
= 269,
60
tIDIVA
= 270,
61
tDOMAIN
= 271,
62
tELSE
= 272,
63
tEQUIV
= 273,
64
tEXTERN
= 274,
65
tFOR
= 275,
66
tFUNCTION
= 276,
67
tHEADER
= 277,
68
tHTTP
= 278,
69
tIF
= 279,
70
tISVALID
= 280,
71
tMETA
= 281,
72
tNAME
= 282,
73
tPATH
= 283,
74
tRETURN
= 284,
75
tTYPEOF
= 285,
76
tUSE
= 286,
77
tUSER
= 287,
78
tVAR
= 288,
79
tWHILE
= 289,
80
tURL
= 290,
81
tDELETE
= 291,
82
tIN
= 292,
83
tLIB
= 293,
84
tNEW
= 294,
85
tNULL
= 295,
86
tTHIS
= 296,
87
tVOID
= 297,
88
tWITH
= 298,
89
tCASE
= 299,
90
tCATCH
= 300,
91
tCLASS
= 301,
92
tCONST
= 302,
93
tDEBUGGER
= 303,
94
tDEFAULT
= 304,
95
tDO
= 305,
96
tENUM
= 306,
97
tEXPORT
= 307,
98
tEXTENDS
= 308,
99
tFINALLY
= 309,
100
tIMPORT
= 310,
101
tPRIVATE
= 311,
102
tPUBLIC
= 312,
103
tSIZEOF
= 313,
104
tSTRUCT
= 314,
105
tSUPER
= 315,
106
tSWITCH
= 316,
107
tTHROW
= 317,
108
tTRY
= 318,
109
tEQ
= 319,
110
tLE
= 320,
111
tGE
= 321,
112
tNE
= 322,
113
tAND
= 323,
114
tOR
= 324,
115
tPLUSPLUS
= 325,
116
tMINUSMINUS
= 326,
117
tLSHIFT
= 327,
118
tRSSHIFT
= 328,
119
tRSZSHIFT
= 329,
120
tADDA
= 330,
121
tSUBA
= 331,
122
tMULA
= 332,
123
tDIVA
= 333,
124
tANDA
= 334,
125
tORA
= 335,
126
tXORA
= 336,
127
tREMA
= 337,
128
tLSHIFTA
= 338,
129
tRSSHIFTA
= 339,
130
tRSZSHIFTA
= 340
131
};
132
#endif
133
/* Tokens. */
134
#define tINVALID 258
135
#define tTRUE 259
136
#define tFALSE 260
137
#define tINTEGER 261
138
#define tFLOAT 262
139
#define tSTRING 263
140
#define tIDENTIFIER 264
141
#define tACCESS 265
142
#define tAGENT 266
143
#define tBREAK 267
144
#define tCONTINUE 268
145
#define tIDIV 269
146
#define tIDIVA 270
147
#define tDOMAIN 271
148
#define tELSE 272
149
#define tEQUIV 273
150
#define tEXTERN 274
151
#define tFOR 275
152
#define tFUNCTION 276
153
#define tHEADER 277
154
#define tHTTP 278
155
#define tIF 279
156
#define tISVALID 280
157
#define tMETA 281
158
#define tNAME 282
159
#define tPATH 283
160
#define tRETURN 284
161
#define tTYPEOF 285
162
#define tUSE 286
163
#define tUSER 287
164
#define tVAR 288
165
#define tWHILE 289
166
#define tURL 290
167
#define tDELETE 291
168
#define tIN 292
169
#define tLIB 293
170
#define tNEW 294
171
#define tNULL 295
172
#define tTHIS 296
173
#define tVOID 297
174
#define tWITH 298
175
#define tCASE 299
176
#define tCATCH 300
177
#define tCLASS 301
178
#define tCONST 302
179
#define tDEBUGGER 303
180
#define tDEFAULT 304
181
#define tDO 305
182
#define tENUM 306
183
#define tEXPORT 307
184
#define tEXTENDS 308
185
#define tFINALLY 309
186
#define tIMPORT 310
187
#define tPRIVATE 311
188
#define tPUBLIC 312
189
#define tSIZEOF 313
190
#define tSTRUCT 314
191
#define tSUPER 315
192
#define tSWITCH 316
193
#define tTHROW 317
194
#define tTRY 318
195
#define tEQ 319
196
#define tLE 320
197
#define tGE 321
198
#define tNE 322
199
#define tAND 323
200
#define tOR 324
201
#define tPLUSPLUS 325
202
#define tMINUSMINUS 326
203
#define tLSHIFT 327
204
#define tRSSHIFT 328
205
#define tRSZSHIFT 329
206
#define tADDA 330
207
#define tSUBA 331
208
#define tMULA 332
209
#define tDIVA 333
210
#define tANDA 334
211
#define tORA 335
212
#define tXORA 336
213
#define tREMA 337
214
#define tLSHIFTA 338
215
#define tRSSHIFTA 339
216
#define tRSZSHIFTA 340
217
218
/* Value type. */
219
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
220
221
union
YYSTYPE
222
{
223
#line 22 "wmlscript/wsgram.y"
/* yacc.c:1910 */
224
225
WsUInt32
integer
;
226
WsFloat
vfloat
;
227
char
*
identifier
;
228
WsUtf8String
*
string
;
229
230
WsBool
boolean
;
231
WsList
*
list
;
232
WsFormalParm
*
parm
;
233
WsVarDec
*
vardec
;
234
235
WsPragmaMetaBody
*
meta_body
;
236
237
WsStatement
*
stmt
;
238
WsExpression
*
expr
;
239
240
#line 241 "y.tab.h"
/* yacc.c:1910 */
241
};
242
243
typedef
union
YYSTYPE
YYSTYPE
;
244
# define YYSTYPE_IS_TRIVIAL 1
245
# define YYSTYPE_IS_DECLARED 1
246
#endif
247
248
/* Location type. */
249
#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
250
typedef
struct
YYLTYPE
YYLTYPE
;
251
struct
YYLTYPE
252
{
253
int
first_line
;
254
int
first_column
;
255
int
last_line
;
256
int
last_column
;
257
};
258
# define YYLTYPE_IS_DECLARED 1
259
# define YYLTYPE_IS_TRIVIAL 1
260
#endif
261
262
263
264
int
ws_yy_parse
(
WsCompiler
* compiler);
265
266
#endif
/* !YY_WS_YY_Y_TAB_H_INCLUDED */
tRETURN
#define tRETURN
Definition:
wsgram.h:160
YYSTYPE::parm
WsFormalParm * parm
Definition:
wsgram.c:308
YYSTYPE::string
WsUtf8String * string
Definition:
wsgram.c:304
YYLTYPE::first_column
int first_column
Definition:
wsgram.c:330
tCONST
#define tCONST
Definition:
wsgram.h:178
tWHILE
#define tWHILE
Definition:
wsgram.h:165
tNEW
#define tNEW
Definition:
wsgram.h:170
tPATH
#define tPATH
Definition:
wsgram.h:159
tEXPORT
#define tEXPORT
Definition:
wsgram.h:183
tWITH
#define tWITH
Definition:
wsgram.h:174
tTRUE
#define tTRUE
Definition:
wsgram.h:135
WsUInt32
unsigned long WsUInt32
Definition:
wsint.h:122
tREMA
#define tREMA
Definition:
wsgram.h:213
YYSTYPE::vardec
WsVarDec * vardec
Definition:
wsgram.c:309
tEQ
#define tEQ
Definition:
wsgram.h:195
tOR
#define tOR
Definition:
wsgram.h:200
tSUBA
#define tSUBA
Definition:
wsgram.h:207
WsFloat
double WsFloat
Definition:
wsint.h:126
tFINALLY
#define tFINALLY
Definition:
wsgram.h:185
tIDENTIFIER
#define tIDENTIFIER
Definition:
wsgram.h:140
YYLTYPE::last_column
int last_column
Definition:
wsgram.c:332
YYLTYPE::last_line
int last_line
Definition:
wsgram.c:331
tVOID
#define tVOID
Definition:
wsgram.h:173
tFLOAT
#define tFLOAT
Definition:
wsgram.h:138
WsStatementRec
Definition:
wsstree.h:521
tLE
#define tLE
Definition:
wsgram.h:196
tEXTERN
#define tEXTERN
Definition:
wsgram.h:150
WsUtf8StringRec
Definition:
wsutf8.h:78
tADDA
#define tADDA
Definition:
wsgram.h:206
tNULL
#define tNULL
Definition:
wsgram.h:171
ws_yy_parse
int ws_yy_parse(WsCompiler *compiler)
tEXTENDS
#define tEXTENDS
Definition:
wsgram.h:184
tPLUSPLUS
#define tPLUSPLUS
Definition:
wsgram.h:201
tCLASS
#define tCLASS
Definition:
wsgram.h:177
tDEFAULT
#define tDEFAULT
Definition:
wsgram.h:180
tORA
#define tORA
Definition:
wsgram.h:211
tINVALID
#define tINVALID
Definition:
wsgram.h:134
tHEADER
#define tHEADER
Definition:
wsgram.h:153
tCONTINUE
#define tCONTINUE
Definition:
wsgram.h:144
yytokentype
yytokentype
Definition:
wsgram.c:122
tSUPER
#define tSUPER
Definition:
wsgram.h:191
tCASE
#define tCASE
Definition:
wsgram.h:175
WsListRec
Definition:
wsstree.h:86
tDELETE
#define tDELETE
Definition:
wsgram.h:167
YYSTYPE::stmt
WsStatement * stmt
Definition:
wsgram.c:313
tENUM
#define tENUM
Definition:
wsgram.h:182
YYLTYPE
Definition:
wsgram.c:327
tMINUSMINUS
#define tMINUSMINUS
Definition:
wsgram.h:202
YYSTYPE::integer
WsUInt32 integer
Definition:
wsgram.c:301
tANDA
#define tANDA
Definition:
wsgram.h:210
YYSTYPE::expr
WsExpression * expr
Definition:
wsgram.c:314
tFOR
#define tFOR
Definition:
wsgram.h:151
WsCompilerRec
Definition:
wsint.h:186
tUSER
#define tUSER
Definition:
wsgram.h:163
tXORA
#define tXORA
Definition:
wsgram.h:212
YYLTYPE::first_line
int first_line
Definition:
wsgram.c:329
tHTTP
#define tHTTP
Definition:
wsgram.h:154
tSTRUCT
#define tSTRUCT
Definition:
wsgram.h:190
tLIB
#define tLIB
Definition:
wsgram.h:169
tSTRING
#define tSTRING
Definition:
wsgram.h:139
tPUBLIC
#define tPUBLIC
Definition:
wsgram.h:188
tLSHIFTA
#define tLSHIFTA
Definition:
wsgram.h:214
tDO
#define tDO
Definition:
wsgram.h:181
tIDIV
#define tIDIV
Definition:
wsgram.h:145
tVAR
#define tVAR
Definition:
wsgram.h:164
tRSZSHIFT
#define tRSZSHIFT
Definition:
wsgram.h:205
tCATCH
#define tCATCH
Definition:
wsgram.h:176
tIMPORT
#define tIMPORT
Definition:
wsgram.h:186
tNAME
#define tNAME
Definition:
wsgram.h:158
tMETA
#define tMETA
Definition:
wsgram.h:157
YYSTYPE::list
WsList * list
Definition:
wsgram.c:307
tDEBUGGER
#define tDEBUGGER
Definition:
wsgram.h:179
tISVALID
#define tISVALID
Definition:
wsgram.h:156
WsBool
WsBool
Definition:
wsint.h:128
tDIVA
#define tDIVA
Definition:
wsgram.h:209
tRSSHIFT
#define tRSSHIFT
Definition:
wsgram.h:204
tIN
#define tIN
Definition:
wsgram.h:168
YYSTYPE::vfloat
WsFloat vfloat
Definition:
wsgram.c:302
tTHIS
#define tTHIS
Definition:
wsgram.h:172
tPRIVATE
#define tPRIVATE
Definition:
wsgram.h:187
WsFormalParmRec
Definition:
wsstree.h:490
YYSTYPE
Definition:
wsgram.c:297
tEQUIV
#define tEQUIV
Definition:
wsgram.h:149
tBREAK
#define tBREAK
Definition:
wsgram.h:143
tAGENT
#define tAGENT
Definition:
wsgram.h:142
YYSTYPE::identifier
char * identifier
Definition:
wsgram.c:303
tAND
#define tAND
Definition:
wsgram.h:199
tMULA
#define tMULA
Definition:
wsgram.h:208
tTHROW
#define tTHROW
Definition:
wsgram.h:193
tELSE
#define tELSE
Definition:
wsgram.h:148
tSWITCH
#define tSWITCH
Definition:
wsgram.h:192
tIDIVA
#define tIDIVA
Definition:
wsgram.h:146
tIF
#define tIF
Definition:
wsgram.h:155
WsPragmaMetaBodyRec
Definition:
wsstree.h:174
YYSTYPE::meta_body
WsPragmaMetaBody * meta_body
Definition:
wsgram.c:311
YYSTYPE::boolean
WsBool boolean
Definition:
wsgram.c:306
WsExpressionRec
Definition:
wsstree.h:272
tFALSE
#define tFALSE
Definition:
wsgram.h:136
tTYPEOF
#define tTYPEOF
Definition:
wsgram.h:161
tDOMAIN
#define tDOMAIN
Definition:
wsgram.h:147
tRSSHIFTA
#define tRSSHIFTA
Definition:
wsgram.h:215
tTRY
#define tTRY
Definition:
wsgram.h:194
tRSZSHIFTA
#define tRSZSHIFTA
Definition:
wsgram.h:216
WsVarDecRec
Definition:
wsstree.h:477
tUSE
#define tUSE
Definition:
wsgram.h:162
tURL
#define tURL
Definition:
wsgram.h:166
tSIZEOF
#define tSIZEOF
Definition:
wsgram.h:189
tFUNCTION
#define tFUNCTION
Definition:
wsgram.h:152
tINTEGER
#define tINTEGER
Definition:
wsgram.h:137
tGE
#define tGE
Definition:
wsgram.h:197
tACCESS
#define tACCESS
Definition:
wsgram.h:141
tNE
#define tNE
Definition:
wsgram.h:198
tLSHIFT
#define tLSHIFT
Definition:
wsgram.h:203
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.