all repos — hex @ d7b705487eda526c4c6103cc80fc63170597ba0d

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

Fixed all tests!
h3rald h3rald@h3rald.com
Tue, 31 Dec 2024 23:31:01 +0000
commit

d7b705487eda526c4c6103cc80fc63170597ba0d

parent

084859cbfa8fd0ac99d72e7615be036a585b1a7e

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

jump to
M src/registry.csrc/registry.c

@@ -136,7 +136,7 @@ hex_error(ctx, "[set symbol] Invalid user symbol %s", key);

return 1; } - if (!native && hex_valid_native_symbol(ctx, key) + if (!native && hex_valid_native_symbol(ctx, key)) { hex_error(ctx, "[set symbol] Cannot overwrite native symbol '%s'", key); return 1;