implemented variable parsing

This commit is contained in:
Lorenzo Torres 2025-12-02 21:47:00 +01:00
parent 9302e4710d
commit d0d750f059
4 changed files with 36 additions and 5 deletions

4
test.c
View file

@ -1,3 +1 @@
loop i != 0 {
printf("%d\n", i);
}
u32 a = 3;