lexer can now read single character tokens
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "token/token.hpp"
|
||||
|
||||
#include <istream>
|
||||
|
||||
namespace lexer {
|
||||
struct lexer {
|
||||
std::istream& input;
|
||||
token::token next_token();
|
||||
};
|
||||
} // namespace lexer
|
||||
|
Reference in New Issue
Block a user