Dieser Commit ist enthalten in:
Ursprung
126ac736ae
Commit
28856d8bd5
@ -33,8 +33,6 @@ public class ScriptColorizer {
|
||||
boolean inString = false;
|
||||
boolean doubleQuoteString = false;
|
||||
|
||||
System.out.println('"' + line + '"');
|
||||
|
||||
for (char c : line.toCharArray()) {
|
||||
switch (c) {
|
||||
case '"' -> {
|
||||
@ -93,8 +91,6 @@ public class ScriptColorizer {
|
||||
tokens.add(toToken(currentToken.toString()));
|
||||
}
|
||||
|
||||
System.out.println(tokens);
|
||||
|
||||
return tokens;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren