synaps/base/parser.h

00001 /*********************************************************************
00002 *      This file is part of the source code of SYNAPS software.      *
00003 *      (C) B. Mourrain, GALAAD, INRIA,                               *
00004 **********************************************************************
00005 History:
00006 $Id: parser.h,v 1.1 2005/07/11 11:23:12 mourrain Exp $
00007 **********************************************************************/
00008 #ifndef SYNAPS_BASE_PARSER_H
00009 #define SYNAPS_BASE_PARSER_H
00010 
00011 #include <synaps/init.h>
00012 #include <synaps/base/parser_def.h>
00013 
00014 __BEGIN_NAMESPACE_SYNAPS
00015 
00016 extern "C" int yylex(void);
00017 extern "C" char *synaps_input;
00018 extern "C" char *synaps_inputptr; /* current position in myinput */
00019 //char *yytext; /* current position in myinput */
00020 extern "C" char *synaps_inputlim; /* end of data */
00021 extern "C" char *yylval;
00022 
00023 __END_NAMESPACE_SYNAPS
00024 
00025 #endif // SYNAPS_BASE_PARSER_H

SYNAPS DOCUMENTATION
logo