Package-level declarations

Types

Link copied to clipboard

Takes care of configuring Jep according to some well known paths on popular operating systems.

Link copied to clipboard
Link copied to clipboard
class PythonLanguage : Language<PythonLanguageFrontend> , HasShortCircuitOperators

The Python language.

Link copied to clipboard
class PythonLanguageFrontend(language: Language<PythonLanguageFrontend>, config: TranslationConfiguration, scopeManager: ScopeManager) : LanguageFrontend