all repos — hex @ 703983f15dd1266512974035c3fc9cb841430944

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

Fixed tests.
h3rald h3rald@h3rald.com
Mon, 23 Dec 2024 15:46:59 +0000
commit

703983f15dd1266512974035c3fc9cb841430944

parent

2c0e4cdcf9eccf6fd337d4ea127700b5cb7d3191

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

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

@@ -137,7 +137,7 @@ ;64

(0x2 dup stack (0x2 0x2) ==) ;(clear stack () ==) - (0x1 0x2 swap pop stack (0x2) ==) + (0x1 0x2 swap pop pop pop stack (0x2) ==) ;68 (("aaa" "puts" :) (error) try "[symbol :] Failed to store symbol 'puts'" ==)

@@ -229,6 +229,7 @@ ; --- Run tests

0x0 "_c" : (_c tests len <) ( + tests _c get test . _c 0x1 + "_c" : )

@@ -245,6 +246,7 @@ "Errors:" warn

0x0 "_c" : (_c errors len <) ( + errors _c get warn _c 0x1 + "_c" : )