lang: ast: add a BLOCK ast node to hold lists of expressions

This commit is contained in:
2024-11-28 10:26:53 +00:00
parent 7f9894d8f9
commit 811d3787c4
6 changed files with 103 additions and 10 deletions

View File

@@ -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;
}