AbstractLanguagePlugin
Abstract base class for language plugins.
Types
Link copied to clipboard
@Serializable
Provides information about resources embedded into the runtime, used by language plugins.
Link copied to clipboard
Pre-initialization script built by initializePreambleScripts, which returns a suite of sources which are initialized at build time; these scripts should be passed verbatim to executePreambleScripts at runtime.
Properties
Functions
Link copied to clipboard
Install this plugin into the provided scope, using the configuration DSL block to adjust settings. This method is called from PluginRegistry.install to obtain a plugin Instance that will be added to the registry.