> 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
>

You saying that made me somewhat suspicious that I might have overlooked
something, and indeed it seems so; I made an assumption that the character
data of tokens was being converted to upper case by that solution, but on
second reading it seems that this is only done for matching purposes. I have
lots of stuff (quoted strings, etc) that must not be touched. Hm. I may
rethink :)

Christian

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 il-antlr-inter...@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to