all repos — hex @ 9ab2114ac3d50a61795e19d80d3f3d7184d2323b

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

Improved splash screen.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 20:33:47 +0000
commit

9ab2114ac3d50a61795e19d80d3f3d7184d2323b

parent

8b861c623c9864ff468d4c2ea9104eca6e29172c

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

jump to
M hex.chex.c

@@ -3918,7 +3918,7 @@ void hex_repl(hex_context_t *ctx)

{ #if defined(__EMSCRIPTEN__) && defined(BROWSER) printf(" _*_ _\n"); - printf(" / \\hex\\* programming language\n"); + printf(" / \\hex\\*\n"); printf(" *\\_/_/_/ v%s - WASM Build\n", HEX_VERSION); printf(" *\n");

@@ -3928,7 +3928,7 @@ emscripten_set_main_loop_arg(do_repl, ctx, fps, simulate_infinite_loop);

#else printf(" _*_ _\n"); - printf(" / \\hex\\* programming language\n"); + printf(" / \\hex\\*\n"); printf(" *\\_/_/_/ v%s - Press Ctrl+C to exit.\n", HEX_VERSION); printf(" *\n");

@@ -3968,7 +3968,7 @@

void hex_print_help() { printf(" _*_ _\n" - " / \\hex\\* programming language\n" + " / \\hex\\*\n" " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" " * \n", HEX_VERSION);

@@ -3989,7 +3989,7 @@

void hex_print_docs(hex_doc_dictionary_t *docs) { printf(" _*_ _\n" - " / \\hex\\* programming language\n" + " / \\hex\\*\n" " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" " * \n", HEX_VERSION);
M web/contents/get.htmlweb/contents/get.html

@@ -34,7 +34,7 @@ executable:</p>

<pre> _*_ _ - / \hex\* programming language + / \hex\* *\_/_/_/ v{{release}} - (c) {{year}} Fabio Cevasco *