Kannel: Open Source WAP and SMS gateway  svn-r5335
wsgram.h File Reference

Go to the source code of this file.

Data Structures

union  YYSTYPE
 
struct  YYLTYPE
 

Macros

#define YYDEBUG   0
 
#define YYTOKENTYPE
 
#define tINVALID   258
 
#define tTRUE   259
 
#define tFALSE   260
 
#define tINTEGER   261
 
#define tFLOAT   262
 
#define tSTRING   263
 
#define tIDENTIFIER   264
 
#define tACCESS   265
 
#define tAGENT   266
 
#define tBREAK   267
 
#define tCONTINUE   268
 
#define tIDIV   269
 
#define tIDIVA   270
 
#define tDOMAIN   271
 
#define tELSE   272
 
#define tEQUIV   273
 
#define tEXTERN   274
 
#define tFOR   275
 
#define tFUNCTION   276
 
#define tHEADER   277
 
#define tHTTP   278
 
#define tIF   279
 
#define tISVALID   280
 
#define tMETA   281
 
#define tNAME   282
 
#define tPATH   283
 
#define tRETURN   284
 
#define tTYPEOF   285
 
#define tUSE   286
 
#define tUSER   287
 
#define tVAR   288
 
#define tWHILE   289
 
#define tURL   290
 
#define tDELETE   291
 
#define tIN   292
 
#define tLIB   293
 
#define tNEW   294
 
#define tNULL   295
 
#define tTHIS   296
 
#define tVOID   297
 
#define tWITH   298
 
#define tCASE   299
 
#define tCATCH   300
 
#define tCLASS   301
 
#define tCONST   302
 
#define tDEBUGGER   303
 
#define tDEFAULT   304
 
#define tDO   305
 
#define tENUM   306
 
#define tEXPORT   307
 
#define tEXTENDS   308
 
#define tFINALLY   309
 
#define tIMPORT   310
 
#define tPRIVATE   311
 
#define tPUBLIC   312
 
#define tSIZEOF   313
 
#define tSTRUCT   314
 
#define tSUPER   315
 
#define tSWITCH   316
 
#define tTHROW   317
 
#define tTRY   318
 
#define tEQ   319
 
#define tLE   320
 
#define tGE   321
 
#define tNE   322
 
#define tAND   323
 
#define tOR   324
 
#define tPLUSPLUS   325
 
#define tMINUSMINUS   326
 
#define tLSHIFT   327
 
#define tRSSHIFT   328
 
#define tRSZSHIFT   329
 
#define tADDA   330
 
#define tSUBA   331
 
#define tMULA   332
 
#define tDIVA   333
 
#define tANDA   334
 
#define tORA   335
 
#define tXORA   336
 
#define tREMA   337
 
#define tLSHIFTA   338
 
#define tRSSHIFTA   339
 
#define tRSZSHIFTA   340
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYLTYPE_IS_DECLARED   1
 
#define YYLTYPE_IS_TRIVIAL   1
 

Typedefs

typedef union YYSTYPE YYSTYPE
 
typedef struct YYLTYPE YYLTYPE
 

Enumerations

enum  yytokentype {
  tINVALID = 258, tTRUE = 259, tFALSE = 260, tINTEGER = 261,
  tFLOAT = 262, tSTRING = 263, tIDENTIFIER = 264, tACCESS = 265,
  tAGENT = 266, tBREAK = 267, tCONTINUE = 268, tIDIV = 269,
  tIDIVA = 270, tDOMAIN = 271, tELSE = 272, tEQUIV = 273,
  tEXTERN = 274, tFOR = 275, tFUNCTION = 276, tHEADER = 277,
  tHTTP = 278, tIF = 279, tISVALID = 280, tMETA = 281,
  tNAME = 282, tPATH = 283, tRETURN = 284, tTYPEOF = 285,
  tUSE = 286, tUSER = 287, tVAR = 288, tWHILE = 289,
  tURL = 290, tDELETE = 291, tIN = 292, tLIB = 293,
  tNEW = 294, tNULL = 295, tTHIS = 296, tVOID = 297,
  tWITH = 298, tCASE = 299, tCATCH = 300, tCLASS = 301,
  tCONST = 302, tDEBUGGER = 303, tDEFAULT = 304, tDO = 305,
  tENUM = 306, tEXPORT = 307, tEXTENDS = 308, tFINALLY = 309,
  tIMPORT = 310, tPRIVATE = 311, tPUBLIC = 312, tSIZEOF = 313,
  tSTRUCT = 314, tSUPER = 315, tSWITCH = 316, tTHROW = 317,
  tTRY = 318, tEQ = 319, tLE = 320, tGE = 321,
  tNE = 322, tAND = 323, tOR = 324, tPLUSPLUS = 325,
  tMINUSMINUS = 326, tLSHIFT = 327, tRSSHIFT = 328, tRSZSHIFT = 329,
  tADDA = 330, tSUBA = 331, tMULA = 332, tDIVA = 333,
  tANDA = 334, tORA = 335, tXORA = 336, tREMA = 337,
  tLSHIFTA = 338, tRSSHIFTA = 339, tRSZSHIFTA = 340, tINVALID = 258,
  tTRUE = 259, tFALSE = 260, tINTEGER = 261, tFLOAT = 262,
  tSTRING = 263, tIDENTIFIER = 264, tACCESS = 265, tAGENT = 266,
  tBREAK = 267, tCONTINUE = 268, tIDIV = 269, tIDIVA = 270,
  tDOMAIN = 271, tELSE = 272, tEQUIV = 273, tEXTERN = 274,
  tFOR = 275, tFUNCTION = 276, tHEADER = 277, tHTTP = 278,
  tIF = 279, tISVALID = 280, tMETA = 281, tNAME = 282,
  tPATH = 283, tRETURN = 284, tTYPEOF = 285, tUSE = 286,
  tUSER = 287, tVAR = 288, tWHILE = 289, tURL = 290,
  tDELETE = 291, tIN = 292, tLIB = 293, tNEW = 294,
  tNULL = 295, tTHIS = 296, tVOID = 297, tWITH = 298,
  tCASE = 299, tCATCH = 300, tCLASS = 301, tCONST = 302,
  tDEBUGGER = 303, tDEFAULT = 304, tDO = 305, tENUM = 306,
  tEXPORT = 307, tEXTENDS = 308, tFINALLY = 309, tIMPORT = 310,
  tPRIVATE = 311, tPUBLIC = 312, tSIZEOF = 313, tSTRUCT = 314,
  tSUPER = 315, tSWITCH = 316, tTHROW = 317, tTRY = 318,
  tEQ = 319, tLE = 320, tGE = 321, tNE = 322,
  tAND = 323, tOR = 324, tPLUSPLUS = 325, tMINUSMINUS = 326,
  tLSHIFT = 327, tRSSHIFT = 328, tRSZSHIFT = 329, tADDA = 330,
  tSUBA = 331, tMULA = 332, tDIVA = 333, tANDA = 334,
  tORA = 335, tXORA = 336, tREMA = 337, tLSHIFTA = 338,
  tRSSHIFTA = 339, tRSZSHIFTA = 340
}
 

Functions

int ws_yy_parse (WsCompiler *compiler)
 

Macro Definition Documentation

◆ tACCESS

#define tACCESS   265

Definition at line 141 of file wsgram.h.

◆ tADDA

#define tADDA   330

Definition at line 206 of file wsgram.h.

◆ tAGENT

#define tAGENT   266

Definition at line 142 of file wsgram.h.

◆ tAND

#define tAND   323

Definition at line 199 of file wsgram.h.

◆ tANDA

#define tANDA   334

Definition at line 210 of file wsgram.h.

◆ tBREAK

#define tBREAK   267

Definition at line 143 of file wsgram.h.

◆ tCASE

#define tCASE   299

