Fixes.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 11:18:44 +0100
2 files changed,
12 insertions(+),
7 deletions(-)
M
web/assets/styles.css
→
web/assets/styles.css
@@ -25,11 +25,11 @@ color: gold;
} h2 { - font-size: 1.3rem + font-size: 1.4rem } h3 { - font-size: 1.2rem; + font-size: 1.3rem; } h4 {
M
web/contents/spec.html
→
web/contents/spec.html
@@ -1,11 +1,16 @@
<article> <h2>Specification</h2> <nav> - <h3>Table of Contents</h3> <ul> - <li><a href="#syntax">Syntax</a></li> - <li><a href="#quotation-literals">Quotation Literals</a></li> - <li><a href="#symbol-identifiers">Symbol Identifiers</a></li> + <li><a href="#syntax">Syntax</a> + <ul> + <li><a href="#comments">Comments</a> + <li><a href="#integer-literals">Integer Literals</a></li> + <li><a href="#string-literals">String Literals</a></li> + <li><a href="#quotation-literals">Quotation Literals</a></li> + <li><a href="#symbol-identifiers">Symbol Identifiers</a></li> + </ul> + </li> <li><a href="#data-types">Data Types</a> <ul> <li><a href="#integers">Integers</a></li>@@ -21,7 +26,7 @@ <li><a href="#pushing-symbols">Pushing Symbols</a></li>
</ul> </li> <li><a href="#registry">Registry</a></li> - <li><a href="#native-symbols">Native Symbols</a> + <li><a href="#native-symbols">Native Symbol Reference</a> <ul> <li><a href="#memory-management-symbols">Memory Management Symbols</a></li> <li><a href="#control-flow-symbols">Control Flow Symbols</a></li>