mirror of https://github.com/kdl-org/kdl.git
# is just plain illegal now
This commit is contained in:
parent
85aa3a09ab
commit
2694146af4
|
|
@ -25,8 +25,6 @@
|
||||||
improvement.
|
improvement.
|
||||||
* Raw strings no longer require an `r` prefix: they are now specified by using
|
* 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
|
* Line continuations can be followed by an EOF now, instead of requiring a
|
||||||
newline (or comment). `node \<EOF>` is now a legal KDL document.
|
newline (or comment). `node \<EOF>` is now a legal KDL document.
|
||||||
* `#` is no longer a legal identifier character.
|
* `#` is no longer a legal identifier character.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue