| Home | nevrax.com |
|
cf_gramatical.hGo to the documentation of this file.00001 typedef union {
00002 cf_value Val;
00003 } YYSTYPE;
00004 #define ADD_ASSIGN 257
00005 #define ASSIGN 258
00006 #define VARIABLE 259
00007 #define STRING 260
00008 #define SEMICOLON 261
00009 #define PLUS 262
00010 #define MINUS 263
00011 #define MULT 264
00012 #define DIVIDE 265
00013 #define RPAREN 266
00014 #define LPAREN 267
00015 #define RBRACE 268
00016 #define LBRACE 269
00017 #define COMMA 270
00018 #define INT 271
00019 #define REAL 272
00020
00021
00022 extern YYSTYPE cflval;
|
||||||||||||||||||||||||