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

Mark literals CR during lexing to avoid CR scan later #2678

Open
enebo opened this issue Mar 10, 2015 · 0 comments
Open

Mark literals CR during lexing to avoid CR scan later #2678

enebo opened this issue Mar 10, 2015 · 0 comments
Labels

Comments

@enebo
Copy link
Member

enebo commented Mar 10, 2015

Mark literals CR during lexing to avoid CR scan later. All string literals are scanned as part of lexing to make the string. So we can avoid walking all strings a second time at some point when they first need CR.

@enebo enebo added the parser label Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant