added bug. thanks! Ter http://www.antlr.org/jira/browse/ANTLR-438 On Oct 6, 2010, at 11:51 AM, Scott Warren wrote:
> Jim, > > Here is a two-line change to your 3.3 snapshot which will fix the problem > with composite grammars that I posted about recently. The issue was that > nesting imports more than two deep produced incorrect parsers. I've built and > tested the following fix and I'm confident it won't break anything. I'd be > grateful if you could incorporate it into the 3.3 release. > > CompositeGrammar.java line 277: > List<Grammar> grammars = subtreeRoot.getPreOrderedGrammarList(); > > CompositeGrammarTree.java line 139: > child._getPreOrderedGrammarList(grammars); > > Thanks, > > skw 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.
