yacc.cc.h
00001
typedef union
00002
{
00003
QString *ident;
00004 KSParseNode *node;
00005 KScript::Long _int;
00006
QString *_str;
00007 ushort _char;
00008 KScript::Double _float;
00009 } YYSTYPE;
00010
#define T_MATCH_LINE 257
00011
#define T_LINE 258
00012
#define T_INPUT 259
00013
#define T_AMPERSAND 260
00014
#define T_ASTERISK 261
00015
#define T_CASE 262
00016
#define T_CHARACTER_LITERAL 263
00017
#define T_CIRCUMFLEX 264
00018
#define T_COLON 265
00019
#define T_COMMA 266
00020
#define T_CONST 267
00021
#define T_DEFAULT 268
00022
#define T_ENUM 269
00023
#define T_EQUAL 270
00024
#define T_FALSE 271
00025
#define T_FLOATING_PT_LITERAL 272
00026
#define T_GREATER_THAN_SIGN 273
00027
#define T_IDENTIFIER 274
00028
#define T_IN 275
00029
#define T_INOUT 276
00030
#define T_INTEGER_LITERAL 277
00031
#define T_LEFT_CURLY_BRACKET 278
00032
#define T_LEFT_PARANTHESIS 279
00033
#define T_LEFT_SQUARE_BRACKET 280
00034
#define T_LESS_THAN_SIGN 281
00035
#define T_MINUS_SIGN 282
00036
#define T_OUT 283
00037
#define T_PERCENT_SIGN 284
00038
#define T_PLUS_SIGN 285
00039
#define T_RIGHT_CURLY_BRACKET 286
00040
#define T_RIGHT_PARANTHESIS 287
00041
#define T_RIGHT_SQUARE_BRACKET 288
00042
#define T_SCOPE 289
00043
#define T_SEMICOLON 290
00044
#define T_SHIFTLEFT 291
00045
#define T_SHIFTRIGHT 292
00046
#define T_SOLIDUS 293
00047
#define T_STRING_LITERAL 294
00048
#define T_STRUCT 295
00049
#define T_SWITCH 296
00050
#define T_TILDE 297
00051
#define T_TRUE 298
00052
#define T_VERTICAL_LINE 299
00053
#define T_LESS_OR_EQUAL 300
00054
#define T_GREATER_OR_EQUAL 301
00055
#define T_ASSIGN 302
00056
#define T_NOTEQUAL 303
00057
#define T_MEMBER 304
00058
#define T_WHILE 305
00059
#define T_IF 306
00060
#define T_ELSE 307
00061
#define T_FOR 308
00062
#define T_DO 309
00063
#define T_INCR 310
00064
#define T_DECR 311
00065
#define T_MAIN 312
00066
#define T_FOREACH 313
00067
#define T_SUBST 314
00068
#define T_MATCH 315
00069
#define T_NOT 316
00070
#define T_RETURN 317
00071
#define T_IMPORT 318
00072
#define T_VAR 319
00073
#define T_CATCH 320
00074
#define T_TRY 321
00075
#define T_RAISE 322
00076
#define T_RANGE 323
00077
#define T_CELL 324
00078
#define T_FROM 325
00079
#define T_PLUS_ASSIGN 326
00080
#define T_MINUS_ASSIGN 327
00081
#define T_AND 328
00082
#define T_OR 329
00083
#define T_DOLLAR 330
00084
#define T_UNKNOWN 331
00085
00086
00087
extern YYSTYPE yylval;
This file is part of the documentation for lib Library Version 1.3.3.