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

introduce unescape module #60261

Merged
merged 2 commits into from
May 6, 2019
Merged

introduce unescape module #60261

merged 2 commits into from
May 6, 2019

Commits on May 2, 2019

  1. introduce unescape module

    Currently, we deal with escape sequences twice: once when we lex a
    string, and a second time when we unescape literals. This PR aims to
    remove this duplication, by introducing a new `unescape` mode as a
    single source of truth for character escaping rules
    matklad committed May 2, 2019
    Configuration menu
    Copy the full SHA
    bfa5f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1835cbe View commit details
    Browse the repository at this point in the history