#ifndef PARSER_H #define PARSER_H #include "ast.h" void parse(const char* path, struct ast* ast); #endif