Is there any way to make case-insensitive tokens? I mean, other than specifying it as [Bb][Ll][Aa][Hh] etc..
I'm gathering that lexers combine all regexes into one single regex, so there's no way to do case-insensitivity? If it's not possible with ply, does anyone know if it can be done with pyparsing or ANTLR? Thanks -- You received this message because you are subscribed to the Google Groups "ply-hack" 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/ply-hack?hl=en.
