[antlr-interest] Possible bug in ANTLR 3.0 code generation ?

Kay Roepke kroepke at classdump.org
Wed Aug 1 09:39:20 PDT 2007


On Aug 1, 2007, at 6:34 PM, Manju Shekhar wrote:

>  You can see how the "HashMap<String"; line has got truncated &  
> continues erroneously on the next line. Is this a bug or am I  
> missing something?

Yes, this is a bug. It has the same cause as the recently discussed  
"String[] strArray" issue. ANTLR splits params and returns at ',' and  
unfortunately doesn't allow escaping characters yet.

-k

P.S.: Do we have a issue in JIRA for this yet?
-- 
Kay Röpke
http://classdump.org/






More information about the antlr-interest mailing list