[antlr-interest] Using ANTLRWorks with a Case Insensitive Char Stream?

Terence Parr parrt at cs.usfca.edu
Tue Jan 30 16:50:54 PST 2007


On Jan 30, 2007, at 4:23 PM, Mark Mandel wrote:

> Hi,
>
> I've got a grammar that uses a custom case insensitive character  
> stream.

Can you implement CharStream?  If not, use ANTLRInputStream or  
something.

> Is there any way I can use this when developing with ANTLRWorks?

Well, I usually don't ask ANTLRWorks to build my main() once I start  
adding custom code.

Ter


More information about the antlr-interest mailing list