Definition at line 175 of file wsgram.h.

◆ tCATCH

#define tCATCH   300

Definition at line 176 of file wsgram.h.

◆ tCLASS

#define tCLASS   301

Definition at line 177 of file wsgram.h.

◆ tCONST

#define tCONST   302

Definition at line 178 of file wsgram.h.

◆ tCONTINUE

#define tCONTINUE   268

Definition at line 144 of file wsgram.h.

◆ tDEBUGGER

#define tDEBUGGER   303

Definition at line 179 of file wsgram.h.

◆ tDEFAULT

#define tDEFAULT   304

Definition at line 180 of file wsgram.h.

◆ tDELETE

#define tDELETE   291

Definition at line 167 of file wsgram.h.

◆ tDIVA

#define tDIVA   333

Definition at line 209 of file wsgram.h.

◆ tDO

#define tDO   305

Definition at line 181 of file wsgram.h.

◆ tDOMAIN

#define tDOMAIN   271

Definition at line 147 of file wsgram.h.

◆ tELSE

#define tELSE   272

Definition at line 148 of file wsgram.h.

◆ tENUM

#define tENUM   306

Definition at line 182 of file wsgram.h.

◆ tEQ

#define tEQ   319

Definition at line 195 of file wsgram.h.

◆ tEQUIV

#define tEQUIV   273

Definition at line 149 of file wsgram.h.

◆ tEXPORT

#define tEXPORT   307

Definition at line 183 of file wsgram.h.

◆ tEXTENDS

#define tEXTENDS   308

Definition at line 184 of file wsgram.h.

◆ tEXTERN

#define tEXTERN   274

Definition at line 150 of file wsgram.h.

◆ tFALSE

#define tFALSE   260

Definition at line 136 of file wsgram.h.

◆ tFINALLY

#define tFINALLY   309

Definition at line 185 of file wsgram.h.

◆ tFLOAT

#define tFLOAT   262

Definition at line 138 of file wsgram.h.

◆ tFOR

#define tFOR   275

Definition at line 151 of file wsgram.h.

◆ tFUNCTION

#define tFUNCTION   276

Definition at line 152 of file wsgram.h.

◆ tGE

#define tGE   321

Definition at line 197 of file wsgram.h.

◆ tHEADER

#define tHEADER   277

Definition at line 153 of file wsgram.h.

◆ tHTTP

#define tHTTP   278

Definition at line 154 of file wsgram.h.

◆ tIDENTIFIER

#define tIDENTIFIER   264

Definition at line 140 of file wsgram.h.

◆ tIDIV

#define tIDIV   269

Definition at line 145 of file wsgram.h.

◆ tIDIVA

#define tIDIVA   270

Definition at line 146 of file wsgram.h.

◆ tIF

#define tIF   279

Definition at line 155 of file wsgram.h.

◆ tIMPORT

#define tIMPORT   310

Definition at line 186 of file wsgram.h.

◆ tIN

#define tIN   292

Definition at line 168 of file wsgram.h.

◆ tINTEGER

#define tINTEGER   261

Definition at line 137 of file wsgram.h.

◆ tINVALID

#define tINVALID   258

Definition at line 134 of file wsgram.h.

◆ tISVALID

#define tISVALID   280

Definition at line 156 of file wsgram.h.

◆ tLE

#define tLE   320

Definition at line 196 of file wsgram.h.

◆ tLIB

#define tLIB   293

Definition at line 169 of file wsgram.h.

◆ tLSHIFT

#define tLSHIFT   327

Definition at line 203 of file wsgram.h.

◆ tLSHIFTA

#define tLSHIFTA   338

Definition at line 214 of file wsgram.h.

◆ tMETA

#define tMETA   281

Definition at line 157 of file wsgram.h.

◆ tMINUSMINUS

#define tMINUSMINUS   326

Definition at line 202 of file wsgram.h.

◆ tMULA

#define tMULA   332

Definition at line 208 of file wsgram.h.

◆ tNAME

#define tNAME   282

