Fixed bug whereby any splitter would result in the addition of the semi-colon, regardless of the splitter character
parent
acab7dd5f3
commit
1b0de5776b
|
@ -47,8 +47,8 @@ public final class Lexer
|
||||||
currentToken = "";
|
currentToken = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add the ; token */
|
/* Add the splitter token */
|
||||||
currentTokens ~= ";";
|
currentTokens ~= ""~currentChar;
|
||||||
|
|
||||||
position++;
|
position++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue