semi-final parser

This commit is contained in:
Mthandazo Ndhlovu
2019-05-02 12:58:28 +02:00
10 changed files with 150 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
/* By: mndhlovu <mndhlovu@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/20 15:24:51 by mndhlovu #+# #+# */
/* Updated: 2019/04/30 12:06:22 by mndhlovu ### ########.fr */
/* Updated: 2019/05/02 11:18:42 by mndhlovu ### ########.fr */
/* */
/* ************************************************************************** */
@@ -62,7 +62,7 @@ static int lm_get_ant_(int counter, t_lmdata *ldata
static int lm_get_vertices(int count, t_lmdata *data
, t_syntax *syntax, t_holder *holder, char *line)
{
lm_get_cmd_vert(count, syntax, data, line);
lm_get_cmd_vertices(count, syntax, data, line);
if (!syntax->s_error && !syntax->e_error)
{
lm_get_vert_link(count, data, syntax, holder, line);