kdl-org / kdl

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

KQL: require operator and change operator grammar a bit #221

Closed zkat closed 2 years ago

zkat commented 2 years ago

Ref: https://github.com/kdl-org/kdl/pull/204#issuecomment-935378397

This just makes it so "operators" are required, meaning we don't have to worry about syntax ambiguity with bare identifiers anymore :)

zkat commented 2 years ago

cc @tabatkins @larsgw I'd love your feedback

larsgw commented 2 years ago

Looks good to me, did you see this page from the CSS WG being tweeted yesterday? https://wiki.csswg.org/ideas/mistakes

Incomplete List of Mistakes in the Design of CSS

...

  • descendant combinator should have been » and indirect sibling combinator should have been ++, so there's some logical relationships among the selectors' ascii art