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