lang: ast: add a BLOCK ast node to hold lists of expressions
This commit is contained in:
@@ -118,6 +118,7 @@ static enum ivy_status finalise_expr(struct expr_parser_state *state)
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
printf("%zu\n", sizeof(struct ast_node_type));
|
||||
return IVY_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user