accept anonymous procedure expressions, keyword-prefixed identifiers,
and read/write accessor nodes in the grammar and generated parsers.
sync ast tests, parser scripts, sample fixtures, and playbook
config with the updated parser behavior.
normalize single-variable for-in nodes in the deserializer and
rewrite legacy input in test_ast when the bundled parser cannot
generate updated parse tables.
skip known-invalid tsf fixtures in test.sh so batch runs can
continue past syntax errors that the grammar should not accept.
- rename tree-sitter fields for inherited/rdo to 'call'
- regenerate parser sources and sync into lsp-server
- add RdoExpression to AST + symbol/semantic visitors