Update todo

This commit is contained in:
Krzosa Karol
2022-05-30 18:55:15 +02:00
parent a9b0318720
commit 5e0aabb1cb
3 changed files with 53 additions and 51 deletions

View File

@@ -1,5 +1,4 @@
Str16 :: String16
arena_pointer: *Arena = null
thing: Arena
no_type := thing
@@ -19,11 +18,11 @@ Arena :: struct
len : int
cap : int
constant_inside :: 10000
constant_outside :: 10000
get_len :: (s: *Arena): int
return s.next.len
get_len :: (s: *Arena): int
return s.next.constant_inside
constant_inside :: 10000
string16: Str16