implemented assignment parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 13:37:28 +01:00
parent 5902ec8dbc
commit dddb3f2954
2 changed files with 26 additions and 1 deletions

4
test.c
View file

@ -1,5 +1,7 @@
enum {
a = 3,
a = 4,
b,
c
}
a = 3;