Skip to content

[lex] Replace "character literal" with references to grammar term character-literal #3636

Closed
@zygoloid

Description

@zygoloid
Member

From CWG discussion of P2029R0.

Remove [lex.ccon] paragraph 1, which defines "character literal" as exactly the same thing as a (grammar term) character-literal, and replace all references to "character literal" with references to the grammar term character-literal.

Also remove [lex.string] paragraph 1, which defines in plain English the grammar term string-literal to be the same thing it already is in the grammar.

Activity

jensmaurer

jensmaurer commented on Jan 25, 2020

@jensmaurer
Member

[lex.icon] and [lex.fcon] have the same problem, fixed by #3650

Since [lex.string] and [lex.ccon] are being worked on by P2029R0, I'll leave those alone for the time being.

added this to the C++20 milestone on Mar 9, 2020
self-assigned this
on Mar 9, 2020
changed the title [-]replace "character literal" with references to grammar term character-literal[/-] [+][lex] Replace "character literal" with references to grammar term character-literal[/+] on Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

    Participants

    @zygoloid@jensmaurer

    Issue actions

      [lex] Replace "character literal" with references to grammar term character-literal · Issue #3636 · cplusplus/draft