2 WORD_DESC
*word
; /* the word that we read. */
3 int number
; /* the number that we read. */
24 #define COND_START 271
26 #define COND_ERROR 273
32 #define ASSIGNMENT_WORD 279
35 #define ARITH_FOR_EXPRS 282
39 #define GREATER_GREATER 286
42 #define LESS_LESS_LESS 289
43 #define GREATER_AND 290
45 #define LESS_LESS_MINUS 292
46 #define AND_GREATER 293
47 #define LESS_GREATER 294
48 #define GREATER_BAR 295
52 extern YYSTYPE yylval
;