Getting rid of heap stuff completely but also naively
This commit is contained in:
@@ -155,7 +155,6 @@ struct Lexer{
|
||||
|
||||
struct Parse_Ctx:Lexer{
|
||||
Arena *perm; // Stores: AST, tokens, interns
|
||||
Allocator *heap;
|
||||
Arena stage_arena;
|
||||
|
||||
List<Ast_Type *> all_types;
|
||||
|
||||
Reference in New Issue
Block a user