@@ -6,7 +6,11 @@
class Token;
class Lexer {
private:
std::string source;
public:
Lexer(std::string source);
std::vector<Token> tokens();
};
The note is not visible to the blocked user.