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