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

[parser] Report escapes in kws only if they won't be used as identifiers #10455

Merged
merged 1 commit into from Sep 17, 2019

Commits on Sep 17, 2019

  1. [parser] Report escapes in kws only if they won't be used as identifiers

    We can do it by tokenizing escaped keywords as normal identifiers, so that they won't
    be accidentally used as real keywords.
    nicolo-ribaudo committed Sep 17, 2019
    Copy the full SHA
    1426151 View commit details
    Browse the repository at this point in the history