all repos — hex @ 938cd5fe0b073c0dbb928f14113fa9fc99eafcb2

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

releases/0.2.0.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
<h3>v0.2.0 &mdash; <em>Under development</em></h3>

<h4>New Features</h4>
<ul>
    <li>Implemented a virtual machine with a bytecode compiler and interpreter.</li>
    <li>{{sym-read}}, {{sym-write}}, {{sym-append}} now support reading and writing from/to binary files as well.</li>
</ul>

<h4>Fixes</h4>
<ul>
    <li>Ensured that {{sym-dec}} is able to print negative integers in decimal format.</li>
</ul>

<h4>Chores</h4>
<ul>
    <li>Split the source code to different files, and now relying on an <a
            href="https://github.com/h3rald/hex/blob/master/scripts/amalgamate.sh">amalgamate.sh</a> script to
        concatenate them together before compiling</li>
</ul>