kdl-org / kdl

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

Remove children from node terminals #275

Closed bgotink closed 2 years ago

bgotink commented 2 years ago

The grammar doesn't specify that children count as node terminator, but the text does.

The following document would be valid per text, but invalid per spec.

node { child {} }

Fixes #274