leo/docs/rfc
Eric McCarthy b59b77df30
Disallow underbars in \u{} escapes.
Rust allows `\u{1_____0__F____F______FF__________________________}` to mean `\u{10FFFF}`, in both char and string literals.  This PR, if accepted, would disallow this syntax in Leo char and string literals.
2021-06-06 20:10:06 -07:00
..
__template.md initial commit for RFCs 2021-01-13 17:12:35 +03:00
000-rfc-format.md initial commit for RFCs 2021-01-13 17:12:35 +03:00
001-initial-strings.md Disallow underbars in \u{} escapes. 2021-06-06 20:10:06 -07:00