all repos — hex @ b9e5157c9ba0992f4918e724b4269280ea692170

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

Fixes.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 12:05:43 +0000
commit

b9e5157c9ba0992f4918e724b4269280ea692170

parent

910418a65ccac2aee4206828368213f15cbcbdef

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

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

@@ -63,7 +63,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> + <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" target="_blank">hex.vim</a> to highlight hex files.</p>