it.unibo.collektive.frontend.AlignmentFrontendExtensionRegistrar.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-plugin Show documentation
Show all versions of compiler-plugin Show documentation
A Kotlin compiler plugin performing transparent aggregate alignment
The newest version!
package it.unibo.collektive.frontend
import org.jetbrains.kotlin.fir.extensions.FirExtensionRegistrar
/**
* Extension registrar that adds frontend extensions to the compiler. It checks for dangerous or inappropriate code
* written using the Collektive DSL
*/
class AlignmentFrontendExtensionRegistrar : FirExtensionRegistrar() {
override fun ExtensionRegistrarContext.configurePlugin() {
+::MissingAlignExtension
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy