all repos — hex @ e08939b64482c193a0234f454093d7cfdd8891a1

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

Fixes.
h3rald h3rald@h3rald.com
Sun, 24 Nov 2024 21:38:19 +0100
commit

e08939b64482c193a0234f454093d7cfdd8891a1

parent

e99de0f4ecc0e09bc1eaaa034bc5d75021c74216

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

jump to
M hex.chex.c

@@ -173,6 +173,7 @@ HEX_RegistryEntry HEX_REGISTRY[HEX_REGISTRY_SIZE];

int HEX_REGISTRY_COUNT = 0; void hex_free_element(HEX_StackElement element); +void hex_free_token(HEX_Token *token); int hex_valid_user_symbol(const char *symbol) {
M tests.hextests.hex

@@ -30,7 +30,7 @@

; --- Tests (0x1 "a" store a 0x1 ==) test i -(a free 0x1) test i +("a" free 0x1) test i ; --- Report "\nSuccessful Tests: " print successes dec print "/" print successes failures + dec puts