#include "parser.h" #include struct ast *get_ast() { return NULL; } struct ast *get_ast_str(char *command) { return NULL; }