all repos — hex @ b7d86d41997b73f3ca0b5ec7618adf02d54d72c4

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

Updated release.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 22:18:08 +0000
commit

b7d86d41997b73f3ca0b5ec7618adf02d54d72c4

parent

f3b0f9cd403c4fdfec36230da227a2dc56ccf44c

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

jump to
M src/hex.hsrc/hex.h

@@ -20,7 +20,7 @@ #include <sys/wait.h>

#endif // Constants -#define HEX_VERSION "0.3.0" +#define HEX_VERSION "0.4.0" #define HEX_STDIN_BUFFER_SIZE 16384 #define HEX_INITIAL_REGISTRY_SIZE 512 #define HEX_REGISTRY_SIZE 4096