Remove Allocator stuff

This commit is contained in:
Krzosa Karol
2022-10-10 10:22:04 +02:00
parent 2f153a7cd3
commit 7aa0ba56b6
14 changed files with 69 additions and 192 deletions

View File

@@ -134,7 +134,7 @@ struct Lex_Stream{
};
struct Lexer{
Allocator *arena;
Arena *arena;
Lex_Stream stream;
Array<Token> tokens;
Intern_Table interns;