Expand description
Lightweight fallback parser for emerging language support.
This parser is intentionally heuristic-based (line scanner + simple token rules) so Arbor can provide useful symbol indexing for languages that are not yet wired to a full Tree-sitter grammar in every runtime path.
Constants§
- FALLBACK_
EXTENSIONS - Extra language extensions supported via fallback parsing.