add query and schema specs to description

This commit is contained in:
Kat Marchán 2021-08-31 19:12:22 -07:00
parent 392019cc24
commit 8ec1837ff9
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 9 additions and 4 deletions

View File

@ -5,10 +5,15 @@ invoking a bunch of CLI commands! It's meant to be used both as a
serialization format and a configuration language, much like JSON, YAML, or
XML.
There's a living
[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as
various [implementations](#implementations). You can also check out the
[FAQ](#faq) to answer all your burning questions!
There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as various
[implementations](#implementations). You can also check out the [FAQ](#faq) to
answer all your burning questions!
In addition to a spec for KDL itself, there are also standard specs for [a KDL
Query Language](https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md) based
on CSS selectors, and [a KDL Schema
Language](https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md) loosely
based on JSON Schema.
The language is based on [SDLang](https://sdlang.org), with a number of
modifications and clarifications on its syntax and behavior.