HS: of-expression chain rebase + null-safe/queryRef test fixes

- parser.sx: rebase-of-chain handles property chains like bar.doh of foo → (. (. foo bar) doh)
- generator: MANUAL_TEST_BODIES for null-safe access (host-call-fn wrapper), queryRef no-match, classRef no-match, JS this-binding SKIP
- propertyAccess: 12/12, possessiveExpression: 23/23, queryRef: 13/13

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 05:31:03 +00:00
parent b14ac6cd70
commit f547ebf43e
4 changed files with 35 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ Live tally for `plans/hs-conformance-to-100.md`. Update after every cluster comm
```
Baseline: 1213/1496 (81.1%)
Merged: 1376/1496 (92.0%) delta +163
Merged: 1377/1496 (92.0%) delta +164
Worktree: all landed
Target: 1496/1496 (100.0%)
Remaining: ~120 tests (clusters 17/29(partial)/33/34 partial)