ILanguageSpec

public interface ILanguageSpec extends IProject

A language specification project. A language specification is compiled into a language implementation.

Methods

config

ILanguageSpecConfig config()

Gets the configuration of the language specification. The configuration is read only once when this class is instantiated. To get a new configuration, get a new instance of this class.

Returns:Configuration of the language specification.