implemented type alignment, size and fixed cycling definition checking

This commit is contained in:
Lorenzo Torres 2025-12-05 14:16:22 +01:00
parent 135baed51e
commit 9d6498637f
3 changed files with 51 additions and 3 deletions

View file

@ -57,6 +57,7 @@ typedef struct _member {
char *name;
usize name_len;
struct _member *next;
usize offset;
} member;
typedef struct {