implemented structure parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 09:59:09 +01:00
parent d0d750f059
commit 664affc6d3
4 changed files with 119 additions and 4 deletions

5
test.c
View file

@ -1 +1,4 @@
u32 a = 3;
struct {
struct { u32 x, u32 y } a,
u32 b,
}