home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / lextoke.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-03  |  519 b   |  10 lines

  1. /* LEXTOKE.H: Symbols for tokenization lexical classes.
  2. */
  3. #define INV     0   /* Invalid Chars      Not allowed in an SGML name. */
  4. #define REC     1   /* Record Boundary    RS and RE. */
  5. #define SEP     2   /* Separator          Space and TAB. */
  6. #define NMC     3   /* NAMECHAR  . _      Period, underscore (plus NMS, NUM). */
  7. #define NMS     4   /* NAMESTRT           Lower and uppercase letters */
  8. #define NU      5   /* NUMERAL            Numerals */
  9. #define EOB     6   /* NONCHAR   28       End disk buffer. */
  10.