Ast_Init is not Ast_Binary with TK_Comma

This commit is contained in:
Krzosa Karol
2022-05-31 16:24:04 +02:00
parent 7dfc4c7b36
commit 41697dec80
6 changed files with 29 additions and 41 deletions

View File

@@ -23,14 +23,15 @@ Arena :: struct
Sub :: struct
len: int
Sub_Sub :: struct
len: int
get_len :: (s: *Arena): int // @todo
return s.next.len
constant_inside :: 10000
// subarena: Arena.Sub // @todo
string16: Str16
String16 :: struct