hex
hex is a tiny, minimalist, slightly-esoteric, concatenative programming language.
_*_ _
/ \hex\*
*\_/_/_/
*
→ For more information, see the hex web site.
Release workflow fixes
Updates macos config
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.
hex is a tiny, minimalist, slightly-esoteric, concatenative programming language.
_*_ _
/ \hex\*
*\_/_/_/
*
→ For more information, see the hex web site.
git clone https://code.h3rald.com/hex