91961bcec5
1. (list ...) 2. string-* functions 3. (native str) to resolve native functions at runtime 4. Memory fuckups in compiler core unit loading 5. Now can call non-identifiers in compiler
5 lines
77 B
C
5 lines
77 B
C
#pragma once
|
|
|
|
struct vm_unit_info;
|
|
int load_core(struct vm_unit_info *info);
|