5 #ifndef IBIS_SELECTLEXER_H
6 #define IBIS_SELECTLEXER_H
13 #define YY_DECL ibis::selectParser::token_type ibis::selectLexer::lex \
14 (ibis::selectParser::semantic_type* yylval, \
15 ibis::selectParser::location_type* yylloc)
17 #include "selectParser.hh"
21 #define yyFlexLexer _sLexer
22 #include <FlexLexer.h>
35 selectLexer(std::istream* in=0, std::ostream* out=0);
41 virtual selectParser::token_type
42 lex(selectParser::semantic_type*, selectParser::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: selectLexer.h:33