You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(level-status): mark v1.1 parser TODOs as DONE
The Parser/Checker/Tests columns carried stale TODO markers for
parseConstDecl, parseMatchStmt, parseBlockIfExpr, parseSplitEffects,
and reserved-keyword rejection. Verification run 2026-04-18:
- All 4 parser rules implemented in Parser.res (line refs in table).
- Reserved-keyword rejection is contextual per-block (ModuleIsolated,
session, choreography, L15-future), with specific error messages
at Parser.res:2685-2718.
- 88/88 parser tests pass (ParserTests.res, 1602 LOC).
No code change — documentation sync only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments