Introducing List and changes in base

This commit is contained in:
Krzosa Karol
2022-09-30 09:40:56 +02:00
parent 5e149dfca3
commit cf619c2ea3
7 changed files with 299 additions and 354 deletions

View File

@@ -158,6 +158,7 @@ struct Lexer{
struct Parse_Ctx:Lexer{
Allocator *perm; // Stores: AST, tokens, interns
Arena *perm_arena;
Allocator *heap;
Arena stage_arena;