Definition at line 158 of file wsgram.h.

◆ tNE

#define tNE   322

Definition at line 198 of file wsgram.h.

◆ tNEW

#define tNEW   294

Definition at line 170 of file wsgram.h.

◆ tNULL

#define tNULL   295

Definition at line 171 of file wsgram.h.

◆ tOR

#define tOR   324

Definition at line 200 of file wsgram.h.

◆ tORA

#define tORA   335

Definition at line 211 of file wsgram.h.

◆ tPATH

#define tPATH   283

Definition at line 159 of file wsgram.h.

◆ tPLUSPLUS

#define tPLUSPLUS   325

Definition at line 201 of file wsgram.h.

◆ tPRIVATE

#define tPRIVATE   311

Definition at line 187 of file wsgram.h.

◆ tPUBLIC

#define tPUBLIC   312

Definition at line 188 of file wsgram.h.

◆ tREMA

#define tREMA   337

Definition at line 213 of file wsgram.h.

◆ tRETURN

#define tRETURN   284

Definition at line 160 of file wsgram.h.

◆ tRSSHIFT

#define tRSSHIFT   328

Definition at line 204 of file wsgram.h.

◆ tRSSHIFTA

#define tRSSHIFTA   339

Definition at line 215 of file wsgram.h.

◆ tRSZSHIFT

#define tRSZSHIFT   329

Definition at line 205 of file wsgram.h.

◆ tRSZSHIFTA

#define tRSZSHIFTA   340

Definition at line 216 of file wsgram.h.

◆ tSIZEOF

#define tSIZEOF   313

Definition at line 189 of file wsgram.h.

◆ tSTRING

#define tSTRING   263

Definition at line 139 of file wsgram.h.

◆ tSTRUCT

#define tSTRUCT   314

Definition at line 190 of file wsgram.h.

◆ tSUBA

#define tSUBA   331

Definition at line 207 of file wsgram.h.

◆ tSUPER

#define tSUPER   315

Definition at line 191 of file wsgram.h.

◆ tSWITCH

#define tSWITCH   316

Definition at line 192 of file wsgram.h.

◆ tTHIS

#define tTHIS   296

Definition at line 172 of file wsgram.h.

◆ tTHROW

#define tTHROW   317

Definition at line 193 of file wsgram.h.

◆ tTRUE

#define tTRUE   259

Definition at line 135 of file wsgram.h.

◆ tTRY

#define tTRY   318

Definition at line 194 of file wsgram.h.

◆ tTYPEOF

#define tTYPEOF   285

Definition at line 161 of file wsgram.h.

◆ tURL

#define tURL   290

Definition at line 166 of file wsgram.h.

◆ tUSE

#define tUSE   286

Definition at line 162 of file wsgram.h.

◆ tUSER

#define tUSER   287

Definition at line 163 of file wsgram.h.

◆ tVAR

#define tVAR   288

Definition at line 164 of file wsgram.h.

◆ tVOID

#define tVOID   297

Definition at line 173 of file wsgram.h.

◆ tWHILE

#define tWHILE   289

Definition at line 165 of file wsgram.h.

◆ tWITH

#define tWITH   298

Definition at line 174 of file wsgram.h.

◆ tXORA

#define tXORA   336

Definition at line 212 of file wsgram.h.

◆ YYDEBUG

#define YYDEBUG   0

Definition at line 37 of file wsgram.h.

◆ YYLTYPE_IS_DECLARED

#define YYLTYPE_IS_DECLARED   1

Definition at line 258 of file wsgram.h.

◆ YYLTYPE_IS_TRIVIAL

#define YYLTYPE_IS_TRIVIAL   1

Definition at line 259 of file wsgram.h.

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

Definition at line 245 of file wsgram.h.

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 244 of file wsgram.h.

◆ YYTOKENTYPE

#define YYTOKENTYPE

Definition at line 45 of file wsgram.h.

Typedef Documentation

◆ YYLTYPE

