> > You would want to add that as a child page of the case insensitive > lexing > > article that is already there: > > > > Sounds like an idea. The ideas currently on that page IMO do not scale > to a > grammar of any size.
I am not sure what you mean by scale to be honest. Performing an upcase in LA isn't much of an overhead compared to everything else. I use this on my SQL grammars with no problems and there are hundreds of keywords to recognize. But if you prefer JFlex, then so be it :-) Jim 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.
