Complete Phase 5: End-to-end control flow & exception testing - Full pipeline verified

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-13 06:27:03 +00:00
parent d3a85b2305
commit 6df09fa86b
6 changed files with 22 additions and 0 deletions

3
simple_loop_test2.nyash Normal file
View File

@ -0,0 +1,3 @@
loop(true) {
print("Loop iteration")
}