[antlr-interest] "finally" blocks

Paul J. Lucas pauljlucas at mac.com
Sun Jan 16 17:21:34 PST 2005


	In using ANTLR with Java, it would be nice to be able to specify
	"finally" blocks, e.g.:

		someRule
		    : SOME TOKEN
		    ;
		    exception
		    catch [ MyException e ] {
		        // ...
		    }
		    finally {
		    	// ...
		    }

	Or just a "finally" block alone.

	- Paul



More information about the antlr-interest mailing list