typedef struct YYLTYPE YYLTYPE

Definition at line 250 of file wsgram.h.

◆ YYSTYPE

typedef union YYSTYPE YYSTYPE

Definition at line 243 of file wsgram.h.

Enumeration Type Documentation

◆ yytokentype

Enumerator
tINVALID 
tTRUE 
tFALSE 
tINTEGER 
tFLOAT 
tSTRING 
tIDENTIFIER 
tACCESS 
tAGENT 
tBREAK 
tCONTINUE 
tIDIV 
tIDIVA 
tDOMAIN 
tELSE 
tEQUIV 
tEXTERN 
tFOR 
tFUNCTION 
tHEADER 
tHTTP 
tIF 
tISVALID 
tMETA 
tNAME 
tPATH 
tRETURN 
tTYPEOF 
tUSE 
tUSER 
tVAR 
tWHILE 
tURL 
tDELETE 
tIN 
tLIB 
tNEW 
tNULL 
tTHIS 
tVOID 
tWITH 
tCASE 
tCATCH 
tCLASS 
tCONST 
tDEBUGGER 
tDEFAULT 
tDO 
tENUM 
tEXPORT 
tEXTENDS 
tFINALLY 
tIMPORT 
tPRIVATE 
tPUBLIC 
tSIZEOF 
tSTRUCT 
tSUPER 
tSWITCH 
tTHROW 
tTRY 
tEQ 
tLE 
tGE 
tNE 
tAND 
tOR 
tPLUSPLUS 
tMINUSMINUS 
tLSHIFT 
tRSSHIFT 
tRSZSHIFT 
tADDA 
tSUBA 
tMULA 
tDIVA 
tANDA 
tORA 
tXORA 
tREMA 
tLSHIFTA 
tRSSHIFTA 
tRSZSHIFTA 
tINVALID 
tTRUE 
tFALSE 
tINTEGER 
tFLOAT 
tSTRING 
tIDENTIFIER 
tACCESS 
tAGENT 
tBREAK 
tCONTINUE 
tIDIV 
tIDIVA 
tDOMAIN 
tELSE 
tEQUIV 
tEXTERN 
tFOR 
tFUNCTION 
tHEADER 
tHTTP 
tIF 
tISVALID 
tMETA 
tNAME 
tPATH 
tRETURN 
tTYPEOF 
tUSE 
tUSER 
tVAR 
tWHILE 
tURL 
tDELETE 
tIN 
tLIB 
tNEW 
tNULL 
tTHIS 
tVOID 
tWITH 
tCASE 
tCATCH 
tCLASS 
tCONST 
tDEBUGGER 
tDEFAULT 
tDO 
tENUM 
tEXPORT 
tEXTENDS 
tFINALLY 
tIMPORT 
tPRIVATE 
tPUBLIC 
tSIZEOF 
tSTRUCT 
tSUPER 
tSWITCH 
tTHROW 
tTRY 
tEQ 
tLE 
tGE 
tNE 
tAND 
tOR 
tPLUSPLUS 
tMINUSMINUS 
tLSHIFT 
tRSSHIFT 
tRSZSHIFT 
tADDA 
tSUBA 
tMULA 
tDIVA 
tANDA 
tORA 
tXORA 
tREMA 
tLSHIFTA 
tRSSHIFTA 
tRSZSHIFTA 

