Hi, I am a new to ANTLR and have been trying to detect if the parsing was successful or not. As of now, I was using the @after block, which gets executed only if the parsing was successful. But this block gets executed, even for incorrect inputs in the language. I think I am missing something, which I must do to deactivate the error recovery mechanism, to avoid the after block from being executed. Can anyone please guide me to some material on this issue.
Any help would be greatly appreciated. Thanks -- Kunal 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.
