completed for loop parsing
This commit is contained in:
parent
0015c2b81d
commit
cb021716ef
4 changed files with 146 additions and 87 deletions
16
test.c
16
test.c
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue