Fixes.
h3rald h3rald@h3rald.com
Wed, 11 Dec 2024 21:50:54 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
web/contents/home.html
→
web/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>