5 #ifndef IBIS_FROMLEXER_H
6 #define IBIS_FROMLEXER_H
13 #define YY_DECL ibis::fromParser::token_type ibis::fromLexer::lex \
14 (ibis::fromParser::semantic_type* yylval, \
15 ibis::fromParser::location_type* yylloc)
17 #include "fromParser.hh"
21 #define yyFlexLexer _fLexer
22 #include <FlexLexer.h>
35 fromLexer(std::istream* in=0, std::ostream* out=0);
41 virtual fromParser::token_type
42 lex(fromParser::semantic_type*, fromParser::location_type*);
The current implementation of FastBit is code named IBIS; most data structures and functions are in t...
Definition: bord.h:16
Defines a new class with the desired lex function for C++ output of bison.
Definition: fromLexer.h:33