Holy, Is this the based department? Is it actually working???

This commit is contained in:
Krzosa Karol
2022-05-29 22:19:37 +02:00
parent 4434ad1fb5
commit 3f44a533be
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
arena_pointer: *Arena = null
thing: Arena
no_type := thing
Arena :: struct
// arena: Arena
next: *Arena
data: *int
len : int
@@ -12,8 +16,6 @@ String16 :: struct
data: *void
len : int
thing: Arena
no_type := thing
with_type: Arena = thing
pointer := &with_type
deref := *pointer