[antlr-interest] Nobody can tell me, what "mismatched arguments on these templates" means?

Philip Mötteli Philip.Moetteli at tele2.ch
Fri Mar 25 09:16:13 PDT 2011


Hello,


I have a grammar, for which I can generate code in ANTLRWorks, if I say

	Language=C;

If I change it to

	Language=ObjC;

then, I get the following error:

> Cannot generate the grammar because:
> error(10): internal error: group ObjC does not satisfy interface ANTLRCore: mismatched arguments on these templates [lexerStringRef(string, label, elementIndex)]


How can I correct that?


Thanks



More information about the antlr-interest mailing list