38 #ifndef DISCREPANCY_LEXER_HPP 39 #define DISCREPANCY_LEXER_HPP 41 #define LN_CONCAT(name) Discrepancy##name 43 #define LCLASS_SPECIALIZED 65 std::cout << msg <<
" at line number |" << lineno() <<
"|\t";
66 std::cout <<
"text is |" << YYText() <<
"|" << std::endl;
#define YYSTYPE
Header include.
~DiscrepancyFlexLexer() override
void LexerError(const char *msg) override
macro used to instantiate LEX based lexers.
DiscrepancyFlexLexer(std::istream *argin, std::ostream *argout)
void yyerror(const char *msg)
Template definition of refcount.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...