Organization cleanup, stage arena to Scratch_Arena
This commit is contained in:
@@ -13,7 +13,7 @@ enum CmpRes
|
||||
#define FATAL_ERROR(x) compiler_error(0, x)
|
||||
|
||||
CORE_Static void compiler_error(Token *token, const char *str, ...);
|
||||
const char *bigint_to_error_string(Arena *allocator, const BigInt *bigint, uint64_t base);
|
||||
const char *bigint_to_error_string(Allocator *allocator, const BigInt *bigint, uint64_t base);
|
||||
void bigint_init_unsigned(BigInt *big_int, uint64_t value);
|
||||
void bigint_init_signed(BigInt *big_int, int64_t value);
|
||||
void bigint_init_bigint(BigInt *dest, const BigInt *src);
|
||||
|
||||
Reference in New Issue
Block a user