[antlr-interest] ANTLR v3.1.1 released

Randall R Schulz rschulz at sonic.net
Tue Oct 21 11:41:29 PDT 2008


On Tuesday 21 October 2008 11:36, Terence Parr wrote:
> Hi Randall, I see
>
> 	public static void main(String[] args) {
> 		ErrorManager.info("ANTLR Parser Generator  Version " +
> 						  VERSION); // + " (August 12, 2008)  1989-2008");
> 		Tool antlr = new Tool(args);
> 		antlr.process();
> 		if ( ErrorManager.getNumErrors() > 0 ) {
> 			System.exit(1);
> 		}
> 		System.exit(0);
> 	}
>
> in Tool.  It calls exit(1) upon syntax.  Which error didn't return 1
> for you?

Well, during my most recent parser development (when I sent that), I 
naturally had many errors along the way and never got an exit status 
other than 0


> Ter


Randall Schulz


More information about the antlr-interest mailing list