all repos — hex @ master

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

d1002332
Release workflow fixes
h3rald h3rald@h3rald.com
Wed, 04 Mar 2026 21:20:11 +0100
79e36f05
Updates macos config
h3rald h3rald@h3rald.com
Wed, 04 Mar 2026 21:16:23 +0100
26c00787
Fix incompatible function pointer type in hex_set_native_symbol

Change parameter from int (*func)() (unspecified params) to
int (*func)(hex_context_t *) to match the fn_value struct field
and actual symbol function signatures. Fixes -Wincompatible-pointer-types
errors on Windows GCC.
h3rald h3rald@h3rald.com
Wed, 04 Mar 2026 21:11:49 +0100

hex

hex is a tiny, minimalist, slightly-esoteric, concatenative programming language.

   _*_ _
  / \hex\*
 *\_/_/_/
      *

→ For more information, see the hex web site.

clone
git clone https://code.h3rald.com/hex
        

contribute on