carbon-lang
carbon-lang copied to clipboard
Raw identifier syntax
We want to support legacy identifiers that overlap with new keywords (for example, base). This is being called "raw identifier syntax" using r#<identifier>, and is based on Rust.
Note this proposal is derived from Proposal #17: Lexical conventions.
Co-authored-by: zygoloid [email protected]