all repos — hex @ c62cd1b35362b6ca09184537cdfc458418437963

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

Merge branch 'master' of git@github.com:h3rald/hex.git
Fabio Cevasco h3rald@h3rald.com
Sun, 06 Apr 2025 13:56:51 +0200
commit

c62cd1b35362b6ca09184537cdfc458418437963

parent

8e14e5ac96b52cf3e6b7073471d6eda4f52bc3fb

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

jump to
M scripts/test.hexscripts/test.hex

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

#!/usr/bin/env hex -"lib/utils.hbx" read ! +"lib/utils.hbx" read "utils.hbx" ! ; --- Globals

@@ -130,7 +130,7 @@

((args len 0x2 ==) ("two") ("no") if "two" ==) ((dup *) "square" :: 0x2 square 0x4 == "square" #) (0x1 "tmp-a" : (tmp-a 0x3 <) (tmp-a 0x1 + "tmp-a" :) while tmp-a 0x3 ==) - (symbols len 0x63 ==) + (symbols len 0x64 ==) ;60 ((0x2 0x0 /) (error "[symbol /] Division by zero" ==) try)
M scripts/web.hexscripts/web.hex

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

#!/usr/bin/env hex -"lib/utils.hbx" read ! +"lib/utils.hbx" read "utils.hbx" ! "2025" "meta-year" : "0.4.1" "meta-release" :