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

编译器/解释器

开发平台:

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-1994
  7.  * Purdue University Electrical Engineering
  8.  * With AHPCRC, University of Minnesota
  9.  * ANTLR Version 1.32
  10.  */
  11. #include <stdio.h>
  12. #define ANTLR_VERSION 132
  13. #include <ctype.h>
  14. #include "dlg.h"
  15. #ifdef MEMCHK
  16. #include "trax.h"
  17. #endif
  18. #define zzSET_SIZE 8
  19. #include "antlr.h"
  20. #include "tokens.h"
  21. #include "dlgdef.h"
  22. #include "mode.h"
  23. #endif