Refactor tokenization
This commit is contained in:
@@ -8,7 +8,6 @@ namespace Interpret
|
||||
struct InterpretationError : public std::exception
|
||||
{
|
||||
Token::Token errorToken;
|
||||
std::string errorMsg;
|
||||
InterpretationError(Token::Token const & token, std::string const & msg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user