Implemented all Lexer errors
This commit is contained in:
@@ -40,8 +40,8 @@ namespace LXC::Lexer
|
||||
{
|
||||
static const char* reasons[] =
|
||||
{
|
||||
"Invalid character found in source: ",
|
||||
"Unterminated string literal in source starting at: "
|
||||
"Invalid character found in source",
|
||||
"Unterminated string literal in source"
|
||||
};
|
||||
|
||||
return reasons[reason];
|
||||
|
||||
Reference in New Issue
Block a user