Files
rose-ash/lib/hyperscript
giles 8c62137d32
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
HS E37 step 2: extend read-string escapes + unterminated/hex errors
Add \r \b \f \v and \xNN escape handling to read-string. Use
char-from-code for non-SX-literal chars. Throw "Unterminated string"
on EOF inside a string literal. Throw "Invalid hexadecimal escape: \x"
on bad \xNN. Add hs-hex-digit? and hs-hex-val helpers. Unlocks
tests 2, 6, 13, 14 once generator lands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 19:03:03 +00:00
..