In member function ‘bool LuaLexerCyclicDFA6::msynpred(PredType)’:
error: ‘LuaLexerCyclicDFA6::CtxType’ has no member named ‘msynpred’
Building with -language Cpp and here is the part that is throwing the error :
BLOCK_COMMENT
: '--[[' ( options {greedy=false;} : . )* '--]]'
;
LINE_COMMENT
: '--' ~('\n'|'\r')* '\r' ? '\n'
;
Wondering if anyone has an idea how this error is being caused.
Compiling with g++ 4.6