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

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