2 WORD_DESC *word; /* the word that we read. */
3 int number; /* the number that we read. */
24 #define COND_START 272
26 #define COND_ERROR 274
32 #define ASSIGNMENT_WORD 280
35 #define ARITH_FOR_EXPRS 283
39 #define GREATER_GREATER 287
42 #define GREATER_AND 290
44 #define LESS_LESS_MINUS 292
45 #define AND_GREATER 293
46 #define LESS_GREATER 294
47 #define GREATER_BAR 295
51 extern YYSTYPE yylval;