lang: replace stack-based parser with a recursive parser
This commit is contained in:
@@ -70,7 +70,6 @@ static struct code_generator_result value_received(
|
||||
}
|
||||
|
||||
ret->s_value = value->v_value.mie_value;
|
||||
ret->s_prev_node = IVY_AST_EXPR;
|
||||
|
||||
return CODEGEN_RESULT_OK(CODEGEN_R_POP_GENERATOR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user