# is just plain illegal now

This commit is contained in:
Kat Marchán 2023-12-12 21:12:11 -08:00
parent 85aa3a09ab
commit 2694146af4
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
improvement.
* Raw strings no longer require an `r` prefix: they are now specified by using
`#""#`.
* `#` is an illegal initial identifier character, but is allowed in other
places in identifiers.
* Line continuations can be followed by an EOF now, instead of requiring a
newline (or comment). `node \<EOF>` is now a legal KDL document.
* `#` is no longer a legal identifier character.