all repos — hex @ c815e8e37402ae8130970e87611b5195da2f4e8a

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

Fixes
h3rald h3rald@h3rald.com
Tue, 24 Dec 2024 14:46:48 +0000
commit

c815e8e37402ae8130970e87611b5195da2f4e8a

parent

3dd8b614eaa610db2225fd52be70bef22f6e5ef2

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

jump to
M CHANGELOG.mdCHANGELOG.md

@@ -11,7 +11,7 @@

<h4>Breaking Changes</h4> <ul> <li>Removed the native symbols %:filter%%, %:clear%%, and %:each%%.</li> - <li>Bytecode: some opcodes changes values; programs compiled with tbe previous version must be recompiled.</li> + <li>Bytecode: some opcodes changed values; programs compiled with tbe previous version must be recompiled.</li> </ul> <h4>New Features</h4>

@@ -55,7 +55,7 @@ <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> -<h3 id="#v0.1.0">v0.1.0 &mdash; 2024-12-14</h3> +<h3 id="v0.1.0">v0.1.0 &mdash; 2024-12-14</h3> <p>Initial release, featuring:</p> <ul>