all repos — hex @ e97cfdbc3ab51dc5d6451911d26f9f666bddfde1

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

Merge branch 'next' of git@github.com:h3rald/hex.git
Fabio Cevasco h3rald@h3rald.com
Fri, 03 Jan 2025 21:46:22 +0100
commit

e97cfdbc3ab51dc5d6451911d26f9f666bddfde1

parent

36a871d1bed8c25d1b324f1de7c8ce421df0b9c8

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

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

@@ -16,8 +16,8 @@ (_when_cond .)

(_when_q .) () if - "_when_q" # - "_when_cond" # + ;"_when_q" # + ;"_when_cond" # ) "when" ::

@@ -138,7 +138,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 0x4c ==) + (symbols len 0x4d ==) ;60 ((0x2 0x0 /) (error "[symbol /] Division by zero" ==) try)
M scripts/web.hexscripts/web.hex

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

-"2024" "meta-year" : +"2025" "meta-year" : "0.3.0" "meta-release" : "web/assets" "d-assets" : "web/templates" "d-templates" : "web/contents" "d-contents" : -"web/out2" "d-out" : +"web/out" "d-out" : "releases" "d-releases" : ; Get all files from a directory