File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ invoking a bunch of CLI commands! It's meant to be used both as a
5
5
serialization format and a configuration language, much like JSON, YAML, or
6
6
XML.
7
7
8
- There's a living
9
- [ specification] ( https://github.com/kdl-org/kdl/blob/main/SPEC.md ) , as well as
10
- various [ implementations] ( #implementations ) . You can also check out the
11
- [ FAQ] ( #faq ) to answer all your burning questions!
8
+ There's a living [ specification] ( https://github.com/kdl-org/kdl/blob/main/SPEC.md ) , as well as various
9
+ [ implementations] ( #implementations ) . You can also check out the [ FAQ] ( #faq ) to
10
+ answer all your burning questions!
11
+
12
+ In addition to a spec for KDL itself, there are also standard specs for [ a KDL
13
+ Query Language] ( https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md ) based
14
+ on CSS selectors, and [ a KDL Schema
15
+ Language] ( https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md ) loosely
16
+ based on JSON Schema.
12
17
13
18
The language is based on [ SDLang] ( https://sdlang.org ) , with a number of
14
19
modifications and clarifications on its syntax and behavior.
You can’t perform that action at this time.
0 commit comments