/* ** \file parse.c ** \brief Parser */ #include "parse.h" t_ast *parse(char **input) { while (input[i] != '\0') { } }