[antlr-interest] case-insensitivity in ANTLR (Java)

Michael Bedward michael.bedward at gmail.com
Thu Aug 13 19:00:59 PDT 2009


Hi Bruce,

Just like this...

ANTLRNoCaseFileStream strm = new ANTLRNoCaseFileStream( myfilename );
MyLexer lexer = new MyLexer( strm );

That's all there is to it really.  If only all things in life were so easy :)

Michael


More information about the antlr-interest mailing list