We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next_token_inner in the lexer has a comment saying to do NKFC normalization. I have no idea what that is, but I guess we should do it.
next_token_inner
reference: NFKC is one of four unicode Normalization Forms.
reference: UAX-31 supplies guidelines for use of normalization with identifiers.