Definition at line 46 of file wsgram.h.

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  };
#define tRETURN
Definition: wsgram.h:160
#define tCONST
Definition: wsgram.h:178
#define tWHILE
Definition: wsgram.h:165
#define tNEW
Definition: wsgram.h:170
#define tPATH
Definition: wsgram.h:159
#define tEXPORT
Definition: wsgram.h:183
#define tWITH
Definition: wsgram.h:174
#define tTRUE
Definition: wsgram.h:135
#define tREMA
Definition: wsgram.h:213
#define tEQ
Definition: wsgram.h:195
#define tOR
Definition: wsgram.h:200
#define tSUBA
Definition: wsgram.h:207
#define tFINALLY
Definition: wsgram.h:185
#define tIDENTIFIER
Definition: wsgram.h:140
#define tVOID
Definition: wsgram.h:173
#define tFLOAT
Definition: wsgram.h:138
#define tLE
Definition: wsgram.h:196
#define tEXTERN
Definition: wsgram.h:150
#define tADDA
Definition: wsgram.h:206
#define tNULL
Definition: wsgram.h:171
#define tEXTENDS
Definition: wsgram.h:184
#define tPLUSPLUS
Definition: wsgram.h:201
#define tCLASS
Definition: wsgram.h:177
#define tDEFAULT
Definition: wsgram.h:180
#define tORA
Definition: wsgram.h:211
#define tINVALID
Definition: wsgram.h:134
#define tHEADER
Definition: wsgram.h:153
#define tCONTINUE
Definition: wsgram.h:144
#define tSUPER
Definition: wsgram.h:191
#define tCASE
Definition: wsgram.h:175
#define tDELETE
Definition: wsgram.h:167
#define tENUM
Definition: wsgram.h:182
#define tMINUSMINUS
Definition: wsgram.h:202
#define tANDA
Definition: wsgram.h:210
#define tFOR
Definition: wsgram.h:151
#define tUSER
Definition: wsgram.h:163
#define tXORA
Definition: wsgram.h:212
#define tHTTP
Definition: wsgram.h:154
#define tSTRUCT
Definition: wsgram.h:190
#define tLIB
Definition: wsgram.h:169
#define tSTRING
Definition: wsgram.h:139
#define tPUBLIC
Definition: wsgram.h:188
#define tLSHIFTA
Definition: wsgram.h:214
#define tDO
Definition: wsgram.h:181
#define tIDIV
Definition: wsgram.h:145
#define tVAR
Definition: wsgram.h:164
#define tRSZSHIFT
Definition: wsgram.h:205
#define tCATCH
Definition: wsgram.h:176
#define tIMPORT
Definition: wsgram.h:186
#define tNAME
Definition: wsgram.h:158
#define tMETA
Definition: wsgram.h:157
#define tDEBUGGER
Definition: wsgram.h:179
#define tISVALID
Definition: wsgram.h:156
#define tDIVA
Definition: wsgram.h:209
#define tRSSHIFT
Definition: wsgram.h:204
#define tIN
Definition: wsgram.h:168
#define tTHIS
Definition: wsgram.h:172
#define tPRIVATE
Definition: wsgram.h:187
#define tEQUIV
Definition: wsgram.h:149
#define tBREAK
Definition: wsgram.h:143
#define tAGENT
Definition: wsgram.h:142
#define tAND
Definition: wsgram.h:199
#define tMULA
Definition: wsgram.h:208
#define tTHROW
Definition: wsgram.h:193
#define tELSE
Definition: wsgram.h:148
#define tSWITCH
Definition: wsgram.h:192
#define tIDIVA
Definition: wsgram.h:146
#define tIF
Definition: wsgram.h:155
#define tFALSE
Definition: wsgram.h:136
#define tTYPEOF
Definition: wsgram.h:161
#define tDOMAIN
Definition: wsgram.h:147
#define tRSSHIFTA
Definition: wsgram.h:215
#define tTRY
Definition: wsgram.h:194
#define tRSZSHIFTA
Definition: wsgram.h:216
#define tUSE
Definition: wsgram.h:162
#define tURL
Definition: wsgram.h:166
#define tSIZEOF
Definition: wsgram.h:189
#define tFUNCTION
Definition: wsgram.h:152
#define tINTEGER
Definition: wsgram.h:137
#define tGE
Definition: wsgram.h:197
#define tACCESS
Definition: wsgram.h:141
#define tNE
Definition: wsgram.h:198
#define tLSHIFT
Definition: wsgram.h:203

Function Documentation

◆ ws_yy_parse()

int ws_yy_parse ( WsCompiler compiler)
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.