kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.07k stars 61 forks source link

KDL 2.0: more flexible inline node parsing #341

Closed zkat closed 7 months ago

zkat commented 7 months ago

I think the following should be legal:

foo {bar;baz;quux}

That is, the last node in a children block should not require a ; terminator, and we shouldn't require space between ;-terminated nodes.

Ref: #270

zkat commented 7 months ago

This has been addressed in the kdl-v2 branch.