[antlr-interest] ANTLR 2.7.5 Python version bug report

Klaas Hofstra antlr at klaashofstra.com
Wed Sep 7 13:01:54 PDT 2005


antlr.py line 2426:

    def getTokenNames():
        return tokenNames

should be:

    def getTokenNames(self):
        return self.tokenNames

Cheers,
Klaas

P.S. I found this bug with pychecker.


More information about the antlr-interest mailing list