Scope
Umbrella tracker for new-language support requests. Each one needs:
- A vendored tree-sitter grammar
- Language registration in the lang spec table
- AST → graph visitor (Function, Module, Class, CALLS, IMPORTS edges)
- Optional: Hybrid LSP semantic resolver (Tier 2+)
- Test fixtures from a popular OSS project in that language
Sub-issues
Acceptance
Per language:
- Grammar vendored or marked as out of scope (with rationale).
- If in scope: lang spec entry + AST visitor + at least one realistic OSS testbed indexed without errors.
- Hybrid LSP support is not required for closure — tree-sitter-only coverage is acceptable for a first pass.
Why one task
These are independent but follow the same pattern. Grouping them lets us prioritize by community signal (👍 reactions on linked issues), batch grammar audits, and keep the per-language work consistent.
Scope
Umbrella tracker for new-language support requests. Each one needs:
Sub-issues
Acceptance
Per language:
Why one task
These are independent but follow the same pattern. Grouping them lets us prioritize by community signal (👍 reactions on linked issues), batch grammar audits, and keep the per-language work consistent.