#ifndef TYPE_CHECKER_H #define TYPE_CHECKER_H #include "ast.h" void type_check(struct ast* ast); #endif