Remove Allocator stuff
This commit is contained in:
@@ -134,7 +134,7 @@ struct Lex_Stream{
|
||||
};
|
||||
|
||||
struct Lexer{
|
||||
Allocator *arena;
|
||||
Arena *arena;
|
||||
Lex_Stream stream;
|
||||
Array<Token> tokens;
|
||||
Intern_Table interns;
|
||||
|
||||
Reference in New Issue
Block a user