Removed invalid token kind
This commit is contained in:
@@ -99,8 +99,6 @@ string Logger::toString(shared_ptr<Token> token) {
|
||||
return "↲";
|
||||
case TokenKind::END:
|
||||
return "END";
|
||||
case TokenKind::INVALID:
|
||||
return "INVALID";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user