[antlr-interest] Parser inheriting from DebugParser instead of Parser

Johannes Luber jaluber at gmx.de
Wed Jan 23 13:54:33 PST 2008


Dejas Ninethousand schrieb:
> I was somehow able to place ANTLRWorks into a mode where its C# 
> generated parser class inherited from a class called DebugParser instead 
> of Parser.  However, now the program is back in a state generating code 
> that descends from Parser.  It appears descending from DebugParser may 
> have uncovered a bug in the MS C# complier, so I am interested in 
> generating the old version of the class again (descending from 
> DebugParser) but can't figure out how to do it.  Does anyone know how 
> this is done?
> 

Can you describe the bug? There are few bugs related to debugging which 
haven't been fixed yet. Before you suspect the compiler - suspect your 
code first, then the libraries. ;)

Johannes


More information about the antlr-interest mailing list