Finished the norm in stdme normal code

This commit is contained in:
Maieul BOYER 2024-07-30 16:31:46 +02:00
parent 3cfbf07882
commit 5bc68504f9
No known key found for this signature in database
19 changed files with 44 additions and 325 deletions

View file

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "./arith.h"
#include "exec/arith.h"
t_error _binary_op_add(t_ast_node self, t_state *state, t_i64 *out)
{