all repos — hex @ b7ca152b86b4446ecd4702bc03a1c55076158e0c

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

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

b7ca152b86b4446ecd4702bc03a1c55076158e0c

parent

804a0cc7c8c6263e6c9fb164bb91ce88956e86a4

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

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

@@ -2901,6 +2901,7 @@ ctx->settings->errors_enabled = 1;

if (strcmp(ctx->error, "") != 0) { + hex_debug(ctx, "[symbol try] Handling error: %s", ctx->error); for (size_t i = 0; i < catch_block->quotation_size; i++) { if (hex_push(ctx, catch_block->data.quotation_value[i]) != 0)