This commit is contained in:
Valk Richard Li 2020-10-17 09:13:53 -07:00 committed by GitHub
parent 2cfbbcb653
commit ed5f7518b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}