home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / command.y.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  378 b   |  24 lines

  1. typedef union 
  2. {
  3.     command_exprval        expr;
  4.     command_symbol *sym;
  5. } YYSTYPE;
  6. #define    NUM    257
  7. #define    STRING    258
  8. #define    IDSTRING    259
  9. #define    ERR    260
  10. #define    LSHIFT    261
  11. #define    RSHIFT    262
  12. #define    COMPLE    263
  13. #define    COMPGE    264
  14. #define    COMPEQ    265
  15. #define    COMPNE    266
  16. #define    COMPAND    267
  17. #define    COMPOR    268
  18. #define    COMPXOR    269
  19. #define    PRINT    270
  20. #define    NEG    271
  21.  
  22.  
  23. extern YYSTYPE yylval;
  24.