implemented assignment parsing
This commit is contained in:
parent
5902ec8dbc
commit
dddb3f2954
2 changed files with 26 additions and 1 deletions
4
test.c
4
test.c
|
|
@ -1,5 +1,7 @@
|
|||
enum {
|
||||
a = 3,
|
||||
a = 4,
|
||||
b,
|
||||
c
|
||||
}
|
||||
|
||||
a = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue