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

编译器/解释器

开发平台:

Others

  1. #define START 0
  2. #define STRINGS 1
  3. #define ACTION_STRINGS 2
  4. #define ACTION_CHARS 3
  5. #define ACTION_COMMENTS 4
  6. #define TOK_DEF_COMMENTS 5
  7. #define TOK_DEF_CPP_COMMENTS 6
  8. #define ACTION_CPP_COMMENTS 7
  9. #define CPP_COMMENTS 8
  10. #define COMMENTS 9
  11. #define ACTIONS 10
  12. #define PARSE_ENUM_FILE 11