Addition of $append and $concat functions. Added $$str_hash builtin. Fix to the macho runtime.

This commit is contained in:
Christoffer Lerno
2024-06-16 01:57:05 +02:00
parent b0b885d506
commit 147dee6ec7
17 changed files with 531 additions and 32 deletions

View File

@@ -175,7 +175,7 @@ fn void runtime_startup() @public @export("__c3_runtime_startup")
}
assert(runtime_state == RUN_CTORS);
runtime_state = READ_DYLIB;
ctor = null;
ctor_first = null;
}
fn void runtime_finalize() @public @export("__c3_runtime_finalize")