all repos — hex @ 59c888a968157148034b0d4d14fc474b0c5b9cfd

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

Added link to the repo.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 18:14:01 +0100
commit

59c888a968157148034b0d4d14fc474b0c5b9cfd

parent

3b200610adaff5d6ef18961c5099ecff35a81348

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

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

@@ -24,7 +24,8 @@ </blockquote>

<h3>Building from Source</h3> - <p>Building from source is easy: just run <code>make</code> after cloning the repo to build the hex executable for + <p>Building from source is easy: just run <code>make</code> after <a href="https://github.com/h3rald/hex">cloning + the repo</a> to build the hex executable for your platform.</p> <p>This assumes that you have a C compiler like GCC and the make command installed. On Windows, you may want to look into <a href="https://www.msys2.org" target="_blank">MSYS2</a>.</p>

@@ -63,7 +64,8 @@ </pre>

<p>If you do not specify any option or argument, a simple <abbr title="Read-Eval-Print-Loop">REPL</abbr> will be started.</p> - <p>Alternatively, you can also pipe input from standard input:<p> + <p>Alternatively, you can also pipe input from standard input: + <p> <pre><code>echo "0x2 0x2 + puts" | hex</code></pre> <h3>Syntax Highlighting</h3> <p>If you use the Vim editor, you can use <a href="https://github.com/h3rald/hex/blob/master/hex.vim"