vm unit tests

This commit is contained in:
2026-02-05 10:21:16 -06:00
parent f71f6a296b
commit b86cd042fc
35 changed files with 3542 additions and 0 deletions

1
vm_test/for_basic.txt Normal file
View File

@@ -0,0 +1 @@
var s = 0; for (var i = 0; i < 3; i++) s = s + i; s