all repos — hex @ 5dc6f7070109877a457af61b167e5fd3def80eae

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

Added more tests.
h3rald h3rald@h3rald.com
Thu, 28 Nov 2024 09:53:28 +0100
commit

5dc6f7070109877a457af61b167e5fd3def80eae

parent

d341720b97b23d4db45054767f8002ee1cd94e86

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M tests.hextests.hex

@@ -86,6 +86,15 @@ ("hello" 0x0 0x3 slice "hell" ==)

;36 ("aaaaa" len 0x5 ==) + ((0x1 0x3 puts "aaa") len 0x4 ==) + ((0x2 0x3 0x4) 0x2 get 0x4 ==) + ("abcde" 0x1 get "b" ==) + ;40 + + ("abdef" "c" 0x2 insert "abcdef" ==) + ("bcdef" "a" 0x0 insert "abcdef" ==) + ("abcde" "f" 0x5 insert "abcdef" ==) + ;((0x1 0x2 0x3) 0x4 0x4 insert (0x1 0x2 0x3 0x4) ==) ) "tests" store