This commit is contained in:
zkat 2025-01-21 21:51:05 +00:00
parent 7f50bd9db8
commit d2ec95629f
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,9 @@
<link rel="stylesheet" crossorigin href="/assets/global-DvdzMk0y.css">
</head>
<body>
<main><h1>KDL v1 Spec</h1>
<main><!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
<section class="kdl-section" id="spec">
# KDL v1 Spec
<p>This is the semi-formal specification for the legacy version of KDL, including
the intended data model and the grammar.</p>
<p>This document describes KDL version <code>1.0.0</code>. It was released on September 11, 2021.</p>
@ -589,6 +591,7 @@ lines</a>:</p>
<span class="line"><span>multi-line-comment := '/*' commented-block</span></span>
<span class="line"><span>commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block</span></span>
<span class="line"><span></span></span></code></pre>
</section>
</main>
</body>
</html>