#ifndef ACC_PARSE_H #define ACC_PARSE_H struct ASTnode* parse(const char *name); #endif