Updated logo
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 15:41:34 +0100
2 files changed,
13 insertions(+),
13 deletions(-)
M
hex.c
→
hex.c
@@ -3895,8 +3895,8 @@ void hex_repl(hex_context_t *ctx)
{ #if defined(EMSCRIPTEN) && defined(BROWSER) printf(" _*_ _\n"); - printf(" / \\hex\\*\n"); - printf(" *\\_/_/_/ v%s - WASM Build\n", HEX_VERSION); + printf(" / \\hex\\* programming language\n"); + printf(" *\\_/_/_/ v%s - WASM Build\n", HEX_VERSION); printf(" *\n"); int fps = 0;@@ -3905,8 +3905,8 @@ emscripten_set_main_loop_arg(do_repl, ctx, fps, simulate_infinite_loop);
#else printf(" _*_ _\n"); - printf(" / \\hex\\*\n"); - printf(" *\\_/_/_/ v%s - Press Ctrl+C to exit.\n", HEX_VERSION); + printf(" / \\hex\\* programming language\n"); + printf(" *\\_/_/_/ v%s - Press Ctrl+C to exit.\n", HEX_VERSION); printf(" *\n"); while (1)@@ -3942,9 +3942,9 @@
void hex_print_help() { printf(" _*_ _\n" - " / \\hex\\*\n" - " *\\_/_/_/ v%s - A minimalist, concatenative programming language.\n" - " * (c) 2024 Fabio Cevasco\n", + " / \\hex\\* programming language\n" + " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" + " * \n", HEX_VERSION); printf("\n" "USAGE\n"@@ -3963,9 +3963,9 @@
void hex_print_docs(hex_doc_dictionary_t *docs) { printf(" _*_ _\n" - " / \\hex\\*\n" - " *\\_/_/_/ v%s - A minimalist, concatenative programming language.\n" - " * (c) 2024 Fabio Cevasco\n", + " / \\hex\\* programming language\n" + " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" + " * \n", HEX_VERSION); printf("\n" "BASICS\n"
M
web/contents/get.html
→
web/contents/get.html
@@ -34,9 +34,9 @@ executable:</p>
<pre> _*_ _ - / \hex\* - *\_/_/_/ v{{release}} - A minimalist, concatenative programming language. - * (c) {{year}} Fabio Cevasco + / \hex\* programming language + *\_/_/_/ v{{release}} + * (c) {{year}} Fabio Cevasco USAGE hex [options] [file]