lua: scoreboard iter — return; trailing-semi, collectgarbage/setfenv/getfenv/T stubs; all runnable tests reach execution
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 19:57:24 +00:00
parent 781bd36eeb
commit 5ea81fe4e0
5 changed files with 68 additions and 67 deletions

View File

@@ -733,6 +733,7 @@
(check-tok? "eof" nil)
(at-op? ";")))
(set! exps (parse-explist)))
(when (at-op? ";") (advance-tok!))
(list (quote lua-return) exps))))))
(define
parse-assign-or-call