Files
rose-ash/lib
giles 7a898567e4
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 51s
js-on-sx: global eval(src) actually evaluates the source
Was returning the input unchanged: eval('1+2') gave "1+2".
Per spec, eval(string) parses and evaluates as JS; non-string
passes through. Wired through js-eval (existing
lex/parse/transpile/eval pipeline).
built-ins/String fail count 13 → 11. conformance.sh: 148/148.
2026-05-08 08:44:34 +00:00
..