releases/0.1.0.html
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<h3>v0.1.0 — 2024-12-14</h3>
<p>Initial release, featuring:</p>
<ul>
<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>
|