Function engine_for
Source pub fn engine_for(lang: DslLanguage) -> Result<Box<dyn DslEngine>>
Expand description
Return an appropriate DslEngine for the given language.
ยงErrors
Returns an error if the required system runtime (python3, node/bun)
is not found on PATH.