Implemented for loops

This commit is contained in:
2025-02-19 23:46:17 +01:00
parent 7922cff7ba
commit 45a36a645a
16 changed files with 142 additions and 120 deletions

View File

@ -59,7 +59,7 @@ var programs = []struct {
{"switch", "", "", 0},
{"loop-infinite", "", "", 0},
{"loop-lifetime", "", "", 0},
{"loop-limited", "", "", 0},
{"loop-for", "", "", 0},
{"memory-free", "", "", 0},
{"out-of-memory", "", "", 0},
{"index-static", "", "", 0},