Skip to main content

Module fallback_parser

Module fallback_parser 

Source
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.

Functions§

is_fallback_supported_extension
parse_fallback_source