stdpccts.h
上传用户:itx_2006
上传日期:2007-01-06
资源大小:493k
文件大小:1k
源码类别:

编译器/解释器

开发平台:

Others

  1. #ifndef STDPCCTS_H
  2. #define STDPCCTS_H
  3. /*
  4.  * stdpccts.h -- P C C T S  I n c l u d e
  5.  *
  6.  * Terence Parr, Will Cohen, and Hank Dietz: 1989-1998
  7.  * Purdue University Electrical Engineering
  8.  * With AHPCRC, University of Minnesota
  9.  * ANTLR Version 1.33MR14
  10.  */
  11. #ifndef ANTLR_VERSION
  12. #define ANTLR_VERSION 13314
  13. #endif
  14. #include "pcctscfg.h"
  15. #include PCCTS_STDIO_H
  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 zzSET_SIZE 20
  23. #include "antlr.h"
  24. #include "tokens.h"
  25. #include "dlgdef.h"
  26. #include "mode.h"
  27. #endif