[antlr-interest] V3.0 error handling..

Terence Parr parrt at cs.usfca.edu
Sun Oct 8 19:02:03 PDT 2006


use action @rulecatch {...} and say catch(RecognitionException e)  
{ throw e; }.  Or that should work ;)
Ter
On Oct 8, 2006, at 12:39 PM, Robert Hill wrote:

> Hi all :)
>
> I want to bomb out of a rule immediately on a fatal condition how  
> do I do it
> gracefully in V3? (java code..)
>
> Cheers!
>
> Rob
>
>
>
>



More information about the antlr-interest mailing list