[antlr-interest] DebugParser constructors

Thomas Brandon tbrandonau at gmail.com
Tue Jun 26 08:06:50 PDT 2007


Would it be possible for debug parsers to delegate the public
DebugParser(TokenStream input, DebugEventListener dbg) constructor. So
you can provide a tracing listener, or a listener that doesn't block
on socket. Saves having to keep switching debug on and off when doing
some debugging in AW. Adding through members would break when
debugging wasn't used.

Tom.


More information about the antlr-interest mailing list