Getting packages out of resolve_name

This commit is contained in:
Krzosa Karol
2022-06-10 17:07:58 +02:00
parent 957dbbd5cc
commit ab663d0b01
7 changed files with 31 additions and 26 deletions

View File

@@ -1,7 +1,8 @@
Str16 :: String16
arena_pointer: *Arena = 0
thing: Arena
no_type := thing
order2_arena: Arena
no_type := order2_arena
Arena :: struct
next: *Arena
@@ -15,7 +16,7 @@ String16 :: struct
data: *void
len : S64
with_type: Arena = thing
with_type: Arena = order2_arena
pointer := &with_type
deref := *pointer