It might be doable by custom generating the .flex: ``` %public %class SqlLexer %implements FlexLexer %function advance %type IElementType %unicode ``` can we do extends here? Will need to learn more about the jflex system