Merge branch 'master' into bill/inline-asm

This commit is contained in:
gingerBill
2026-08-17 11:44:14 +01:00
76 changed files with 5826 additions and 390 deletions

View File

@@ -243,6 +243,7 @@ struct Entity {
i32 field_group_index;
CommentGroup *docs;
CommentGroup *comment;
Ast *init_expr; // only used for enum values
} Constant;
struct {
Ast *type_expr; // only used for some variables within procedure bodies