all repos — hex @ 3f49942070c7924101c659f7cf9ee6d8ff2d4444

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

fixes
Fabio Cevasco h3rald@h3rald.com
Tue, 31 Dec 2024 22:47:16 +0100
commit

3f49942070c7924101c659f7cf9ee6d8ff2d4444

parent

e5e4fe034cdb0dc526d602f90f57d71c02786e71

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

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

@@ -27,7 +27,6 @@ )

if ) ( - "test" throw ; Store error errors " - Test #" test-count dec cat ": " cat error cat ' cat "errors" : "x" print
M src/stack.csrc/stack.c

@@ -243,7 +243,7 @@ {

if (item == NULL) return; - hex_debug(ctx, "FREE: %s", hex_type(item->type)); + hex_debug_item(ctx, "FREE", item); switch (item->type) {