all repos — hex @ 9b331b7ad696619d813f1c322fd29764a721624a

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

Fixes
h3rald h3rald@h3rald.com
Tue, 24 Dec 2024 11:32:24 +0000
commit

9b331b7ad696619d813f1c322fd29764a721624a

parent

eed876296dc657c7c0aa2e4a605cd89a5bf4d0c5

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

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

@@ -102,8 +102,8 @@ (

"pt-repl" : "pt-tag" : "pt-content" : - (pt-content pt-tag tag . index 0x0 >) - (pt-content pt-tag tag . pt-repl replace "pt-content" :) + (pt-content pt-tag tag index 0x0 >) + (pt-content pt-tag tag pt-repl replace "pt-content" :) while pt-content "pt-repl" #

@@ -142,6 +142,7 @@ "t-href" #

"t-symbol" # ) "process-symbol" :: +#| ; Load releases content for changelog "" "releases-content" : (

@@ -254,3 +255,4 @@ ) each

"*** Done!" puts +|#