compile ok with math
This commit is contained in:
parent
50971a7e23
commit
0ea301f3e8
1 changed files with 0 additions and 2 deletions
|
|
@ -88,8 +88,6 @@ static int handle_instruction(t_list **token, t_btree **ast)
|
||||||
{
|
{
|
||||||
if ((ret = do_readline_routine(&stream)) > 0)
|
if ((ret = do_readline_routine(&stream)) > 0)
|
||||||
return (ret);
|
return (ret);
|
||||||
if (do_lexer_routine(stream) > 0)
|
|
||||||
continue ;
|
|
||||||
if (do_lexer_routine(token, stream) > 0)
|
if (do_lexer_routine(token, stream) > 0)
|
||||||
continue ;
|
continue ;
|
||||||
if (do_parser_routine(token, ast) > 0)
|
if (do_parser_routine(token, ast) > 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue