translation Unit
fun LanguageFrontend.translationUnit(name: CharSequence, init: TranslationUnitDeclaration.() -> Unit): TranslationUnitDeclaration
Creates a new TranslationUnitDeclaration in the Fluent Node DSL with the given name. The declaration will be set to the ScopeManager.globalScope. The init block can be used to create further sub-nodes as well as configuring the created node itself.