#ifndef PARSE_H #define PARSE_H #include "ast/ast.h" struct ast_node *parse_string(const char *input); #endif /* !PARSE_H */