mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented bucket memory structure for custom allocators
This commit is contained in:
9
source/toy_ast.h
Normal file
9
source/toy_ast.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "toy_common.h"
|
||||
|
||||
typedef enum Toy_AstType {
|
||||
TOY_AST_PASS,
|
||||
TOY_AST_ERROR,
|
||||
} Toy_AstType;
|
||||
|
||||
Reference in New Issue
Block a user