Getting rid of heap stuff completely but also naively

This commit is contained in:
Krzosa Karol
2022-10-09 10:45:36 +02:00
parent 829de11987
commit 8ad8e72b3a
5 changed files with 13 additions and 130 deletions

View File

@@ -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;