diff --git a/draft-marchan-kdl2.html b/draft-marchan-kdl2.html
index d6a4910..bf398ac 100644
--- a/draft-marchan-kdl2.html
+++ b/draft-marchan-kdl2.html
@@ -31,12 +31,12 @@ oficial version of the language, see https://kdl.dev/spec.
google-i18n-address 3.1.1
intervaltree 3.1.0
Jinja2 3.1.6
- lxml 5.3.0
- platformdirs 4.3.7
+ lxml 5.3.1
+ platformdirs 4.3.8
pycountry 24.6.1
PyYAML 6.0.2
requests 2.32.3
- setuptools 70.3.0
+ setuptools 80.9.0
wcwidth 0.2.13
-->
@@ -1056,7 +1056,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
|
KDL |
-May 2025 |
+June 2025 |
| Marchán & KDL Contributors |
@@ -1071,7 +1071,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
KDL Community
Published:
-
+
Authors:
@@ -2792,10 +2792,11 @@ type := '(' node-space* string node-space* ')'
// Strings
string := identifier-string | quoted-string | raw-string ¶
-identifier-string := unambiguous-ident | signed-ident | dotted-ident
-unambiguous-ident :=
- ((identifier-char - digit - sign - '.') identifier-char*)
+identifier-string :=
+ (unambiguous-ident | signed-ident | dotted-ident)
- disallowed-keyword-identifiers
+unambiguous-ident :=
+ (identifier-char - digit - sign - '.') identifier-char*
signed-ident :=
sign ((identifier-char - digit - '.') identifier-char*)?
dotted-ident :=
diff --git a/draft-marchan-kdl2.txt b/draft-marchan-kdl2.txt
index 0c72b64..c77ccc2 100644
--- a/draft-marchan-kdl2.txt
+++ b/draft-marchan-kdl2.txt
@@ -5,7 +5,7 @@
KDL Community K. Marchán
Microsoft
KDL Contributors
- 17 May 2025
+ 4 June 2025
The KDL Document Language
@@ -1100,10 +1100,11 @@ Table of Contents
// Strings
string := identifier-string | quoted-string | raw-string ¶
- identifier-string := unambiguous-ident | signed-ident | dotted-ident
- unambiguous-ident :=
- ((identifier-char - digit - sign - '.') identifier-char*)
+ identifier-string :=
+ (unambiguous-ident | signed-ident | dotted-ident)
- disallowed-keyword-identifiers
+ unambiguous-ident :=
+ (identifier-char - digit - sign - '.') identifier-char*
signed-ident :=
sign ((identifier-char - digit - '.') identifier-char*)?
dotted-ident :=
diff --git a/index.html b/index.html
index 7ec77a6..6e2ef15 100644
--- a/index.html
+++ b/index.html
@@ -24,31 +24,6 @@
|
- Preview for branch zkat
-
-
-
-
-
-
-