home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flex254.zip / MISC / parse.h < prev    next >
Text File  |  1996-09-10  |  509b  |  25 lines

  1. #define CHAR 257
  2. #define NUMBER 258
  3. #define SECTEND 259
  4. #define SCDECL 260
  5. #define XSCDECL 261
  6. #define NAME 262
  7. #define PREVCCL 263
  8. #define EOF_OP 264
  9. #define OPTION_OP 265
  10. #define OPT_OUTFILE 266
  11. #define OPT_PREFIX 267
  12. #define OPT_YYCLASS 268
  13. #define CCE_ALNUM 269
  14. #define CCE_ALPHA 270
  15. #define CCE_BLANK 271
  16. #define CCE_CNTRL 272
  17. #define CCE_DIGIT 273
  18. #define CCE_GRAPH 274
  19. #define CCE_LOWER 275
  20. #define CCE_PRINT 276
  21. #define CCE_PUNCT 277
  22. #define CCE_SPACE 278
  23. #define CCE_UPPER 279
  24. #define CCE_XDIGIT 280
  25.