Files
alnyan 91961bcec5 Lots of changes with long commit message again
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
2021-04-09 00:18:48 +03:00

5 lines
77 B
C

#pragma once
struct vm_unit_info;
int load_core(struct vm_unit_info *info);