implemented enum parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 13:08:42 +01:00
parent c34bea6fff
commit 5902ec8dbc
4 changed files with 113 additions and 2 deletions

6
test.c
View file

@ -1,3 +1,5 @@
if a == x {
printf("hello");
enum {
a = 3,
b,
c
}