scan.h
上传用户:wqdrylgs
上传日期:2007-02-09
资源大小:65k
文件大小:1k
源码类别:

汇编语言

开发平台:

WINDOWS

  1. /****************************************************************************
  2. *                     U N R E G I S T E R E D   C O P Y
  3. * You are on day 85 of your 30 day trial period.
  4. * This file was produced by an UNREGISTERED COPY of Parser Generator. It is
  5. * for evaluation purposes only. If you continue to use Parser Generator 30
  6. * days after installation then you are required to purchase a license. For
  7. * more information see the online help or go to the Bumble-Bee Software
  8. * homepage at:
  9. * http://www.bumblebeesoftware.com
  10. * This notice must remain present in the file. It cannot be removed.
  11. ****************************************************************************/
  12. /****************************************************************************
  13. * scan.h
  14. * C header file generated from scan.l.
  15. * Date: 06/24/03
  16. * Time: 17:07:53
  17. * ALex Version: 2.05
  18. ****************************************************************************/
  19. #ifndef _SCAN_H
  20. #define _SCAN_H
  21. #include <yylex.h>
  22. #line 15 ".\scan.l"
  23.     #define MAXTOKENLEN 40
  24. extern char tokenString[MAXTOKENLEN+1];
  25. TokenType getToken(void);
  26. #line 41 "scan.h"
  27. #ifndef INITIAL
  28. #define INITIAL 0
  29. #endif
  30. #endif