code_compiler: Include character for TokenUnknown
This commit is contained in:
@@ -78,7 +78,7 @@ bool BlitzLLVM::Compiler::Compile(std::string in, std::string out) {
|
|||||||
break;
|
break;
|
||||||
case Lexer::Token::TokenUnknown:
|
case Lexer::Token::TokenUnknown:
|
||||||
default:
|
default:
|
||||||
std::cout << "Unknown" << std::endl;
|
std::cout << "Unknown(" << tkn.second << ") ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user