all repos — hex @ 035d765652a9d891e295a12b440b85b30d89a3fe

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

Adding tests.
h3rald h3rald@h3rald.com
Sat, 30 Nov 2024 13:09:32 +0000
commit

035d765652a9d891e295a12b440b85b30d89a3fe

parent

1b2549ec1c2b59f92920ec146053d620aa250268

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

jump to
M tests.hextests.hex

@@ -96,6 +96,9 @@ ("bcdef" "a" 0x0 insert "abcdef" ==)

("abcde" "f" 0x5 insert "abcdef" ==) ((0x1 0x2 0x3) 0x4 0x3 insert (0x1 0x2 0x3 0x4) ==) ;44 + + ;("this is a test" "is" index 0x6 ==) + (("a" 0x1 "b") "b" index 0x2) ) "tests" store

@@ -112,8 +115,8 @@ (errors len 0x0 >)

( "Errors:" warn errors (warn) each + 0x1 exit ) when -; --- Cleanup -;"a" free +0x0 exit