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

List: http://www.antlr.org:8080/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org:8080/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to