all repos — hex @ 44f8bdb85cecccda79a2682d04f47ff15c571024

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

Enabled stack trace in repl as well
h3rald h3rald@h3rald.com
Sun, 06 Apr 2025 21:43:57 +0200
commit

44f8bdb85cecccda79a2682d04f47ff15c571024

parent

4fc41af9c5fc6d70f41e05caaaf79b73617cd709

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

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

@@ -421,14 +421,12 @@ }

#if !(__EMSCRIPTEN__) if (!isatty(fileno(stdin))) { - ctx->settings->stack_trace_enabled = 0; // Process piped input from stdin hex_process_stdin(ctx); } #endif else { - ctx->settings->stack_trace_enabled = 0; // Start REPL hex_repl(ctx); }