mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-20 17:48:46 +08:00
update
This commit is contained in:
@@ -361,7 +361,7 @@ void nasal_lexer::scanner(std::vector<char>& res)
|
||||
else
|
||||
{
|
||||
++error;
|
||||
std::cout<<">> [lexer] line "<<line<<": unknown char."<<std::endl;
|
||||
std::cout<<">> [lexer] line "<<line<<": unknown char "<<(int)res[ptr]<<'.'<<std::endl;
|
||||
++ptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user