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

[lex] Better specify whitespace characters #7359

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 1, 2024

  1. [lex] Better specify whitespace characters

    This commit defines a grammar term for _whitespace-character_ and
    uses it consistently where the plain text term whitespace character
    is used.  A whitespace character is defined as one of the five
    characters that are mentioned in the text closest to provifing a
    defifinition.  The unicode character name is (mostly) consistently
    used to name these characters, and for consistency, similar changes
    were made to name unicode characters rather than render specified
    characters in code font throughout [lex].  The one exception is
    backslash, which is retained as-is to avoid making more issues for
    P2348.  Note that this commit is not a replacement for P2348,
    merely a clearer statement of the existing specification without
    any normative changes.
    AlisdairM committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    35ec5fe View commit details
    Browse the repository at this point in the history