topos.graphs.ast.providers.native_provider

class topos.graphs.ast.providers.native_provider.NativeAstProvider(name='native')[source]

Bases: object

Industry-standard native parser provider with graceful fallback behavior.

Python is supported via stdlib ast; other languages currently surface explicit unsupported capability and can be added without changing callers.

name = 'native'
supports(language)[source]
parse(source, language, file=None)[source]