Hi, I want to turn off all the warnings / errors coming from the lexer / parser. I found an option that seems to turn error handling off:
defaultErrorHandler = false; but somehow this isn't working in ANTLR 3.1.x? Is there an easy way to turn error handling off in C? In Java I would override some method I guess, but this is not possible for the C target, or am I wrong? Andi -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 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.
