# Functions
Languages returns a sorted list of the language of the registered compiler constructors.
New creates a new compiler.
No description provided by the author
Register makes a compiler constructor available for the specified language.
# Structs
No description provided by the author
# Interfaces
compiler defines the interface for the language specific compiler backends.
No description provided by the author
# Type aliases
Constructor defines the type for a compiler constructor.