Defines a new class with the desired lex function for C++ output of bison. More...
#include <selectLexer.h>
Public Member Functions | |
virtual selectParser::token_type | lex (selectParser::semantic_type *, selectParser::location_type *) |
selectLexer (std::istream *in=0, std::ostream *out=0) | |
void | set_debug (bool) |
Defines a new class with the desired lex function for C++ output of bison.