all repos — hex @ 3b200610adaff5d6ef18961c5099ecff35a81348

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

Added release info.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 18:10:25 +0100
commit

3b200610adaff5d6ef18961c5099ecff35a81348

parent

5e6ac291138497ade3ecb6e490adc5b9e05c8e68

2 files changed, 20 insertions(+), 6 deletions(-)

jump to
M CHANGELOG.mdCHANGELOG.md

@@ -1,10 +1,17 @@

<article> <h2>Changelog</h2> - <h3>v0.1.0 - TBD</h3> + <h3>v0.1.0 &mdash; 2024-12-14</h3> -<p>Initial release.</p> +<p>Initial release, featuring:</p> <ul> - <li>...</li> + <li>A multi-platform executable for the <em>hex</em> interpreter.</li> + <li>Integrated REPL.</li> + <li>Integrated help and manual.</li> + <li>Debug mode.</li> + <li>0x40 (64) native symbols.</li> + <li>Support for 32bit hexadecimal integers, strings, and quotations (lists).</li> + <li>A complete <a href="https://hex.2c.fyi">web site</a> with more documentation and even an interactive playground. + </li> </ul> </article>
M releases/0.1.0.htmlreleases/0.1.0.html

@@ -1,6 +1,13 @@

-<h3>v0.1.0 - TBD</h3> +<h3>v0.1.0 &mdash; 2024-12-14</h3> -<p>Initial release.</p> +<p>Initial release, featuring:</p> <ul> - <li>...</li> + <li>A multi-platform executable for the <em>hex</em> interpreter.</li> + <li>Integrated REPL.</li> + <li>Integrated help and manual.</li> + <li>Debug mode.</li> + <li>0x40 (64) native symbols.</li> + <li>Support for 32bit hexadecimal integers, strings, and quotations (lists).</li> + <li>A complete <a href="https://hex.2c.fyi">web site</a> with more documentation and even an interactive playground. + </li> </ul>