From cf341eac91a1977da8de4e2c79f90881fdff8dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 18 Dec 2020 22:58:09 -0800 Subject: [PATCH] more blabber --- SPEC.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SPEC.md b/SPEC.md index 5087a35..5bdf5f7 100644 --- a/SPEC.md +++ b/SPEC.md @@ -11,6 +11,13 @@ KDL is a node-oriented document language. Its niche and purpose overlaps with XML, and as do many of its semantics. You can use KDL both as a configuration language, and a data exchange or storage format, if you so choose. +The bulk of this document is dedicated to a long-form description of all +[Components](#components) of a KDL documeent. There is also a much more terse +[Grammar](#full-grammar) at the end of the document that covers most of the +rules, with some semantic exceptions involving the data model. + +KDL is designed to be easy to read _and_ easy to implement. + ## Components ### Document