all repos — hex @ 155154e4b59f9f04c95336bc92ccd5bddd7de9fe

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 11:18:44 +0100
commit

155154e4b59f9f04c95336bc92ccd5bddd7de9fe

parent

75297e96ef27d6226997cf78ef7d4ff813301add

2 files changed, 12 insertions(+), 7 deletions(-)

jump to
M web/assets/styles.cssweb/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.htmlweb/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>