Generating nested structs

This commit is contained in:
Krzosa Karol
2022-05-31 16:12:18 +02:00
parent ef9c2f4ee5
commit 7dfc4c7b36
5 changed files with 58 additions and 39 deletions

View File

@@ -21,6 +21,9 @@ Arena :: struct
len : int
cap : int
Sub :: struct
len: int
get_len :: (s: *Arena): int // @todo
return s.next.len