| [imp-dev] Case-insensitiv lexer - lpg |
Hi, I'm currently working on an ide for a Java-like scripting language. The problem i have is that this script is supposed to be case-insensitive. I managed to make the keywords case-insensitive by using the KWLexerFoldedCaseMapF.gi include in KWLexer but i don't know what to do about identifiers. - i'm using the lpg parser Any help is much appreciated. Thanks, Ovidiu Diac |