AbstractLanguageConfig

Base class for configuration DSL elements used by language plugins. This class adds support for general features such as intrinsic bindings.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Executable which should be returned by sys.executable.

Link copied to clipboard

Full suite of executable args as presented by sys.argv.

Link copied to clipboard

Path to native libraries and resources.

Functions

Link copied to clipboard
fun bindings(block: MutableMap<String, Any>.() -> Unit)

Configure intrinsic bindings for this language. These bindings will be available as top-level symbols in every context, with the names provided by the specified keys.