[antlr-interest] anybody use exception[label]?

Terence Parr parrt at cs.usfca.edu
Thu Dec 22 16:14:21 PST 2005


Hi,

Anybody use the feature where you can attach an exception to a label  
to put in a specific try/catch?

a : A b:B
    ;
   exception[b]
     catch[RecognitionException re] {...}

???

Thanks,
Ter


More information about the antlr-interest mailing list