Removed TODO

This commit is contained in:
Tristan B. Velloza Kildaire 2021-03-03 00:58:40 +02:00
parent 02ed1f5af4
commit 508885377f
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ public final class Lexer
return tokens;
}
/* TODO: We need to add support for character literals */
private bool isSpliter(char character)
{
return character == ';' || character == ',' || character == '(' ||