implemented enum parsing
This commit is contained in:
parent
c34bea6fff
commit
5902ec8dbc
4 changed files with 113 additions and 2 deletions
6
test.c
6
test.c
|
|
@ -1,3 +1,5 @@
|
|||
if a == x {
|
||||
printf("hello");
|
||||
enum {
|
||||
a = 3,
|
||||
b,
|
||||
c
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue