src/parser/lexer.h

00001 //#include <stdio.h>
00002 #ifndef LEXER_H_
00003 #define LEXER_H_
00004 
00005 
00006 typedef struct yy_buffer_state* YY_BUFFER_STATE;
00007 
00008 
00009 extern char* yytext;
00010 extern int yyLineNum;
00011 extern int yyColNum;
00012 
00013 
00014 int lexCall();
00015 
00016 void yyrestart(FILE* inFile);
00017 
00018 
00019 
00020 #endif

Generated on Fri Apr 27 10:27:38 2007 for Green Engine by  doxygen 1.5.1