all repos — hex @ e007c2df2189d02eebd481558449c55c21cca221

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

Fixes.
h3rald h3rald@h3rald.com
Wed, 11 Dec 2024 21:50:54 +0000
commit

e007c2df2189d02eebd481558449c55c21cca221

parent

dab4cefae4cab723ea9e597e7bfb9b6345438182

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M web/contents/home.htmlweb/contents/home.html

@@ -20,9 +20,9 @@ manipulate the stack.</li>

<li>Fully <strong>homoiconic</strong> (everything is data).</li> <li>Includes a simple <strong>REPL</strong>.</li> <li>Includes an integrated <strong>help system</strong>.</li> - <li>Implemented as <strong>a single <a href="https://github.com/h3rald/hex/blob/master/hex.c" target="_blank">.c + <li>Implemented as <strong>a single <a href="https://github.com/h3rald/hex/blob/master/src/hex.c" target="_blank">.c file</a> and a - single <a href="https://github.com/h3rald/hex/blob/master/hex.h" target="_blank">.h file</a></strong>, + single <a href="https://github.com/h3rald/hex/blob/master/src/hex.h" target="_blank">.h file</a></strong>, making it easier to embed in other programs and port to different platforms.</li>