More code to List

This commit is contained in:
Krzosa Karol
2022-09-30 09:56:12 +02:00
parent 0a7fe8caad
commit 91b7b8090f
4 changed files with 21 additions and 21 deletions

View File

@@ -161,7 +161,7 @@ struct Parse_Ctx:Lexer{
Allocator *heap;
Arena stage_arena;
Array<Ast_Type *> all_types;
List<Ast_Type *> all_types;
S32 type_ids;
int lambda_ids;
U64 unique_ids; // @Debug