static void debug(Lexeme lexeme, String string, [int start = 0]) { if (lexeme.grammar is DebugGrammar) { (lexeme.grammar as DebugGrammar).tokenizing(lexeme, string, start); } }