Hi, i have some question about error handling. Giving a look at the string template used for generate source code (i'm using CSharp2/3 as target language) i see that every parser rule is coded in a try catch finally block, so i woul like to know what is the best way to catch error. Looking at antlr FAQ (http://www.antlr.org/wiki/label/ANTLR3/faq_errors) i found only an V4 java example. I get error with a custom implementation of TextWriter assigned to MyParserInstance.TraceDestination, but i want to know what is the better way to error handlig. Tanks in advice. Regards Max
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.
