Jim - Thanks for the quick reply. The documentation that I found for the debug option ( http://www.antlr.org/wiki/display/ANTLR3/Command+line+options http://www.antlr.org/wiki/display/ANTLR3/Command+line+options ) simply states: "generate a parser that emits debugging events."
Using this option allowed me to write a custom DebugEventListener to gather various information about the parse tree at key events during the parse. This option also generates an additional parser constructor to accept such a listener. I'm able to execute this parser with my custom listener without launching ANTLRworks. Are we talking about two different options, or am I just confused? Where can I find the documentation you're referring to? -- View this message in context: http://n2.nabble.com/running-gUnit-tests-with-debug-generated-parser-tp4561697p4561932.html Sent from the ANTLR mailing list archive at Nabble.com. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
