deploy: 4ce7f99ef2
This commit is contained in:
parent
7f50bd9db8
commit
d2ec95629f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue