completed for loop parsing

This commit is contained in:
Lorenzo Torres 2025-12-02 21:27:41 +01:00
parent 0015c2b81d
commit cb021716ef
4 changed files with 146 additions and 87 deletions

16
test.c
View file

@ -1,17 +1,3 @@
//import example.test.idk.idk;
//hello:
//goto test;
//return 5;
// loop(0..15) |i| {
// printf("%d\n", i);
// }
return 6;
loop (0.., list) |i, v| {
loop (0..1, list, 4..5, test, idk) |i, v, k, e, s| {
printf("%d\n", i);
}
return 7;