void addToken(TokenType type, [Object? literal]) { String text = source.substring(start, current); tokens.add(_getCachedToken(type, text, literal, line)); }