implemented if statement parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 10:12:07 +01:00
parent d6d2230f14
commit c34bea6fff
3 changed files with 19 additions and 4 deletions

5
test.c
View file

@ -1,4 +1,3 @@
struct {
union { u32 x, u32 y } a,
u32 b,
if a == x {
printf("hello");
}