Changing directory ast_free & normed ast_asrirh
This commit is contained in:
parent
9b1574b9c4
commit
2d90e2dd6b
4 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
SRC_FILES = \
|
SRC_FILES = \
|
||||||
from_node/ast_free \
|
ast_free/ast_free \
|
||||||
from_node/ast_free_scripting \
|
ast_free/ast_free_scripting \
|
||||||
from_node/from_node \
|
from_node/from_node \
|
||||||
not_done_function \
|
not_done_function \
|
||||||
not_done_print \
|
not_done_print \
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/07/26 15:14:50 by maiboyer #+# #+# */
|
/* Created: 2024/07/26 15:14:50 by maiboyer #+# #+# */
|
||||||
/* Updated: 2024/07/30 16:31:20 by maiboyer ### ########.fr */
|
/* Updated: 2024/07/30 17:15:00 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -191,7 +191,6 @@ t_error run_arithmetic_ternary(t_ast_arithmetic_ternary *arithmetic_ternary, \
|
||||||
return (NO_ERROR);
|
return (NO_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
t_error run_arithmetic_postfix( \
|
t_error run_arithmetic_postfix( \
|
||||||
t_ast_arithmetic_postfix *arithmetic_postfix, t_state *state, t_i64 *out)
|
t_ast_arithmetic_postfix *arithmetic_postfix, t_state *state, t_i64 *out)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue