All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arrow.meta.phases.codegen.ir.IRGeneration.kt Maven / Gradle / Ivy

There is a newer version: 1.6.3-alpha.2
Show newest version
package arrow.meta.phases.codegen.ir

import arrow.meta.phases.CompilerContext
import arrow.meta.phases.ExtensionPhase
import org.jetbrains.kotlin.backend.common.extensions.IrPluginContext
import org.jetbrains.kotlin.ir.declarations.IrModuleFragment

/**
 * @see [ExtensionPhase]
 * @see [arrow.meta.dsl.codegen.ir.IrSyntax]
 */
interface IRGeneration : ExtensionPhase {

  fun CompilerContext.generate(moduleFragment: IrModuleFragment, pluginContext: IrPluginContext)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy