home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pccts1.zip / ANTLR / STDPCCTS.H < prev    next >
C/C++ Source or Header  |  1993-09-02  |  528b  |  28 lines

  1. /*
  2.  * stdpccts.h -- P C C T S  I n c l u d e
  3.  *
  4.  * Terence Parr, Hank Dietz and Will Cohen: 1989-1993
  5.  * Purdue University Electrical Engineering
  6.  * ANTLR Version 1.10
  7.  */
  8. #include <stdio.h>
  9. #define ANTLR_VERSION    110
  10.  
  11. #ifdef __cplusplus
  12. #ifndef __STDC__
  13. #define __STDC__
  14. #endif
  15. #endif
  16. #include "set.h"
  17. #include <ctype.h>
  18. #include "syn.h"
  19. #include "hash.h"
  20. #include "generic.h"
  21. #define zzcr_attr(attr,tok,t)
  22. #define zzEOF_TOKEN 1
  23. #define zzSET_SIZE 12
  24. #include "antlr.h"
  25. #include "tokens.h"
  26. #include "dlgdef.h"
  27. #include "mode.h"
  28.