Simplified Evaluate function

This commit is contained in:
2025-02-27 15:30:44 +01:00
parent 9f78733d5d
commit efb3089211
15 changed files with 98 additions and 96 deletions

View File

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