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

Improve support for Unicode supplementary characters in identifiers and string interpolation #9805

Merged
merged 2 commits into from
Mar 17, 2022

Commits on Nov 8, 2021

  1. Improve supplementary char support

    Precedence uses codepoint when probing lead char.
    
    Scanner accepts supplementary chars in more places,
    such as op_Supple, Supple"interp", s"$Supple".
    som-snytt committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d97a0a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. small spec cleanup

    lrytz committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    180b7ed View commit details
    Browse the repository at this point in the history