Files
rose-ash/lib/js/parser.sx
giles 4ab79f5758
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s
js-on-sx: parser handles comma operator (a, b, c)
Was failing with "Expected punct ')' got punct ','" because the
paren handler only consumed a single assignment. Added
jp-parse-comma-seq helpers that build a js-comma AST node with
the expression list; transpiler emits (begin ...) so each is
evaluated in order and the last value is returned.
built-ins/Object: 44/50 → 46/50. conformance.sh: 148/148.
2026-05-08 13:20:53 +00:00

42 KiB