nitcc: better name of generated classes to avoid name conflicts
[nit.git] / contrib / nitcc / src / nitcc_lexer0.nit
index 50d590e..91767bf 100644 (file)
@@ -22,7 +22,7 @@ import nitcc_parser
 
 # Hand-writen lexer of nitcc
 # Used only for the boostrap of the tool.
-class MyLexer
+class Lexer_nitcc
        var text: String
 
        var iter: Iterator[Char] = "".iterator