Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokenizer: treat backslash-newline as an unterminated char/string literal #646

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Mar 10, 2024

Two backslashes followed by two newlines in a literal will result in backslash-newline after linesplicing. Treat this as an unterminated literal

Closes #644

…eral

Two backslashes followed by two newlines in a literal will result in
backslash-newline after linesplicing. Treat this as an unterminated literal
@Vexu Vexu merged commit 15e8192 into Vexu:master Mar 10, 2024
3 checks passed
@ehaas ehaas deleted the tokenizer-crash branch March 10, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tokenizer crash
2 participants