[antlr-interest] Application crashing on upgrading from 2.6.0 to 2.7.2

monaabs monaabs at yahoo.com
Fri May 30 14:31:35 PDT 2003


I have switched to 2.7.2 . In function initLiterals() the application 
is crashing 

SQL_Lexer::SQL_Lexer(ANTLR_USE_NAMESPACE(std)istream& in )
	: ANTLR_USE_NAMESPACE(antlr)CharScanner(new 
ANTLR_USE_NAMESPACE(antlr)CharBuffer(in), true)
{
	setCaseSensitive(true);
	initLiterals();
}

The initLiterals looks like
void SQL_Lexer::initLiterals()
{
	literals["raw"]= 89; -- unhandled exception in parser
	literals["nullif"] = 76;
	literals["indicator"] = 56;
        .....
}

Where am i going wrong with this?

Any inputs will be highly appreciated

Mona


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list