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

Lexer hangs on unterminated string literal #11

Open
4812571 opened this issue Apr 28, 2023 · 0 comments · May be fixed by #12
Open

Lexer hangs on unterminated string literal #11

4812571 opened this issue Apr 28, 2023 · 0 comments · May be fixed by #12

Comments

@4812571
Copy link

4812571 commented Apr 28, 2023

If the lexer encounters a double quote character, it will read forward indefinitely for the next one. If one is not found, this process is unbounded.

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 a pull request may close this issue.

1 participant