Introducing List and changes in base
This commit is contained in:
@@ -158,6 +158,7 @@ struct Lexer{
|
||||
|
||||
struct Parse_Ctx:Lexer{
|
||||
Allocator *perm; // Stores: AST, tokens, interns
|
||||
Arena *perm_arena;
|
||||
Allocator *heap;
|
||||
Arena stage_arena;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user