Remove Allocator stuff
This commit is contained in:
@@ -81,7 +81,7 @@ token_error(Token *t, String error_val){
|
||||
function void
|
||||
lex_parse_u64(Lexer *lexer, Token *t, S64 base){
|
||||
Scratch scratch;
|
||||
Set_BigInt_Allocator(scratch);
|
||||
Set_BigInt_Arena(scratch);
|
||||
|
||||
t->kind = TK_Integer;
|
||||
BigInt m = bigint_u64(1);
|
||||
|
||||
Reference in New Issue
Block a user