Cleanup includes, remove stdio.h from base
This commit is contained in:
@@ -21,7 +21,8 @@ struct Lex_Stream{
|
||||
};
|
||||
|
||||
struct Core_Ctx{
|
||||
Arena *perm; // Stores: AST, tokens, interns
|
||||
Push_Arena perm_push_only;
|
||||
Push_Arena *perm; // Stores: AST, tokens, interns
|
||||
Allocator *heap;
|
||||
|
||||
Scratch_Arena *scratch;
|
||||
|
||||
Reference in New Issue
Block a user