Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
c_alike.tab.cpp.h
Go to the documentation of this file.
1 #ifndef YYSTYPE
2 #define YYSTYPE int
3 #endif
4 #define L_ID 257
5 #define L_FLOATCONST 258
6 #define L_INTCONST 259
7 #define L_STRINGCONST 260
8 #define L_BOOLCONST_TRUE 261
9 #define L_BOOLCONST_FALSE 262
10 #define L_MODULE 263
11 #define L_SCRIPT 264
12 #define L_IMPORT 265
13 #define L_RETURN 266
14 #define L_GLOBALS 267
15 #define L_CLASS 268
16 #define L_IF 269
17 #define L_THEN 270
18 #define L_ELSE 271
19 #define L_WHILE 272
20 #define L_EQUAL 273
21 #define L_NOT_EQUAL 274
22 #define L_GREATER_OR_EQUAL 275
23 #define L_LESSER_OR_EQUAL 276
24 #define L_BOOL_AND 277
25 #define L_BOOL_OR 278
26 #define L_INT 279
27 #define L_FLOAT 280
28 #define L_BOOL 281
29 #define L_OBJECT 282
30 #define L_VOID 283
31 #define L_METHODCALL 284
32 #define L_INITVALUE 285
33 
34 
35 extern YYSTYPE yylval;