Introduce the allocator stuff again
This commit is contained in:
@@ -20,6 +20,7 @@ struct Lexer{
|
||||
U32 token_debug_ids;
|
||||
|
||||
Intern_String intern(String string){
|
||||
assert(string.len > 0);
|
||||
return intern_string(&interns, string);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user