#pragma once #include "toy_common.h" typedef enum Toy_AstType { TOY_AST_PASS, TOY_AST_ERROR, } Toy_AstType;