lang: fix lots of compiler warnings/errors

This commit is contained in:
2024-12-01 13:25:36 +00:00
parent bb34e46c69
commit b5cb87e8df
8 changed files with 90 additions and 52 deletions

View File

@@ -102,7 +102,7 @@ struct ivy_ast_msgh_node {
struct ivy_ast_node n_base;
struct ivy_ast_selector_node *n_sel;
/* expressions to evaluate when lambda is executed. */
struct ivy_ast_block_node *n_body;
struct ivy_ast_node *n_body;
};
struct ivy_ast_property_node {