Lexer: Support newline characters in strings
This commit is contained in:
@@ -128,8 +128,6 @@ bool Lexer::consumeString()
|
|||||||
|
|
||||||
static std::unordered_set<char> exit = {
|
static std::unordered_set<char> exit = {
|
||||||
'"',
|
'"',
|
||||||
'\r',
|
|
||||||
'\n',
|
|
||||||
'\0',
|
'\0',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user