This commit is contained in:
nora 2023-07-31 20:26:50 +02:00
parent b779a51ef5
commit f582a5b4c3
9 changed files with 248 additions and 85 deletions

View file

@ -57,3 +57,9 @@ function println(s: String) = (
print(s);
print("\n");
);
mod alloc (
function allocateItem(size: I32): I32 = (
);
)