[antlr-interest] caseSensitive=false?

Johannes Luber jaluber at gmx.de
Mon Aug 27 03:07:54 PDT 2007


Martin Kohl wrote:
> Hello once more :)
> 
> I can't get this option (caseSensitive) to work properly... My grammar
> is all in one file, I haven't seperated the Lexer from the Parser. Is
> that a requirement for this option to be used? Why can't I just set the
> option into the main options section at the start of the grammar, or
> specifically add it to a rule in a rule-options block?
> 
> I appreciate that there's alot of work connected with providing these
> options, I just find it a shame that I can't seem to use such a useful
> option in my current grammar. Maybe writing the Lexer and Parser into
> the same grammar file just isn't good form, in which case maybe I should
> consider separating the two,.. it's just quite a bit of work and apart
> from this issue it already works quite well the way it is :P
> 
> I'd appreciate any information you can throw my way as to the proper use
> of the caseSensitive option :)
> Kind regards,
> Martin

There is no caseSensitive option in ANTLR 3. Please search the mailing
list for this discussion and the appropriate solution. (This seems to be
a FAQ.)

Best regards,
Johannes Luber


More information about the antlr-interest mailing list