all repos — hex @ 20a4fffbfb0a91d0d0730d247f6c9fe564c16737

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

Fixes.
h3rald h3rald@h3rald.com
Sun, 22 Dec 2024 17:39:21 +0100
commit

20a4fffbfb0a91d0d0730d247f6c9fe564c16737

parent

6f7302ecf0b68003261d88067771a92cd6fca81e

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

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

@@ -7,7 +7,7 @@ () "errors" :

() "fails" : 0x0 "result" : -(dup puts) "_" : +(dup puts) "_" :: ( "current-test" :

@@ -135,7 +135,6 @@ ("a" ' ' ' ((("a"))) ==)

((0x1 0x2 0x3) (dup dup * *) map (0x1 0x8 0x1b) ==) ;64 - ;((0x1 0x2 0x3) (0x2 % 0x0 ==) filter (0x2) ==) (0x2 dup stack (0x2 0x2) ==) (clear stack () ==) (0x1 0x2 swap pop stack (0x2) ==)