Source-language adapters

Source adapters normalize into shared semantic structures (functions, types, modules, control flow, async, …) without leaking language-specific ASTs into the planner.

LanguageMaturityNotes
TypeScript / JavaScriptstableTransmute frontend via TS compiler API
PythonbetaExpanding
Go, Java, Kotlin, C#, Ruby, PHPexperimentalDetection + connectors
Swift, Dart, LuascaffoldIdentity / detect
C / C++parse_onlyNo claim of migration

See also Language connectors.