This worked. -Xconversiontimeout 1000000
I'm on a MacBook with 4GB memory, in case anyone encounters the problem in the future, give it all the time it needs. Alan Gutierrez Jim Idle wrote: > Use -Xconversiontimeout 10000 and see if that makes a difference. >> -----Original Message----- >> From: [email protected] [mailto:antlr-interest- >> [email protected]] On Behalf Of Alan Gutierrez >> Sent: Wednesday, July 28, 2010 12:10 PM >> To: [email protected] >> Subject: [antlr-interest] Java Grammar >> >> I'd like to use Antlr to create a syntax highlighter. I've taken the > Java.g >> grammer offered up at the web site for Java 6 and ran it through >> org.antlr.Tool. >> >> It produced a lot of warning messages. Is this normal? Below is the half- >> screen of warnings. >> >> java -cp /Users/alan/.m2/repository/org/antlr/antlr-runtime/3.2/antlr- >> runtime-3.2.jar:/Users/alan/.m2/repository/antlr/antlr/2.7.7/ >> antlr-2.7.7.jar:/Users/alan/.m2/repository/org/antlr/stringtemplate/ >> 3.2.1/stringtemplate-3.2.1.jar:/Users/alan/.m2/repository/org/antlr/ >> antlr/3.2/antlr-3.2.jar org.antlr.Tool Java.g >> warning(209): Java.g:1767:1: Multiple token rules can match input such as > "'- >> '": SUBSUB, SUB, SUBEQ -- Alan Gutierrez - [email protected] - http://twitter.com/bigeasy List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/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.
